Shades of Deep Magenta #E404D9
Tints of Deep Magenta #E404D9
RGB
CMYK
RGB Variations
Color information
#E404D9 (or 0xE404D9) is known color: Deep Magenta. HEX triplet: E4, 04 and D9. RGB value is (228,4,217). Sum of RGB (Red+Green+Blue) = 228+4+217=449 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.78% from 449); Green value is 4 (1.95% from 255 or 0.89% from 449); Blue value is 217 (85.16% from 255 or 48.33% from 449); Max value from RGB is 228 - color contains mainly: red. Hex color #E404D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E404D9 is #1BFB26. Grayscale: #5E5E5E. Windows color (decimal): -1833767 or 14222564. OLE color: 14222564.
HSL color Cylindrical-coordinate representation of color #E404D9: hue angle of 302.95º 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 #E404D9 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 4 | 217 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.11 |
| HSL | 302.95º | 0.97% | 0.45% | - |
| HSV(B) | 302.95º | 0.98% | 0.89% | - |
| XYZ | 44.56 | 21.59 | 67.46 | - |
| YUV | 95.26 | 196.71 | 222.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 217 | 0 | 0.98 | 0.05 | 0.11 | 302.95 | 0.97 | 0.45 |
| Hex | E4 | 4 | D9 | 0 | 62 | 5 | B | 12F | 61 | 2D |
| Octal | 344 | 4 | 331 | 0 | 142 | 5 | 13 | 457 | 141 | 55 |
| Binary | 11100100 | 100 | 11011001 | 0 | 1100010 | 101 | 1011 | 100101111 | 1100001 | 101101 |
Color Harmonies of #E404D9
Complementary color
Monochromatic Colors of #E404D9
Black with #E404D9
Text Example
Text Example
White with #E404D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E404D9; }
p { color: rgb(228,4,217); }
H1.HeaderClassName
{
color: #E404D9;
}
.AnyTagClassName
{
color: #E404D9;
}
</style>
background-color css
<style>
a { background-color: #E404D9; }
a { background-color: rgb(228,4,217); }
div.DivClassName
{
background-color: #E404D9;
}
.BgClassName
{
background-color: #E404D9;
}
</style>
border-color css
<style>
span { border-color: #E404D9; }
span { border-color: rgb(228,4,217); }
td.TdClassName
{
border-color: #E404D9;
}
.TagClassName
{
border-color: #E404D9;
}
</style>