Shades of Deep Magenta #E410DB
Tints of Deep Magenta #E410DB
RGB
CMYK
RGB Variations
Color information
#E410DB (or 0xE410DB) is known color: Deep Magenta. HEX triplet: E4, 10 and DB. RGB value is (228,16,219). Sum of RGB (Red+Green+Blue) = 228+16+219=463 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.24% from 463); Green value is 16 (6.64% from 255 or 3.46% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 228 - color contains mainly: red. Hex color #E410DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E410DB is #1BEF24. Grayscale: #656565. Windows color (decimal): -1830693 or 14356708. OLE color: 14356708.
HSL color Cylindrical-coordinate representation of color #E410DB: hue angle of 302.55º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E410DB is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 16 | 219 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.11 |
| HSL | 302.55º | 0.87% | 0.48% | - |
| HSV(B) | 302.55º | 0.93% | 0.89% | - |
| XYZ | 44.97 | 21.98 | 68.89 | - |
| YUV | 102.53 | 193.74 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 16 | 219 | 0 | 0.93 | 0.04 | 0.11 | 302.55 | 0.87 | 0.48 |
| Hex | E4 | 10 | DB | 0 | 5D | 4 | B | 12F | 57 | 30 |
| Octal | 344 | 20 | 333 | 0 | 135 | 4 | 13 | 457 | 127 | 60 |
| Binary | 11100100 | 10000 | 11011011 | 0 | 1011101 | 100 | 1011 | 100101111 | 1010111 | 110000 |
Color Harmonies of #E410DB
Complementary color
Monochromatic Colors of #E410DB
Black with #E410DB
Text Example
Text Example
White with #E410DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E410DB; }
p { color: rgb(228,16,219); }
H1.HeaderClassName
{
color: #E410DB;
}
.AnyTagClassName
{
color: #E410DB;
}
</style>
background-color css
<style>
a { background-color: #E410DB; }
a { background-color: rgb(228,16,219); }
div.DivClassName
{
background-color: #E410DB;
}
.BgClassName
{
background-color: #E410DB;
}
</style>
border-color css
<style>
span { border-color: #E410DB; }
span { border-color: rgb(228,16,219); }
td.TdClassName
{
border-color: #E410DB;
}
.TagClassName
{
border-color: #E410DB;
}
</style>