Shades of Deep Magenta #E408DC
Tints of Deep Magenta #E408DC
RGB
CMYK
RGB Variations
Color information
#E408DC (or 0xE408DC) is known color: Deep Magenta. HEX triplet: E4, 08 and DC. RGB value is (228,8,220). Sum of RGB (Red+Green+Blue) = 228+8+220=456 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50% from 456); Green value is 8 (3.52% from 255 or 1.75% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 228 - color contains mainly: red. Hex color #E408DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E408DC is #1BF723. Grayscale: #616161. Windows color (decimal): -1832740 or 14420196. OLE color: 14420196.
HSL color Cylindrical-coordinate representation of color #E408DC: hue angle of 302.18º 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 #E408DC is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 8 | 220 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.11 |
| HSL | 302.18º | 0.93% | 0.46% | - |
| HSV(B) | 302.18º | 0.96% | 0.89% | - |
| XYZ | 45 | 21.83 | 69.55 | - |
| YUV | 97.95 | 196.89 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 8 | 220 | 0 | 0.96 | 0.04 | 0.11 | 302.18 | 0.93 | 0.46 |
| Hex | E4 | 8 | DC | 0 | 60 | 4 | B | 12E | 5D | 2E |
| Octal | 344 | 10 | 334 | 0 | 140 | 4 | 13 | 456 | 135 | 56 |
| Binary | 11100100 | 1000 | 11011100 | 0 | 1100000 | 100 | 1011 | 100101110 | 1011101 | 101110 |
Color Harmonies of #E408DC
Complementary color
Monochromatic Colors of #E408DC
Black with #E408DC
Text Example
Text Example
White with #E408DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E408DC; }
p { color: rgb(228,8,220); }
H1.HeaderClassName
{
color: #E408DC;
}
.AnyTagClassName
{
color: #E408DC;
}
</style>
background-color css
<style>
a { background-color: #E408DC; }
a { background-color: rgb(228,8,220); }
div.DivClassName
{
background-color: #E408DC;
}
.BgClassName
{
background-color: #E408DC;
}
</style>
border-color css
<style>
span { border-color: #E408DC; }
span { border-color: rgb(228,8,220); }
td.TdClassName
{
border-color: #E408DC;
}
.TagClassName
{
border-color: #E408DC;
}
</style>