#E98A99
A light, moderate red closely aligning with Lightcoral.
About #E98A99
At its core, #E98A99 is a light and moderate hue. Its closest recognized web color is Lightcoral. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 138, and 153.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 41% magenta, 34% yellow, and 9% black. With a hue angle of 350.5 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E98A99
RGB233, 138, 153
HSL350.5°, 68.3%, 72.7%
CMYK0%, 41%, 34%, 9%
HSV350.5°, 40.8%, 91.4%
LAB67.9, 37.9, 7.8
XYZ48.4, 37.8, 34.9
Decimal15305369
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.45:1
Text on #FFFFFF
FAIL
8.56:1
Text on #000000
AAA
2.34:1
Text on #F8FAFC
FAIL
7.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E98A99;
}
.text-color {
color: #E98A99;
}
.border-color {
border: 2px solid #E98A99;
}