Shades of Deep Magenta #E218DC
Tints of Deep Magenta #E218DC
RGB
CMYK
RGB Variations
Color information
#E218DC (or 0xE218DC) is known color: Deep Magenta. HEX triplet: E2, 18 and DC. RGB value is (226,24,220). Sum of RGB (Red+Green+Blue) = 226+24+220=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 24 (9.77% from 255 or 5.11% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 226 - color contains mainly: red. Hex color #E218DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E218DC is #1DE723. Grayscale: #6A6A6A. Windows color (decimal): -1959716 or 14424290. OLE color: 14424290.
HSL color Cylindrical-coordinate representation of color #E218DC: hue angle of 301.78º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E218DC is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 24 | 220 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.11 |
| HSL | 301.78º | 0.81% | 0.49% | - |
| HSV(B) | 301.78º | 0.89% | 0.89% | - |
| XYZ | 44.61 | 21.99 | 69.6 | - |
| YUV | 106.74 | 191.92 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 24 | 220 | 0 | 0.89 | 0.03 | 0.11 | 301.78 | 0.81 | 0.49 |
| Hex | E2 | 18 | DC | 0 | 59 | 3 | B | 12E | 51 | 31 |
| Octal | 342 | 30 | 334 | 0 | 131 | 3 | 13 | 456 | 121 | 61 |
| Binary | 11100010 | 11000 | 11011100 | 0 | 1011001 | 11 | 1011 | 100101110 | 1010001 | 110001 |
Color Harmonies of #E218DC
Complementary color
Monochromatic Colors of #E218DC
Black with #E218DC
Text Example
Text Example
White with #E218DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E218DC; }
p { color: rgb(226,24,220); }
H1.HeaderClassName
{
color: #E218DC;
}
.AnyTagClassName
{
color: #E218DC;
}
</style>
background-color css
<style>
a { background-color: #E218DC; }
a { background-color: rgb(226,24,220); }
div.DivClassName
{
background-color: #E218DC;
}
.BgClassName
{
background-color: #E218DC;
}
</style>
border-color css
<style>
span { border-color: #E218DC; }
span { border-color: rgb(226,24,220); }
td.TdClassName
{
border-color: #E218DC;
}
.TagClassName
{
border-color: #E218DC;
}
</style>