Shades of Deep Magenta #E216DC
Tints of Deep Magenta #E216DC
RGB
CMYK
RGB Variations
Color information
#E216DC (or 0xE216DC) is known color: Deep Magenta. HEX triplet: E2, 16 and DC. RGB value is (226,22,220). Sum of RGB (Red+Green+Blue) = 226+22+220=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 22 (8.98% from 255 or 4.70% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E216DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E216DC is #1DE923. Grayscale: #686868. Windows color (decimal): -1960228 or 14423778. OLE color: 14423778.
HSL color Cylindrical-coordinate representation of color #E216DC: hue angle of 301.76º 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 #E216DC is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 220 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.11 |
| HSL | 301.76º | 0.82% | 0.49% | - |
| HSV(B) | 301.76º | 0.9% | 0.89% | - |
| XYZ | 44.57 | 21.91 | 69.59 | - |
| YUV | 105.57 | 192.59 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 220 | 0 | 0.90 | 0.03 | 0.11 | 301.76 | 0.82 | 0.49 |
| Hex | E2 | 16 | DC | 0 | 5A | 3 | B | 12E | 52 | 31 |
| Octal | 342 | 26 | 334 | 0 | 132 | 3 | 13 | 456 | 122 | 61 |
| Binary | 11100010 | 10110 | 11011100 | 0 | 1011010 | 11 | 1011 | 100101110 | 1010010 | 110001 |
Color Harmonies of #E216DC
Complementary color
Monochromatic Colors of #E216DC
Black with #E216DC
Text Example
Text Example
White with #E216DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E216DC; }
p { color: rgb(226,22,220); }
H1.HeaderClassName
{
color: #E216DC;
}
.AnyTagClassName
{
color: #E216DC;
}
</style>
background-color css
<style>
a { background-color: #E216DC; }
a { background-color: rgb(226,22,220); }
div.DivClassName
{
background-color: #E216DC;
}
.BgClassName
{
background-color: #E216DC;
}
</style>
border-color css
<style>
span { border-color: #E216DC; }
span { border-color: rgb(226,22,220); }
td.TdClassName
{
border-color: #E216DC;
}
.TagClassName
{
border-color: #E216DC;
}
</style>