Shades of Deep Magenta #E410D8
Tints of Deep Magenta #E410D8
RGB
CMYK
RGB Variations
Color information
#E410D8 (or 0xE410D8) is known color: Deep Magenta. HEX triplet: E4, 10 and D8. RGB value is (228,16,216). Sum of RGB (Red+Green+Blue) = 228+16+216=460 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.57% from 460); Green value is 16 (6.64% from 255 or 3.48% from 460); Blue value is 216 (84.77% from 255 or 46.96% from 460); Max value from RGB is 228 - color contains mainly: red. Hex color #E410D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E410D8 is #1BEF27. Grayscale: #656565. Windows color (decimal): -1830696 or 14160100. OLE color: 14160100.
HSL color Cylindrical-coordinate representation of color #E410D8: hue angle of 303.4º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E410D8 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 16 | 216 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.11 |
| HSL | 303.4º | 0.87% | 0.48% | - |
| HSV(B) | 303.4º | 0.93% | 0.89% | - |
| XYZ | 44.57 | 21.82 | 66.83 | - |
| YUV | 102.19 | 192.24 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 16 | 216 | 0 | 0.93 | 0.05 | 0.11 | 303.4 | 0.87 | 0.48 |
| Hex | E4 | 10 | D8 | 0 | 5D | 5 | B | 12F | 57 | 30 |
| Octal | 344 | 20 | 330 | 0 | 135 | 5 | 13 | 457 | 127 | 60 |
| Binary | 11100100 | 10000 | 11011000 | 0 | 1011101 | 101 | 1011 | 100101111 | 1010111 | 110000 |
Color Harmonies of #E410D8
Complementary color
Monochromatic Colors of #E410D8
Black with #E410D8
Text Example
Text Example
White with #E410D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E410D8; }
p { color: rgb(228,16,216); }
H1.HeaderClassName
{
color: #E410D8;
}
.AnyTagClassName
{
color: #E410D8;
}
</style>
background-color css
<style>
a { background-color: #E410D8; }
a { background-color: rgb(228,16,216); }
div.DivClassName
{
background-color: #E410D8;
}
.BgClassName
{
background-color: #E410D8;
}
</style>
border-color css
<style>
span { border-color: #E410D8; }
span { border-color: rgb(228,16,216); }
td.TdClassName
{
border-color: #E410D8;
}
.TagClassName
{
border-color: #E410D8;
}
</style>