Shades of Deep Magenta #E214D9
Tints of Deep Magenta #E214D9
RGB
CMYK
RGB Variations
Color information
#E214D9 (or 0xE214D9) is known color: Deep Magenta. HEX triplet: E2, 14 and D9. RGB value is (226,20,217). Sum of RGB (Red+Green+Blue) = 226+20+217=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 20 (8.20% from 255 or 4.32% from 463); Blue value is 217 (85.16% from 255 or 46.87% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E214D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E214D9 is #1DEB26. Grayscale: #676767. Windows color (decimal): -1960743 or 14226658. OLE color: 14226658.
HSL color Cylindrical-coordinate representation of color #E214D9: hue angle of 302.62º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E214D9 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 20 | 217 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.11 |
| HSL | 302.62º | 0.84% | 0.48% | - |
| HSV(B) | 302.62º | 0.91% | 0.89% | - |
| XYZ | 44.14 | 21.68 | 67.5 | - |
| YUV | 104.05 | 191.75 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 20 | 217 | 0 | 0.91 | 0.04 | 0.11 | 302.62 | 0.84 | 0.48 |
| Hex | E2 | 14 | D9 | 0 | 5B | 4 | B | 12F | 54 | 30 |
| Octal | 342 | 24 | 331 | 0 | 133 | 4 | 13 | 457 | 124 | 60 |
| Binary | 11100010 | 10100 | 11011001 | 0 | 1011011 | 100 | 1011 | 100101111 | 1010100 | 110000 |
Color Harmonies of #E214D9
Complementary color
Monochromatic Colors of #E214D9
Black with #E214D9
Text Example
Text Example
White with #E214D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E214D9; }
p { color: rgb(226,20,217); }
H1.HeaderClassName
{
color: #E214D9;
}
.AnyTagClassName
{
color: #E214D9;
}
</style>
background-color css
<style>
a { background-color: #E214D9; }
a { background-color: rgb(226,20,217); }
div.DivClassName
{
background-color: #E214D9;
}
.BgClassName
{
background-color: #E214D9;
}
</style>
border-color css
<style>
span { border-color: #E214D9; }
span { border-color: rgb(226,20,217); }
td.TdClassName
{
border-color: #E214D9;
}
.TagClassName
{
border-color: #E214D9;
}
</style>