#E97C92
A light, vivid red closely aligning with Palevioletred.
About #E97C92
When working with digital screens, the color #E97C92 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Palevioletred. This translates to an RGB value of rgb(233, 124, 146).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 47% magenta, 37% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#E97C92
RGB233, 124, 146
HSL347.9°, 71.2%, 70.0%
CMYK0%, 47%, 37%, 9%
HSV347.9°, 46.8%, 91.4%
LAB64.8, 44.2, 7.3
XYZ46.0, 33.8, 31.3
Decimal15301778
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.71:1
Text on #FFFFFF
FAIL
7.76:1
Text on #000000
AAA
2.59:1
Text on #F8FAFC
FAIL
6.60:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E97C92;
}
.text-color {
color: #E97C92;
}
.border-color {
border: 2px solid #E97C92;
}