Shades of Deep Magenta #E414D8
Tints of Deep Magenta #E414D8
RGB
CMYK
RGB Variations
Color information
#E414D8 (or 0xE414D8) is known color: Deep Magenta. HEX triplet: E4, 14 and D8. RGB value is (228,20,216). Sum of RGB (Red+Green+Blue) = 228+20+216=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 20 (8.20% from 255 or 4.31% from 464); Blue value is 216 (84.77% from 255 or 46.55% from 464); Max value from RGB is 228 - color contains mainly: red. Hex color #E414D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E414D8 is #1BEB27. Grayscale: #676767. Windows color (decimal): -1829672 or 14161124. OLE color: 14161124.
HSL color Cylindrical-coordinate representation of color #E414D8: hue angle of 303.46º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E414D8 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 216 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.11 |
| HSL | 303.46º | 0.84% | 0.49% | - |
| HSV(B) | 303.46º | 0.91% | 0.89% | - |
| XYZ | 44.64 | 21.95 | 66.85 | - |
| YUV | 104.54 | 190.91 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 216 | 0 | 0.91 | 0.05 | 0.11 | 303.46 | 0.84 | 0.49 |
| Hex | E4 | 14 | D8 | 0 | 5B | 5 | B | 12F | 54 | 31 |
| Octal | 344 | 24 | 330 | 0 | 133 | 5 | 13 | 457 | 124 | 61 |
| Binary | 11100100 | 10100 | 11011000 | 0 | 1011011 | 101 | 1011 | 100101111 | 1010100 | 110001 |
Color Harmonies of #E414D8
Complementary color
Monochromatic Colors of #E414D8
Black with #E414D8
Text Example
Text Example
White with #E414D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E414D8; }
p { color: rgb(228,20,216); }
H1.HeaderClassName
{
color: #E414D8;
}
.AnyTagClassName
{
color: #E414D8;
}
</style>
background-color css
<style>
a { background-color: #E414D8; }
a { background-color: rgb(228,20,216); }
div.DivClassName
{
background-color: #E414D8;
}
.BgClassName
{
background-color: #E414D8;
}
</style>
border-color css
<style>
span { border-color: #E414D8; }
span { border-color: rgb(228,20,216); }
td.TdClassName
{
border-color: #E414D8;
}
.TagClassName
{
border-color: #E414D8;
}
</style>