#E9A0A8
A light, moderate red closely aligning with Lightpink.
About #E9A0A8
When working with digital screens, the color #E9A0A8 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Lightpink. In the RGB color space, it consists of 233 red, 160 green, and 168 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 31% M, 28% Y, and 9% K. With a hue angle of 353.4 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E9A0A8
RGB233, 160, 168
HSL353.4°, 62.4%, 77.1%
CMYK0%, 31%, 28%, 9%
HSV353.4°, 31.3%, 91.4%
LAB73.1, 28.2, 6.9
XYZ53.2, 45.3, 43.0
Decimal15311016
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.09:1
Text on #FFFFFF
FAIL
10.06:1
Text on #000000
AAA
2.00:1
Text on #F8FAFC
FAIL
8.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9A0A8;
}
.text-color {
color: #E9A0A8;
}
.border-color {
border: 2px solid #E9A0A8;
}