#E616CB
A medium, vivid magenta closely aligning with Fuchsia.
About #E616CB
At its core, #E616CB is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 230, 22, and 203.
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 90% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E616CB
RGB230, 22, 203
HSL307.8°, 82.5%, 49.4%
CMYK0%, 90%, 12%, 10%
HSV307.8°, 90.4%, 90.2%
LAB53.7, 85.4, -42.3
XYZ43.7, 21.7, 58.4
Decimal15079115
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.93:1
Text on #FFFFFF
AA Large
5.34:1
Text on #000000
AA
3.76:1
Text on #F8FAFC
AA Large
4.54:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E616CB;
}
.text-color {
color: #E616CB;
}
.border-color {
border: 2px solid #E616CB;
}