Hot Pink (Pink)
#E187B3
RGB: 225, 135, 179
Color OverviewHEX #E187B3
#E187B3 Color Code Information
In the RGB color space, #E187B3 is composed of 88% red, 53% green, and 70% blue. In the HSL color space, it has a hue of 331°, saturation of 60%, and lightness of 71%.
HEX
#E187B3
RGB
225, 135, 179
HSL
331°, 60%, 71%
HSV
331°, 40%, 88%
CMYK
0%, 40%, 20%, 12%
Name Match
Hot Pink
Closest StandardShades of #E187B3 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #E187B3 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #E187B3 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #E187B3
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #E187B3 Background
Contrast Ratio against Pure White (#FFFFFF):2.52 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #E187B3 Background
Contrast Ratio against Pure Black (#000000):8.32 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #E187B3;
}
.element {
color: #E187B3;
background-color: #E187B3;
border-color: #E187B3;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#E187B3] text-[#E187B3] border-[#E187B3]"> Content styled with #E187B3 </div>