#E95FA8
A light, vivid magenta closely aligning with Hotpink.
About #E95FA8
At its core, #E95FA8 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Hotpink. In the RGB color space, it consists of 233 red, 95 green, and 168 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 59% Magenta, 28% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E95FA8
RGB233, 95, 168
HSL328.3°, 75.8%, 64.3%
CMYK0%, 59%, 28%, 9%
HSV328.3°, 59.2%, 91.4%
LAB60.2, 60.6, -12.1
XYZ44.8, 28.3, 40.2
Decimal15294376
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.15:1
Text on #FFFFFF
AA Large
6.67:1
Text on #000000
AA
3.01:1
Text on #F8FAFC
AA Large
5.67:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E95FA8;
}
.text-color {
color: #E95FA8;
}
.border-color {
border: 2px solid #E95FA8;
}