Shades of Deep Magenta #E407DC
Tints of Deep Magenta #E407DC
RGB
CMYK
RGB Variations
Color information
#E407DC (or 0xE407DC) is known color: Deep Magenta. HEX triplet: E4, 07 and DC. RGB value is (228,7,220). Sum of RGB (Red+Green+Blue) = 228+7+220=455 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.11% from 455); Green value is 7 (3.12% from 255 or 1.54% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 228 - color contains mainly: red. Hex color #E407DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E407DC is #1BF823. Grayscale: #606060. Windows color (decimal): -1832996 or 14419940. OLE color: 14419940.
HSL color Cylindrical-coordinate representation of color #E407DC: hue angle of 302.17º 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 #E407DC is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 220 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.11 |
| HSL | 302.17º | 0.94% | 0.46% | - |
| HSV(B) | 302.17º | 0.97% | 0.89% | - |
| XYZ | 44.99 | 21.81 | 69.55 | - |
| YUV | 97.36 | 197.22 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 220 | 0 | 0.97 | 0.04 | 0.11 | 302.17 | 0.94 | 0.46 |
| Hex | E4 | 7 | DC | 0 | 61 | 4 | B | 12E | 5E | 2E |
| Octal | 344 | 7 | 334 | 0 | 141 | 4 | 13 | 456 | 136 | 56 |
| Binary | 11100100 | 111 | 11011100 | 0 | 1100001 | 100 | 1011 | 100101110 | 1011110 | 101110 |
Color Harmonies of #E407DC
Complementary color
Monochromatic Colors of #E407DC
Black with #E407DC
Text Example
Text Example
White with #E407DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E407DC; }
p { color: rgb(228,7,220); }
H1.HeaderClassName
{
color: #E407DC;
}
.AnyTagClassName
{
color: #E407DC;
}
</style>
background-color css
<style>
a { background-color: #E407DC; }
a { background-color: rgb(228,7,220); }
div.DivClassName
{
background-color: #E407DC;
}
.BgClassName
{
background-color: #E407DC;
}
</style>
border-color css
<style>
span { border-color: #E407DC; }
span { border-color: rgb(228,7,220); }
td.TdClassName
{
border-color: #E407DC;
}
.TagClassName
{
border-color: #E407DC;
}
</style>