#E9AFA0
A light, moderate red closely aligning with Lightpink.
About #E9AFA0
When working with digital screens, the color #E9AFA0 is rendered by mixing light. Its closest recognized web color is Lightpink. This translates to an RGB value of rgb(233, 175, 160).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 25% M, 31% Y, and 9% K. With a hue angle of 12.3 degrees, it sits comfortably in the red spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E9AFA0
RGB233, 175, 160
HSL12.3°, 62.4%, 77.1%
CMYK0%, 25%, 31%, 9%
HSV12.3°, 31.3%, 91.4%
LAB76.4, 19.1, 15.9
XYZ55.3, 50.5, 40.1
Decimal15314848
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.89:1
Text on #FFFFFF
FAIL
11.10:1
Text on #000000
AAA
1.81:1
Text on #F8FAFC
FAIL
9.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9AFA0;
}
.text-color {
color: #E9AFA0;
}
.border-color {
border: 2px solid #E9AFA0;
}