Shades of Deep Magenta #E408DE
Tints of Deep Magenta #E408DE
RGB
CMYK
RGB Variations
Color information
#E408DE (or 0xE408DE) is known color: Deep Magenta. HEX triplet: E4, 08 and DE. RGB value is (228,8,222). Sum of RGB (Red+Green+Blue) = 228+8+222=458 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.78% from 458); Green value is 8 (3.52% from 255 or 1.75% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 228 - color contains mainly: red. Hex color #E408DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E408DE is #1BF721. Grayscale: #616161. Windows color (decimal): -1832738 or 14551268. OLE color: 14551268.
HSL color Cylindrical-coordinate representation of color #E408DE: hue angle of 301.64º 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 #E408DE is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 8 | 222 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.11 |
| HSL | 301.64º | 0.93% | 0.46% | - |
| HSV(B) | 301.64º | 0.96% | 0.89% | - |
| XYZ | 45.27 | 21.94 | 70.96 | - |
| YUV | 98.18 | 197.89 | 220.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 8 | 222 | 0 | 0.96 | 0.03 | 0.11 | 301.64 | 0.93 | 0.46 |
| Hex | E4 | 8 | DE | 0 | 60 | 3 | B | 12E | 5D | 2E |
| Octal | 344 | 10 | 336 | 0 | 140 | 3 | 13 | 456 | 135 | 56 |
| Binary | 11100100 | 1000 | 11011110 | 0 | 1100000 | 11 | 1011 | 100101110 | 1011101 | 101110 |
Color Harmonies of #E408DE
Complementary color
Monochromatic Colors of #E408DE
Black with #E408DE
Text Example
Text Example
White with #E408DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E408DE; }
p { color: rgb(228,8,222); }
H1.HeaderClassName
{
color: #E408DE;
}
.AnyTagClassName
{
color: #E408DE;
}
</style>
background-color css
<style>
a { background-color: #E408DE; }
a { background-color: rgb(228,8,222); }
div.DivClassName
{
background-color: #E408DE;
}
.BgClassName
{
background-color: #E408DE;
}
</style>
border-color css
<style>
span { border-color: #E408DE; }
span { border-color: rgb(228,8,222); }
td.TdClassName
{
border-color: #E408DE;
}
.TagClassName
{
border-color: #E408DE;
}
</style>