Shades of Deep Magenta #E217DB
Tints of Deep Magenta #E217DB
RGB
CMYK
RGB Variations
Color information
#E217DB (or 0xE217DB) is known color: Deep Magenta. HEX triplet: E2, 17 and DB. RGB value is (226,23,219). Sum of RGB (Red+Green+Blue) = 226+23+219=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 23 (9.38% from 255 or 4.91% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E217DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E217DB is #1DE824. Grayscale: #696969. Windows color (decimal): -1959973 or 14358498. OLE color: 14358498.
HSL color Cylindrical-coordinate representation of color #E217DB: hue angle of 302.07º 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 #E217DB is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 219 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.11 |
| HSL | 302.07º | 0.82% | 0.49% | - |
| HSV(B) | 302.07º | 0.9% | 0.89% | - |
| XYZ | 44.46 | 21.9 | 68.9 | - |
| YUV | 106.04 | 191.75 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 219 | 0 | 0.90 | 0.03 | 0.11 | 302.07 | 0.82 | 0.49 |
| Hex | E2 | 17 | DB | 0 | 5A | 3 | B | 12E | 52 | 31 |
| Octal | 342 | 27 | 333 | 0 | 132 | 3 | 13 | 456 | 122 | 61 |
| Binary | 11100010 | 10111 | 11011011 | 0 | 1011010 | 11 | 1011 | 100101110 | 1010010 | 110001 |
Color Harmonies of #E217DB
Complementary color
Monochromatic Colors of #E217DB
Black with #E217DB
Text Example
Text Example
White with #E217DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E217DB; }
p { color: rgb(226,23,219); }
H1.HeaderClassName
{
color: #E217DB;
}
.AnyTagClassName
{
color: #E217DB;
}
</style>
background-color css
<style>
a { background-color: #E217DB; }
a { background-color: rgb(226,23,219); }
div.DivClassName
{
background-color: #E217DB;
}
.BgClassName
{
background-color: #E217DB;
}
</style>
border-color css
<style>
span { border-color: #E217DB; }
span { border-color: rgb(226,23,219); }
td.TdClassName
{
border-color: #E217DB;
}
.TagClassName
{
border-color: #E217DB;
}
</style>