#E250A0
A light, vivid magenta closely aligning with Hotpink.
About #E250A0
At its core, #E250A0 is a light and vivid hue. Designers often compare it to the standard color Hotpink. This translates to an RGB value of rgb(226, 80, 160).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 65% magenta inks. With a hue angle of 327.1 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E250A0
RGB226, 80, 160
HSL327.1°, 71.6%, 60.0%
CMYK0%, 65%, 29%, 11%
HSV327.1°, 64.6%, 88.6%
LAB56.5, 63.9, -13.0
XYZ40.6, 24.4, 35.8
Decimal14831776
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.57:1
Text on #FFFFFF
AA Large
5.89:1
Text on #000000
AA
3.41:1
Text on #F8FAFC
AA Large
5.01:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E250A0;
}
.text-color {
color: #E250A0;
}
.border-color {
border: 2px solid #E250A0;
}