#E950A8
A light, vivid magenta closely aligning with Hotpink.
About #E950A8
Visually, #E950A8 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Hotpink. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 80, and 168.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 66% M, 28% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#E950A8
RGB233, 80, 168
HSL325.5°, 77.7%, 61.4%
CMYK0%, 66%, 28%, 9%
HSV325.5°, 65.7%, 91.4%
LAB57.9, 66.8, -15.5
XYZ43.5, 25.9, 39.7
Decimal15290536
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.40:1
Text on #FFFFFF
AA Large
6.18:1
Text on #000000
AA
3.25:1
Text on #F8FAFC
AA Large
5.25:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E950A8;
}
.text-color {
color: #E950A8;
}
.border-color {
border: 2px solid #E950A8;
}