#E96D7C
A light, vivid red closely aligning with Lightcoral.
About #E96D7C
When working with digital screens, the color #E96D7C is rendered by mixing light. It is closely associated with the named CSS color Lightcoral. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 109, and 124.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 53% magenta, 47% yellow, and 9% black. With a hue angle of 352.7 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E96D7C
RGB233, 109, 124
HSL352.7°, 73.8%, 67.1%
CMYK0%, 53%, 47%, 9%
HSV352.7°, 53.2%, 91.4%
LAB61.4, 49.3, 15.1
XYZ42.7, 29.7, 22.6
Decimal15297916
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.02:1
Text on #FFFFFF
AA Large
6.94:1
Text on #000000
AA
2.89:1
Text on #F8FAFC
FAIL
5.90:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E96D7C;
}
.text-color {
color: #E96D7C;
}
.border-color {
border: 2px solid #E96D7C;
}