Shades of Deep Magenta #E407C8
Tints of Deep Magenta #E407C8
RGB
CMYK
RGB Variations
Color information
#E407C8 (or 0xE407C8) is known color: Deep Magenta. HEX triplet: E4, 07 and C8. RGB value is (228,7,200). Sum of RGB (Red+Green+Blue) = 228+7+200=435 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.41% from 435); Green value is 7 (3.12% from 255 or 1.61% from 435); Blue value is 200 (78.52% from 255 or 45.98% from 435); Max value from RGB is 228 - color contains mainly: red. Hex color #E407C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E407C8 is #1BF837. Grayscale: #5E5E5E. Windows color (decimal): -1833016 or 13109220. OLE color: 13109220.
HSL color Cylindrical-coordinate representation of color #E407C8: hue angle of 307.6º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E407C8 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 200 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.11 |
| HSL | 307.6º | 0.94% | 0.46% | - |
| HSV(B) | 307.6º | 0.97% | 0.89% | - |
| XYZ | 42.5 | 20.82 | 56.42 | - |
| YUV | 95.08 | 187.22 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 200 | 0 | 0.97 | 0.12 | 0.11 | 307.6 | 0.94 | 0.46 |
| Hex | E4 | 7 | C8 | 0 | 61 | C | B | 134 | 5E | 2E |
| Octal | 344 | 7 | 310 | 0 | 141 | 14 | 13 | 464 | 136 | 56 |
| Binary | 11100100 | 111 | 11001000 | 0 | 1100001 | 1100 | 1011 | 100110100 | 1011110 | 101110 |
Color Harmonies of #E407C8
Complementary color
Monochromatic Colors of #E407C8
Black with #E407C8
Text Example
Text Example
White with #E407C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E407C8; }
p { color: rgb(228,7,200); }
H1.HeaderClassName
{
color: #E407C8;
}
.AnyTagClassName
{
color: #E407C8;
}
</style>
background-color css
<style>
a { background-color: #E407C8; }
a { background-color: rgb(228,7,200); }
div.DivClassName
{
background-color: #E407C8;
}
.BgClassName
{
background-color: #E407C8;
}
</style>
border-color css
<style>
span { border-color: #E407C8; }
span { border-color: rgb(228,7,200); }
td.TdClassName
{
border-color: #E407C8;
}
.TagClassName
{
border-color: #E407C8;
}
</style>