#E9A0A0
A light, moderate red closely aligning with Lightpink.
About #E9A0A0
Visually, #E9A0A0 is defined as a moderate red. Designers often compare it to the standard color Lightpink. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 160, and 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, 31% M, 31% Y, and 9% K. The HSL representation is 0.0° hue, 62.4% saturation, and 77.1% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E9A0A0
RGB233, 160, 160
HSL0.0°, 62.4%, 77.1%
CMYK0%, 31%, 31%, 9%
HSV0.0°, 31.3%, 91.4%
LAB72.9, 27.1, 11.0
XYZ52.5, 45.0, 39.2
Decimal15311008
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.10:1
Text on #FFFFFF
FAIL
10.00:1
Text on #000000
AAA
2.01:1
Text on #F8FAFC
FAIL
8.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9A0A0;
}
.text-color {
color: #E9A0A0;
}
.border-color {
border: 2px solid #E9A0A0;
}