Shades of Deep Magenta #E40CD8
Tints of Deep Magenta #E40CD8
RGB
CMYK
RGB Variations
Color information
#E40CD8 (or 0xE40CD8) is known color: Deep Magenta. HEX triplet: E4, 0C and D8. RGB value is (228,12,216). Sum of RGB (Red+Green+Blue) = 228+12+216=456 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50% from 456); Green value is 12 (5.08% from 255 or 2.63% from 456); Blue value is 216 (84.77% from 255 or 47.37% from 456); Max value from RGB is 228 - color contains mainly: red. Hex color #E40CD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40CD8 is #1BF327. Grayscale: #636363. Windows color (decimal): -1831720 or 14159076. OLE color: 14159076.
HSL color Cylindrical-coordinate representation of color #E40CD8: hue angle of 303.33º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E40CD8 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 12 | 216 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.11 |
| HSL | 303.33º | 0.9% | 0.47% | - |
| HSV(B) | 303.33º | 0.95% | 0.89% | - |
| XYZ | 44.52 | 21.71 | 66.81 | - |
| YUV | 99.84 | 193.56 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 12 | 216 | 0 | 0.95 | 0.05 | 0.11 | 303.33 | 0.9 | 0.47 |
| Hex | E4 | C | D8 | 0 | 5F | 5 | B | 12F | 5A | 2F |
| Octal | 344 | 14 | 330 | 0 | 137 | 5 | 13 | 457 | 132 | 57 |
| Binary | 11100100 | 1100 | 11011000 | 0 | 1011111 | 101 | 1011 | 100101111 | 1011010 | 101111 |
Color Harmonies of #E40CD8
Complementary color
Monochromatic Colors of #E40CD8
Black with #E40CD8
Text Example
Text Example
White with #E40CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40CD8; }
p { color: rgb(228,12,216); }
H1.HeaderClassName
{
color: #E40CD8;
}
.AnyTagClassName
{
color: #E40CD8;
}
</style>
background-color css
<style>
a { background-color: #E40CD8; }
a { background-color: rgb(228,12,216); }
div.DivClassName
{
background-color: #E40CD8;
}
.BgClassName
{
background-color: #E40CD8;
}
</style>
border-color css
<style>
span { border-color: #E40CD8; }
span { border-color: rgb(228,12,216); }
td.TdClassName
{
border-color: #E40CD8;
}
.TagClassName
{
border-color: #E40CD8;
}
</style>