Shades of Deep Magenta #E416DC
Tints of Deep Magenta #E416DC
RGB
CMYK
RGB Variations
Color information
#E416DC (or 0xE416DC) is known color: Deep Magenta. HEX triplet: E4, 16 and DC. RGB value is (228,22,220). Sum of RGB (Red+Green+Blue) = 228+22+220=470 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.51% from 470); Green value is 22 (8.98% from 255 or 4.68% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 228 - color contains mainly: red. Hex color #E416DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E416DC is #1BE923. Grayscale: #696969. Windows color (decimal): -1829156 or 14423780. OLE color: 14423780.
HSL color Cylindrical-coordinate representation of color #E416DC: hue angle of 302.33º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E416DC is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 22 | 220 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.11 |
| HSL | 302.33º | 0.82% | 0.49% | - |
| HSV(B) | 302.33º | 0.9% | 0.89% | - |
| XYZ | 45.2 | 22.24 | 69.62 | - |
| YUV | 106.17 | 192.25 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 220 | 0 | 0.90 | 0.04 | 0.11 | 302.33 | 0.82 | 0.49 |
| Hex | E4 | 16 | DC | 0 | 5A | 4 | B | 12E | 52 | 31 |
| Octal | 344 | 26 | 334 | 0 | 132 | 4 | 13 | 456 | 122 | 61 |
| Binary | 11100100 | 10110 | 11011100 | 0 | 1011010 | 100 | 1011 | 100101110 | 1010010 | 110001 |
Color Harmonies of #E416DC
Complementary color
Monochromatic Colors of #E416DC
Black with #E416DC
Text Example
Text Example
White with #E416DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E416DC; }
p { color: rgb(228,22,220); }
H1.HeaderClassName
{
color: #E416DC;
}
.AnyTagClassName
{
color: #E416DC;
}
</style>
background-color css
<style>
a { background-color: #E416DC; }
a { background-color: rgb(228,22,220); }
div.DivClassName
{
background-color: #E416DC;
}
.BgClassName
{
background-color: #E416DC;
}
</style>
border-color css
<style>
span { border-color: #E416DC; }
span { border-color: rgb(228,22,220); }
td.TdClassName
{
border-color: #E416DC;
}
.TagClassName
{
border-color: #E416DC;
}
</style>