#E233A0
A medium, vivid magenta closely aligning with Mediumvioletred.
About #E233A0
Visually, #E233A0 is defined as a vivid magenta. Designers often compare it to the standard color Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 51, and 160.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 77% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E233A0
RGB226, 51, 160
HSL322.6°, 75.1%, 54.3%
CMYK0%, 77%, 29%, 11%
HSV322.6°, 77.4%, 88.6%
LAB53.0, 73.7, -18.3
XYZ38.9, 21.1, 35.3
Decimal14824352
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.03:1
Text on #FFFFFF
AA Large
5.21:1
Text on #000000
AA
3.85:1
Text on #F8FAFC
AA Large
4.43:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E233A0;
}
.text-color {
color: #E233A0;
}
.border-color {
border: 2px solid #E233A0;
}