Shades of Deep Magenta #E404DB
Tints of Deep Magenta #E404DB
RGB
CMYK
RGB Variations
Color information
#E404DB (or 0xE404DB) is known color: Deep Magenta. HEX triplet: E4, 04 and DB. RGB value is (228,4,219). Sum of RGB (Red+Green+Blue) = 228+4+219=451 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.55% from 451); Green value is 4 (1.95% from 255 or 0.89% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 228 - color contains mainly: red. Hex color #E404DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E404DB is #1BFB24. Grayscale: #5E5E5E. Windows color (decimal): -1833765 or 14353636. OLE color: 14353636.
HSL color Cylindrical-coordinate representation of color #E404DB: hue angle of 302.41º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E404DB is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 4 | 219 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.11 |
| HSL | 302.41º | 0.97% | 0.45% | - |
| HSV(B) | 302.41º | 0.98% | 0.89% | - |
| XYZ | 44.82 | 21.7 | 68.84 | - |
| YUV | 95.49 | 197.71 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 219 | 0 | 0.98 | 0.04 | 0.11 | 302.41 | 0.97 | 0.45 |
| Hex | E4 | 4 | DB | 0 | 62 | 4 | B | 12E | 61 | 2D |
| Octal | 344 | 4 | 333 | 0 | 142 | 4 | 13 | 456 | 141 | 55 |
| Binary | 11100100 | 100 | 11011011 | 0 | 1100010 | 100 | 1011 | 100101110 | 1100001 | 101101 |
Color Harmonies of #E404DB
Complementary color
Monochromatic Colors of #E404DB
Black with #E404DB
Text Example
Text Example
White with #E404DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E404DB; }
p { color: rgb(228,4,219); }
H1.HeaderClassName
{
color: #E404DB;
}
.AnyTagClassName
{
color: #E404DB;
}
</style>
background-color css
<style>
a { background-color: #E404DB; }
a { background-color: rgb(228,4,219); }
div.DivClassName
{
background-color: #E404DB;
}
.BgClassName
{
background-color: #E404DB;
}
</style>
border-color css
<style>
span { border-color: #E404DB; }
span { border-color: rgb(228,4,219); }
td.TdClassName
{
border-color: #E404DB;
}
.TagClassName
{
border-color: #E404DB;
}
</style>