Shades of Deep Magenta #E016DB
Tints of Deep Magenta #E016DB
RGB
CMYK
RGB Variations
Color information
#E016DB (or 0xE016DB) is known color: Deep Magenta. HEX triplet: E0, 16 and DB. RGB value is (224,22,219). Sum of RGB (Red+Green+Blue) = 224+22+219=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 22 (8.98% from 255 or 4.73% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E016DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E016DB is #1FE924. Grayscale: #686868. Windows color (decimal): -2091301 or 14358240. OLE color: 14358240.
HSL color Cylindrical-coordinate representation of color #E016DB: hue angle of 301.49º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E016DB is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 219 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.12 |
| HSL | 301.49º | 0.82% | 0.48% | - |
| HSV(B) | 301.49º | 0.9% | 0.88% | - |
| XYZ | 43.81 | 21.54 | 68.87 | - |
| YUV | 104.86 | 192.42 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 219 | 0 | 0.90 | 0.02 | 0.12 | 301.49 | 0.82 | 0.48 |
| Hex | E0 | 16 | DB | 0 | 5A | 2 | C | 12D | 52 | 30 |
| Octal | 340 | 26 | 333 | 0 | 132 | 2 | 14 | 455 | 122 | 60 |
| Binary | 11100000 | 10110 | 11011011 | 0 | 1011010 | 10 | 1100 | 100101101 | 1010010 | 110000 |
Color Harmonies of #E016DB
Complementary color
Monochromatic Colors of #E016DB
Black with #E016DB
Text Example
Text Example
White with #E016DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E016DB; }
p { color: rgb(224,22,219); }
H1.HeaderClassName
{
color: #E016DB;
}
.AnyTagClassName
{
color: #E016DB;
}
</style>
background-color css
<style>
a { background-color: #E016DB; }
a { background-color: rgb(224,22,219); }
div.DivClassName
{
background-color: #E016DB;
}
.BgClassName
{
background-color: #E016DB;
}
</style>
border-color css
<style>
span { border-color: #E016DB; }
span { border-color: rgb(224,22,219); }
td.TdClassName
{
border-color: #E016DB;
}
.TagClassName
{
border-color: #E016DB;
}
</style>