Shades of Deep Magenta #E40ECD
Tints of Deep Magenta #E40ECD
RGB
CMYK
RGB Variations
Color information
#E40ECD (or 0xE40ECD) is known color: Deep Magenta. HEX triplet: E4, 0E and CD. RGB value is (228,14,205). Sum of RGB (Red+Green+Blue) = 228+14+205=447 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.01% from 447); Green value is 14 (5.86% from 255 or 3.13% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 228 - color contains mainly: red. Hex color #E40ECD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40ECD is #1BF132. Grayscale: #636363. Windows color (decimal): -1831219 or 13438692. OLE color: 13438692.
HSL color Cylindrical-coordinate representation of color #E40ECD: hue angle of 306.45º 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 #E40ECD is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 14 | 205 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.11 |
| HSL | 306.45º | 0.88% | 0.47% | - |
| HSV(B) | 306.45º | 0.94% | 0.89% | - |
| XYZ | 43.17 | 21.22 | 59.58 | - |
| YUV | 99.76 | 187.4 | 219.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 14 | 205 | 0 | 0.94 | 0.10 | 0.11 | 306.45 | 0.88 | 0.47 |
| Hex | E4 | E | CD | 0 | 5E | A | B | 132 | 58 | 2F |
| Octal | 344 | 16 | 315 | 0 | 136 | 12 | 13 | 462 | 130 | 57 |
| Binary | 11100100 | 1110 | 11001101 | 0 | 1011110 | 1010 | 1011 | 100110010 | 1011000 | 101111 |
Color Harmonies of #E40ECD
Complementary color
Monochromatic Colors of #E40ECD
Black with #E40ECD
Text Example
Text Example
White with #E40ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40ECD; }
p { color: rgb(228,14,205); }
H1.HeaderClassName
{
color: #E40ECD;
}
.AnyTagClassName
{
color: #E40ECD;
}
</style>
background-color css
<style>
a { background-color: #E40ECD; }
a { background-color: rgb(228,14,205); }
div.DivClassName
{
background-color: #E40ECD;
}
.BgClassName
{
background-color: #E40ECD;
}
</style>
border-color css
<style>
span { border-color: #E40ECD; }
span { border-color: rgb(228,14,205); }
td.TdClassName
{
border-color: #E40ECD;
}
.TagClassName
{
border-color: #E40ECD;
}
</style>