Shades of Deep Magenta #E405DD
Tints of Deep Magenta #E405DD
RGB
CMYK
RGB Variations
Color information
#E405DD (or 0xE405DD) is known color: Deep Magenta. HEX triplet: E4, 05 and DD. RGB value is (228,5,221). Sum of RGB (Red+Green+Blue) = 228+5+221=454 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.22% from 454); Green value is 5 (2.34% from 255 or 1.10% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 228 - color contains mainly: red. Hex color #E405DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E405DD is #1BFA22. Grayscale: #5F5F5F. Windows color (decimal): -1833507 or 14484964. OLE color: 14484964.
HSL color Cylindrical-coordinate representation of color #E405DD: hue angle of 301.88º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E405DD is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 5 | 221 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.11 |
| HSL | 301.88º | 0.96% | 0.46% | - |
| HSV(B) | 301.88º | 0.98% | 0.89% | - |
| XYZ | 45.1 | 21.82 | 70.24 | - |
| YUV | 96.3 | 198.38 | 221.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 5 | 221 | 0 | 0.98 | 0.03 | 0.11 | 301.88 | 0.96 | 0.46 |
| Hex | E4 | 5 | DD | 0 | 62 | 3 | B | 12E | 60 | 2E |
| Octal | 344 | 5 | 335 | 0 | 142 | 3 | 13 | 456 | 140 | 56 |
| Binary | 11100100 | 101 | 11011101 | 0 | 1100010 | 11 | 1011 | 100101110 | 1100000 | 101110 |
Color Harmonies of #E405DD
Complementary color
Monochromatic Colors of #E405DD
Black with #E405DD
Text Example
Text Example
White with #E405DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E405DD; }
p { color: rgb(228,5,221); }
H1.HeaderClassName
{
color: #E405DD;
}
.AnyTagClassName
{
color: #E405DD;
}
</style>
background-color css
<style>
a { background-color: #E405DD; }
a { background-color: rgb(228,5,221); }
div.DivClassName
{
background-color: #E405DD;
}
.BgClassName
{
background-color: #E405DD;
}
</style>
border-color css
<style>
span { border-color: #E405DD; }
span { border-color: rgb(228,5,221); }
td.TdClassName
{
border-color: #E405DD;
}
.TagClassName
{
border-color: #E405DD;
}
</style>