Shades of Deep Magenta #E40CDB
Tints of Deep Magenta #E40CDB
RGB
CMYK
RGB Variations
Color information
#E40CDB (or 0xE40CDB) is known color: Deep Magenta. HEX triplet: E4, 0C and DB. RGB value is (228,12,219). Sum of RGB (Red+Green+Blue) = 228+12+219=459 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.67% from 459); Green value is 12 (5.08% from 255 or 2.61% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 228 - color contains mainly: red. Hex color #E40CDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40CDB is #1BF324. Grayscale: #636363. Windows color (decimal): -1831717 or 14355684. OLE color: 14355684.
HSL color Cylindrical-coordinate representation of color #E40CDB: hue angle of 302.5º 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 #E40CDB is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 12 | 219 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.11 |
| HSL | 302.5º | 0.9% | 0.47% | - |
| HSV(B) | 302.5º | 0.95% | 0.89% | - |
| XYZ | 44.91 | 21.87 | 68.87 | - |
| YUV | 100.18 | 195.06 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 12 | 219 | 0 | 0.95 | 0.04 | 0.11 | 302.5 | 0.9 | 0.47 |
| Hex | E4 | C | DB | 0 | 5F | 4 | B | 12E | 5A | 2F |
| Octal | 344 | 14 | 333 | 0 | 137 | 4 | 13 | 456 | 132 | 57 |
| Binary | 11100100 | 1100 | 11011011 | 0 | 1011111 | 100 | 1011 | 100101110 | 1011010 | 101111 |
Color Harmonies of #E40CDB
Complementary color
Monochromatic Colors of #E40CDB
Black with #E40CDB
Text Example
Text Example
White with #E40CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40CDB; }
p { color: rgb(228,12,219); }
H1.HeaderClassName
{
color: #E40CDB;
}
.AnyTagClassName
{
color: #E40CDB;
}
</style>
background-color css
<style>
a { background-color: #E40CDB; }
a { background-color: rgb(228,12,219); }
div.DivClassName
{
background-color: #E40CDB;
}
.BgClassName
{
background-color: #E40CDB;
}
</style>
border-color css
<style>
span { border-color: #E40CDB; }
span { border-color: rgb(228,12,219); }
td.TdClassName
{
border-color: #E40CDB;
}
.TagClassName
{
border-color: #E40CDB;
}
</style>