Hot Pink (Pink)
#EE85C0
RGB: 238, 133, 192
Color OverviewHEX #EE85C0
#EE85C0 Color Code Information
In the RGB color space, #EE85C0 is composed of 93% red, 52% green, and 75% blue. In the HSL color space, it has a hue of 326°, saturation of 76%, and lightness of 73%.
HEX
#EE85C0
RGB
238, 133, 192
HSL
326°, 76%, 73%
HSV
326°, 44%, 93%
CMYK
0%, 44%, 19%, 7%
Name Match
Hot Pink
Closest StandardShades of #EE85C0 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #EE85C0 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #EE85C0 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #EE85C0
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 #EE85C0 Background
Contrast Ratio against Pure White (#FFFFFF):2.4 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #EE85C0 Background
Contrast Ratio against Pure Black (#000000):8.75 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #EE85C0;
}
.element {
color: #EE85C0;
background-color: #EE85C0;
border-color: #EE85C0;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#EE85C0] text-[#EE85C0] border-[#EE85C0]"> Content styled with #EE85C0 </div>