Shades of Deep Magenta #E408D2
Tints of Deep Magenta #E408D2
RGB
CMYK
RGB Variations
Color information
#E408D2 (or 0xE408D2) is known color: Deep Magenta. HEX triplet: E4, 08 and D2. RGB value is (228,8,210). Sum of RGB (Red+Green+Blue) = 228+8+210=446 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.12% from 446); Green value is 8 (3.52% from 255 or 1.79% from 446); Blue value is 210 (82.42% from 255 or 47.09% from 446); Max value from RGB is 228 - color contains mainly: red. Hex color #E408D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E408D2 is #1BF72D. Grayscale: #606060. Windows color (decimal): -1832750 or 13764836. OLE color: 13764836.
HSL color Cylindrical-coordinate representation of color #E408D2: hue angle of 304.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 #E408D2 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 8 | 210 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.11 |
| HSL | 304.91º | 0.93% | 0.46% | - |
| HSV(B) | 304.91º | 0.96% | 0.89% | - |
| XYZ | 43.71 | 21.32 | 62.78 | - |
| YUV | 96.81 | 191.89 | 221.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 8 | 210 | 0 | 0.96 | 0.08 | 0.11 | 304.91 | 0.93 | 0.46 |
| Hex | E4 | 8 | D2 | 0 | 60 | 8 | B | 131 | 5D | 2E |
| Octal | 344 | 10 | 322 | 0 | 140 | 10 | 13 | 461 | 135 | 56 |
| Binary | 11100100 | 1000 | 11010010 | 0 | 1100000 | 1000 | 1011 | 100110001 | 1011101 | 101110 |
Color Harmonies of #E408D2
Complementary color
Monochromatic Colors of #E408D2
Black with #E408D2
Text Example
Text Example
White with #E408D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E408D2; }
p { color: rgb(228,8,210); }
H1.HeaderClassName
{
color: #E408D2;
}
.AnyTagClassName
{
color: #E408D2;
}
</style>
background-color css
<style>
a { background-color: #E408D2; }
a { background-color: rgb(228,8,210); }
div.DivClassName
{
background-color: #E408D2;
}
.BgClassName
{
background-color: #E408D2;
}
</style>
border-color css
<style>
span { border-color: #E408D2; }
span { border-color: rgb(228,8,210); }
td.TdClassName
{
border-color: #E408D2;
}
.TagClassName
{
border-color: #E408D2;
}
</style>