#E95FAF
A light, vivid magenta closely aligning with Hotpink.
About #E95FAF
When working with digital screens, the color #E95FAF is rendered by mixing light. It is closely associated with the named CSS color Hotpink. In the RGB color space, it consists of 233 red, 95 green, and 175 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 59% Magenta, 25% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
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#E95FAF
RGB233, 95, 175
HSL325.2°, 75.8%, 64.3%
CMYK0%, 59%, 25%, 9%
HSV325.2°, 59.2%, 91.4%
LAB60.4, 61.5, -15.7
XYZ45.4, 28.6, 43.7
Decimal15294383
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.12:1
Text on #FFFFFF
AA Large
6.72:1
Text on #000000
AA
2.99:1
Text on #F8FAFC
FAIL
5.71:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E95FAF;
}
.text-color {
color: #E95FAF;
}
.border-color {
border: 2px solid #E95FAF;
}