#E2A0A8
A light, moderate red closely aligning with Lightpink.
About #E2A0A8
The hex code #E2A0A8 represents a beautifully specific shade of red. It is closely associated with the named CSS color Lightpink. This translates to an RGB value of rgb(226, 160, 168).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 29% magenta inks. The HSL representation is 352.7° hue, 53.2% saturation, and 75.7% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E2A0A8
RGB226, 160, 168
HSL352.7°, 53.2%, 75.7%
CMYK0%, 29%, 26%, 11%
HSV352.7°, 29.2%, 88.6%
LAB72.3, 25.6, 5.7
XYZ51.0, 44.1, 42.9
Decimal14852264
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.14:1
Text on #FFFFFF
FAIL
9.83:1
Text on #000000
AAA
2.04:1
Text on #F8FAFC
FAIL
8.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2A0A8;
}
.text-color {
color: #E2A0A8;
}
.border-color {
border: 2px solid #E2A0A8;
}