Shades of Deep Magenta #E40ACD
Tints of Deep Magenta #E40ACD
RGB
CMYK
RGB Variations
Color information
#E40ACD (or 0xE40ACD) is known color: Deep Magenta. HEX triplet: E4, 0A and CD. RGB value is (228,10,205). Sum of RGB (Red+Green+Blue) = 228+10+205=443 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.47% from 443); Green value is 10 (4.30% from 255 or 2.26% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 228 - color contains mainly: red. Hex color #E40ACD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40ACD is #1BF532. Grayscale: #606060. Windows color (decimal): -1832243 or 13437668. OLE color: 13437668.
HSL color Cylindrical-coordinate representation of color #E40ACD: hue angle of 306.33º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40ACD is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 10 | 205 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.11 |
| HSL | 306.33º | 0.92% | 0.47% | - |
| HSV(B) | 306.33º | 0.96% | 0.89% | - |
| XYZ | 43.12 | 21.12 | 59.56 | - |
| YUV | 97.41 | 188.72 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 10 | 205 | 0 | 0.96 | 0.10 | 0.11 | 306.33 | 0.92 | 0.47 |
| Hex | E4 | A | CD | 0 | 60 | A | B | 132 | 5C | 2F |
| Octal | 344 | 12 | 315 | 0 | 140 | 12 | 13 | 462 | 134 | 57 |
| Binary | 11100100 | 1010 | 11001101 | 0 | 1100000 | 1010 | 1011 | 100110010 | 1011100 | 101111 |
Color Harmonies of #E40ACD
Complementary color
Monochromatic Colors of #E40ACD
Black with #E40ACD
Text Example
Text Example
White with #E40ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40ACD; }
p { color: rgb(228,10,205); }
H1.HeaderClassName
{
color: #E40ACD;
}
.AnyTagClassName
{
color: #E40ACD;
}
</style>
background-color css
<style>
a { background-color: #E40ACD; }
a { background-color: rgb(228,10,205); }
div.DivClassName
{
background-color: #E40ACD;
}
.BgClassName
{
background-color: #E40ACD;
}
</style>
border-color css
<style>
span { border-color: #E40ACD; }
span { border-color: rgb(228,10,205); }
td.TdClassName
{
border-color: #E40ACD;
}
.TagClassName
{
border-color: #E40ACD;
}
</style>