#E96692
A light, vivid magenta closely aligning with Palevioletred.
About #E96692
At its core, #E96692 is a light and vivid hue. It is closely associated with the named CSS color Palevioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 102, and 146.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 56% magenta, 37% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E96692
RGB233, 102, 146
HSL339.8°, 74.9%, 65.7%
CMYK0%, 56%, 37%, 9%
HSV339.8°, 56.2%, 91.4%
LAB60.7, 54.9, 1.4
XYZ43.5, 28.9, 30.5
Decimal15296146
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.10:1
Text on #FFFFFF
AA Large
6.78:1
Text on #000000
AA
2.96:1
Text on #F8FAFC
FAIL
5.76:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E96692;
}
.text-color {
color: #E96692;
}
.border-color {
border: 2px solid #E96692;
}