#E299A0
A light, moderate red closely aligning with Lightpink.
About #E299A0
When working with digital screens, the color #E299A0 is rendered by mixing light. Its closest recognized web color is Lightpink. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 153, and 160.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 32% magenta, 29% yellow, and 11% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E299A0
RGB226, 153, 160
HSL354.2°, 55.7%, 74.3%
CMYK0%, 32%, 29%, 11%
HSV354.2°, 32.3%, 88.6%
LAB70.5, 28.3, 7.5
XYZ49.1, 41.5, 38.7
Decimal14850464
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.26:1
Text on #FFFFFF
FAIL
9.30:1
Text on #000000
AAA
2.16:1
Text on #F8FAFC
FAIL
7.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E299A0;
}
.text-color {
color: #E299A0;
}
.border-color {
border: 2px solid #E299A0;
}