#E95F7C
A light, vivid red closely aligning with Palevioletred.
About #E95F7C
The hex code #E95F7C represents a beautifully specific shade of red. Its closest recognized web color is Palevioletred. In the RGB color space, it consists of 233 red, 95 green, and 124 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 59% magenta, 47% 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. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E95F7C
RGB233, 95, 124
HSL347.4°, 75.8%, 64.3%
CMYK0%, 59%, 47%, 9%
HSV347.4°, 59.2%, 91.4%
LAB58.9, 55.8, 11.7
XYZ41.3, 27.0, 22.1
Decimal15294332
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.29:1
Text on #FFFFFF
AA Large
6.39:1
Text on #000000
AA
3.14:1
Text on #F8FAFC
AA Large
5.43:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E95F7C;
}
.text-color {
color: #E95F7C;
}
.border-color {
border: 2px solid #E95F7C;
}