Rose (Pink)
#E90C9B
RGB: 233, 12, 155
Color OverviewHEX #E90C9B

#E90C9B Color Code Information

In the RGB color space, #E90C9B is composed of 91% red, 5% green, and 61% blue. In the HSL color space, it has a hue of 321°, saturation of 90%, and lightness of 48%.

HEX
#E90C9B
RGB
233, 12, 155
HSL
321°, 90%, 48%
HSV
321°, 95%, 91%
CMYK
0%, 95%, 33%, 9%
Name Match
Rose
Closest Standard

Shades of #E90C9B (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #E90C9B (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #E90C9B (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #E90C9B

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #E90C9B Background
Contrast Ratio against Pure White (#FFFFFF):4.21 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #E90C9B Background
Contrast Ratio against Pure Black (#000000):4.99 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #E90C9B;
}

.element {
  color: #E90C9B;
  background-color: #E90C9B;
  border-color: #E90C9B;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#E90C9B] text-[#E90C9B] border-[#E90C9B]">
  Content styled with #E90C9B
</div>