Shades of Deep Magenta #E408E0
Tints of Deep Magenta #E408E0
RGB
CMYK
RGB Variations
Color information
#E408E0 (or 0xE408E0) is known color: Deep Magenta. HEX triplet: E4, 08 and E0. RGB value is (228,8,224). Sum of RGB (Red+Green+Blue) = 228+8+224=460 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.57% from 460); Green value is 8 (3.52% from 255 or 1.74% from 460); Blue value is 224 (87.89% from 255 or 48.70% from 460); Max value from RGB is 228 - color contains mainly: red. Hex color #E408E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E408E0 is #1BF71F. Grayscale: #616161. Windows color (decimal): -1832736 or 14682340. OLE color: 14682340.
HSL color Cylindrical-coordinate representation of color #E408E0: hue angle of 301.09º 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 #E408E0 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 8 | 224 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.11 |
| HSL | 301.09º | 0.93% | 0.46% | - |
| HSV(B) | 301.09º | 0.96% | 0.89% | - |
| XYZ | 45.54 | 22.05 | 72.38 | - |
| YUV | 98.4 | 198.89 | 220.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 8 | 224 | 0 | 0.96 | 0.02 | 0.11 | 301.09 | 0.93 | 0.46 |
| Hex | E4 | 8 | E0 | 0 | 60 | 2 | B | 12D | 5D | 2E |
| Octal | 344 | 10 | 340 | 0 | 140 | 2 | 13 | 455 | 135 | 56 |
| Binary | 11100100 | 1000 | 11100000 | 0 | 1100000 | 10 | 1011 | 100101101 | 1011101 | 101110 |
Color Harmonies of #E408E0
Complementary color
Monochromatic Colors of #E408E0
Black with #E408E0
Text Example
Text Example
White with #E408E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E408E0; }
p { color: rgb(228,8,224); }
H1.HeaderClassName
{
color: #E408E0;
}
.AnyTagClassName
{
color: #E408E0;
}
</style>
background-color css
<style>
a { background-color: #E408E0; }
a { background-color: rgb(228,8,224); }
div.DivClassName
{
background-color: #E408E0;
}
.BgClassName
{
background-color: #E408E0;
}
</style>
border-color css
<style>
span { border-color: #E408E0; }
span { border-color: rgb(228,8,224); }
td.TdClassName
{
border-color: #E408E0;
}
.TagClassName
{
border-color: #E408E0;
}
</style>