#E95F92
A light, vivid magenta closely aligning with Palevioletred.
About #E95F92
Visually, #E95F92 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Palevioletred. In the RGB color space, it consists of 233 red, 95 green, and 146 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 59% Magenta, 37% Yellow, and 9% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E95F92
RGB233, 95, 146
HSL337.8°, 75.8%, 64.3%
CMYK0%, 59%, 37%, 9%
HSV337.8°, 59.2%, 91.4%
LAB59.5, 58.0, -0.3
XYZ42.9, 27.6, 30.3
Decimal15294354
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.22:1
Text on #FFFFFF
AA Large
6.52:1
Text on #000000
AA
3.08:1
Text on #F8FAFC
AA Large
5.54:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E95F92;
}
.text-color {
color: #E95F92;
}
.border-color {
border: 2px solid #E95F92;
}