Shades of Deep Magenta #E408DD
Tints of Deep Magenta #E408DD
RGB
CMYK
RGB Variations
Color information
#E408DD (or 0xE408DD) is known color: Deep Magenta. HEX triplet: E4, 08 and DD. RGB value is (228,8,221). Sum of RGB (Red+Green+Blue) = 228+8+221=457 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.89% from 457); Green value is 8 (3.52% from 255 or 1.75% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 228 - color contains mainly: red. Hex color #E408DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E408DD is #1BF722. Grayscale: #616161. Windows color (decimal): -1832739 or 14485732. OLE color: 14485732.
HSL color Cylindrical-coordinate representation of color #E408DD: hue angle of 301.91º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E408DD is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 8 | 221 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.11 |
| HSL | 301.91º | 0.93% | 0.46% | - |
| HSV(B) | 301.91º | 0.96% | 0.89% | - |
| XYZ | 45.13 | 21.89 | 70.25 | - |
| YUV | 98.06 | 197.39 | 220.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 8 | 221 | 0 | 0.96 | 0.03 | 0.11 | 301.91 | 0.93 | 0.46 |
| Hex | E4 | 8 | DD | 0 | 60 | 3 | B | 12E | 5D | 2E |
| Octal | 344 | 10 | 335 | 0 | 140 | 3 | 13 | 456 | 135 | 56 |
| Binary | 11100100 | 1000 | 11011101 | 0 | 1100000 | 11 | 1011 | 100101110 | 1011101 | 101110 |
Color Harmonies of #E408DD
Complementary color
Monochromatic Colors of #E408DD
Black with #E408DD
Text Example
Text Example
White with #E408DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E408DD; }
p { color: rgb(228,8,221); }
H1.HeaderClassName
{
color: #E408DD;
}
.AnyTagClassName
{
color: #E408DD;
}
</style>
background-color css
<style>
a { background-color: #E408DD; }
a { background-color: rgb(228,8,221); }
div.DivClassName
{
background-color: #E408DD;
}
.BgClassName
{
background-color: #E408DD;
}
</style>
border-color css
<style>
span { border-color: #E408DD; }
span { border-color: rgb(228,8,221); }
td.TdClassName
{
border-color: #E408DD;
}
.TagClassName
{
border-color: #E408DD;
}
</style>