Shades of Deep Magenta #E40ED8
Tints of Deep Magenta #E40ED8
RGB
CMYK
RGB Variations
Color information
#E40ED8 (or 0xE40ED8) is known color: Deep Magenta. HEX triplet: E4, 0E and D8. RGB value is (228,14,216). Sum of RGB (Red+Green+Blue) = 228+14+216=458 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.78% from 458); Green value is 14 (5.86% from 255 or 3.06% from 458); Blue value is 216 (84.77% from 255 or 47.16% from 458); Max value from RGB is 228 - color contains mainly: red. Hex color #E40ED8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40ED8 is #1BF127. Grayscale: #646464. Windows color (decimal): -1831208 or 14159588. OLE color: 14159588.
HSL color Cylindrical-coordinate representation of color #E40ED8: hue angle of 303.36º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40ED8 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 14 | 216 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.11 |
| HSL | 303.36º | 0.88% | 0.47% | - |
| HSV(B) | 303.36º | 0.94% | 0.89% | - |
| XYZ | 44.55 | 21.77 | 66.82 | - |
| YUV | 101.01 | 192.9 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 14 | 216 | 0 | 0.94 | 0.05 | 0.11 | 303.36 | 0.88 | 0.47 |
| Hex | E4 | E | D8 | 0 | 5E | 5 | B | 12F | 58 | 2F |
| Octal | 344 | 16 | 330 | 0 | 136 | 5 | 13 | 457 | 130 | 57 |
| Binary | 11100100 | 1110 | 11011000 | 0 | 1011110 | 101 | 1011 | 100101111 | 1011000 | 101111 |
Color Harmonies of #E40ED8
Complementary color
Monochromatic Colors of #E40ED8
Black with #E40ED8
Text Example
Text Example
White with #E40ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40ED8; }
p { color: rgb(228,14,216); }
H1.HeaderClassName
{
color: #E40ED8;
}
.AnyTagClassName
{
color: #E40ED8;
}
</style>
background-color css
<style>
a { background-color: #E40ED8; }
a { background-color: rgb(228,14,216); }
div.DivClassName
{
background-color: #E40ED8;
}
.BgClassName
{
background-color: #E40ED8;
}
</style>
border-color css
<style>
span { border-color: #E40ED8; }
span { border-color: rgb(228,14,216); }
td.TdClassName
{
border-color: #E40ED8;
}
.TagClassName
{
border-color: #E40ED8;
}
</style>