Shades of Deep Magenta #E219DB
Tints of Deep Magenta #E219DB
RGB
CMYK
RGB Variations
Color information
#E219DB (or 0xE219DB) is known color: Deep Magenta. HEX triplet: E2, 19 and DB. RGB value is (226,25,219). Sum of RGB (Red+Green+Blue) = 226+25+219=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 25 (10.16% from 255 or 5.32% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 226 - color contains mainly: red. Hex color #E219DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E219DB is #1DE624. Grayscale: #6A6A6A. Windows color (decimal): -1959461 or 14359010. OLE color: 14359010.
HSL color Cylindrical-coordinate representation of color #E219DB: hue angle of 302.09º degrees, saturation: 0.8, 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 #E219DB is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 219 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.11 |
| HSL | 302.09º | 0.8% | 0.49% | - |
| HSV(B) | 302.09º | 0.89% | 0.89% | - |
| XYZ | 44.5 | 21.98 | 68.91 | - |
| YUV | 107.22 | 191.09 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 219 | 0 | 0.89 | 0.03 | 0.11 | 302.09 | 0.8 | 0.49 |
| Hex | E2 | 19 | DB | 0 | 59 | 3 | B | 12E | 50 | 31 |
| Octal | 342 | 31 | 333 | 0 | 131 | 3 | 13 | 456 | 120 | 61 |
| Binary | 11100010 | 11001 | 11011011 | 0 | 1011001 | 11 | 1011 | 100101110 | 1010000 | 110001 |
Color Harmonies of #E219DB
Complementary color
Monochromatic Colors of #E219DB
Black with #E219DB
Text Example
Text Example
White with #E219DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E219DB; }
p { color: rgb(226,25,219); }
H1.HeaderClassName
{
color: #E219DB;
}
.AnyTagClassName
{
color: #E219DB;
}
</style>
background-color css
<style>
a { background-color: #E219DB; }
a { background-color: rgb(226,25,219); }
div.DivClassName
{
background-color: #E219DB;
}
.BgClassName
{
background-color: #E219DB;
}
</style>
border-color css
<style>
span { border-color: #E219DB; }
span { border-color: rgb(226,25,219); }
td.TdClassName
{
border-color: #E219DB;
}
.TagClassName
{
border-color: #E219DB;
}
</style>