#E9A0AF
A light, moderate red closely aligning with Lightpink.
About #E9A0AF
When working with digital screens, the color #E9A0AF is rendered by mixing light. Its closest recognized web color is Lightpink. This translates to an RGB value of rgb(233, 160, 175).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 31% magenta inks. With a hue angle of 347.7 degrees, it sits comfortably in the red spectrum.
Contrast ratios determine whether this color is safe for typography. 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#E9A0AF
RGB233, 160, 175
HSL347.7°, 62.4%, 77.1%
CMYK0%, 31%, 25%, 9%
HSV347.7°, 31.3%, 91.4%
LAB73.3, 29.2, 3.3
XYZ53.9, 45.6, 46.5
Decimal15311023
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.08:1
Text on #FFFFFF
FAIL
10.11:1
Text on #000000
AAA
1.98:1
Text on #F8FAFC
FAIL
8.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9A0AF;
}
.text-color {
color: #E9A0AF;
}
.border-color {
border: 2px solid #E9A0AF;
}