Shades of Deep Magenta #E40CDA
Tints of Deep Magenta #E40CDA
RGB
CMYK
RGB Variations
Color information
#E40CDA (or 0xE40CDA) is known color: Deep Magenta. HEX triplet: E4, 0C and DA. RGB value is (228,12,218). Sum of RGB (Red+Green+Blue) = 228+12+218=458 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.78% from 458); Green value is 12 (5.08% from 255 or 2.62% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 228 - color contains mainly: red. Hex color #E40CDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40CDA is #1BF325. Grayscale: #636363. Windows color (decimal): -1831718 or 14290148. OLE color: 14290148.
HSL color Cylindrical-coordinate representation of color #E40CDA: hue angle of 302.78º 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 #E40CDA is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 12 | 218 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.11 |
| HSL | 302.78º | 0.9% | 0.47% | - |
| HSV(B) | 302.78º | 0.95% | 0.89% | - |
| XYZ | 44.78 | 21.82 | 68.18 | - |
| YUV | 100.07 | 194.56 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 12 | 218 | 0 | 0.95 | 0.04 | 0.11 | 302.78 | 0.9 | 0.47 |
| Hex | E4 | C | DA | 0 | 5F | 4 | B | 12F | 5A | 2F |
| Octal | 344 | 14 | 332 | 0 | 137 | 4 | 13 | 457 | 132 | 57 |
| Binary | 11100100 | 1100 | 11011010 | 0 | 1011111 | 100 | 1011 | 100101111 | 1011010 | 101111 |
Color Harmonies of #E40CDA
Complementary color
Monochromatic Colors of #E40CDA
Black with #E40CDA
Text Example
Text Example
White with #E40CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40CDA; }
p { color: rgb(228,12,218); }
H1.HeaderClassName
{
color: #E40CDA;
}
.AnyTagClassName
{
color: #E40CDA;
}
</style>
background-color css
<style>
a { background-color: #E40CDA; }
a { background-color: rgb(228,12,218); }
div.DivClassName
{
background-color: #E40CDA;
}
.BgClassName
{
background-color: #E40CDA;
}
</style>
border-color css
<style>
span { border-color: #E40CDA; }
span { border-color: rgb(228,12,218); }
td.TdClassName
{
border-color: #E40CDA;
}
.TagClassName
{
border-color: #E40CDA;
}
</style>