Shades of Deep Magenta #E404DD
Tints of Deep Magenta #E404DD
RGB
CMYK
RGB Variations
Color information
#E404DD (or 0xE404DD) is known color: Deep Magenta. HEX triplet: E4, 04 and DD. RGB value is (228,4,221). Sum of RGB (Red+Green+Blue) = 228+4+221=453 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.33% from 453); Green value is 4 (1.95% from 255 or 0.88% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 228 - color contains mainly: red. Hex color #E404DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E404DD is #1BFB22. Grayscale: #5F5F5F. Windows color (decimal): -1833763 or 14484708. OLE color: 14484708.
HSL color Cylindrical-coordinate representation of color #E404DD: hue angle of 301.88º 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 #E404DD is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 4 | 221 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.11 |
| HSL | 301.88º | 0.97% | 0.45% | - |
| HSV(B) | 301.88º | 0.98% | 0.89% | - |
| XYZ | 45.09 | 21.8 | 70.24 | - |
| YUV | 95.71 | 198.71 | 222.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 221 | 0 | 0.98 | 0.03 | 0.11 | 301.88 | 0.97 | 0.45 |
| Hex | E4 | 4 | DD | 0 | 62 | 3 | B | 12E | 61 | 2D |
| Octal | 344 | 4 | 335 | 0 | 142 | 3 | 13 | 456 | 141 | 55 |
| Binary | 11100100 | 100 | 11011101 | 0 | 1100010 | 11 | 1011 | 100101110 | 1100001 | 101101 |
Color Harmonies of #E404DD
Complementary color
Monochromatic Colors of #E404DD
Black with #E404DD
Text Example
Text Example
White with #E404DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E404DD; }
p { color: rgb(228,4,221); }
H1.HeaderClassName
{
color: #E404DD;
}
.AnyTagClassName
{
color: #E404DD;
}
</style>
background-color css
<style>
a { background-color: #E404DD; }
a { background-color: rgb(228,4,221); }
div.DivClassName
{
background-color: #E404DD;
}
.BgClassName
{
background-color: #E404DD;
}
</style>
border-color css
<style>
span { border-color: #E404DD; }
span { border-color: rgb(228,4,221); }
td.TdClassName
{
border-color: #E404DD;
}
.TagClassName
{
border-color: #E404DD;
}
</style>