Shades of Deep Magenta #E217DC
Tints of Deep Magenta #E217DC
RGB
CMYK
RGB Variations
Color information
#E217DC (or 0xE217DC) is known color: Deep Magenta. HEX triplet: E2, 17 and DC. RGB value is (226,23,220). Sum of RGB (Red+Green+Blue) = 226+23+220=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 23 (9.38% from 255 or 4.90% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E217DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E217DC is #1DE823. Grayscale: #696969. Windows color (decimal): -1959972 or 14424034. OLE color: 14424034.
HSL color Cylindrical-coordinate representation of color #E217DC: hue angle of 301.77º 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 #E217DC is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 220 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.11 |
| HSL | 301.77º | 0.82% | 0.49% | - |
| HSV(B) | 301.77º | 0.9% | 0.89% | - |
| XYZ | 44.59 | 21.95 | 69.6 | - |
| YUV | 106.16 | 192.25 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 220 | 0 | 0.90 | 0.03 | 0.11 | 301.77 | 0.82 | 0.49 |
| Hex | E2 | 17 | DC | 0 | 5A | 3 | B | 12E | 52 | 31 |
| Octal | 342 | 27 | 334 | 0 | 132 | 3 | 13 | 456 | 122 | 61 |
| Binary | 11100010 | 10111 | 11011100 | 0 | 1011010 | 11 | 1011 | 100101110 | 1010010 | 110001 |
Color Harmonies of #E217DC
Complementary color
Monochromatic Colors of #E217DC
Black with #E217DC
Text Example
Text Example
White with #E217DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E217DC; }
p { color: rgb(226,23,220); }
H1.HeaderClassName
{
color: #E217DC;
}
.AnyTagClassName
{
color: #E217DC;
}
</style>
background-color css
<style>
a { background-color: #E217DC; }
a { background-color: rgb(226,23,220); }
div.DivClassName
{
background-color: #E217DC;
}
.BgClassName
{
background-color: #E217DC;
}
</style>
border-color css
<style>
span { border-color: #E217DC; }
span { border-color: rgb(226,23,220); }
td.TdClassName
{
border-color: #E217DC;
}
.TagClassName
{
border-color: #E217DC;
}
</style>