#E999A0
A light, moderate red closely aligning with Lightpink.
About #E999A0
At its core, #E999A0 is a light and moderate hue. It is closely associated with the named CSS color Lightpink. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 153, and 160.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 34% Magenta, 31% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E999A0
RGB233, 153, 160
HSL354.8°, 64.5%, 75.7%
CMYK0%, 34%, 31%, 9%
HSV354.8°, 34.3%, 91.4%
LAB71.3, 30.9, 8.8
XYZ51.3, 42.6, 38.8
Decimal15309216
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.20:1
Text on #FFFFFF
FAIL
9.53:1
Text on #000000
AAA
2.11:1
Text on #F8FAFC
FAIL
8.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E999A0;
}
.text-color {
color: #E999A0;
}
.border-color {
border: 2px solid #E999A0;
}