Shades of Deep Magenta #E013DB
Tints of Deep Magenta #E013DB
RGB
CMYK
RGB Variations
Color information
#E013DB (or 0xE013DB) is known color: Deep Magenta. HEX triplet: E0, 13 and DB. RGB value is (224,19,219). Sum of RGB (Red+Green+Blue) = 224+19+219=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 19 (7.81% from 255 or 4.11% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E013DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E013DB is #1FEC24. Grayscale: #666666. Windows color (decimal): -2092069 or 14357472. OLE color: 14357472.
HSL color Cylindrical-coordinate representation of color #E013DB: hue angle of 301.46º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E013DB is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 19 | 219 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.12 |
| HSL | 301.46º | 0.84% | 0.48% | - |
| HSV(B) | 301.46º | 0.92% | 0.88% | - |
| XYZ | 43.76 | 21.43 | 68.85 | - |
| YUV | 103.1 | 193.42 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 219 | 0 | 0.92 | 0.02 | 0.12 | 301.46 | 0.84 | 0.48 |
| Hex | E0 | 13 | DB | 0 | 5C | 2 | C | 12D | 54 | 30 |
| Octal | 340 | 23 | 333 | 0 | 134 | 2 | 14 | 455 | 124 | 60 |
| Binary | 11100000 | 10011 | 11011011 | 0 | 1011100 | 10 | 1100 | 100101101 | 1010100 | 110000 |
Color Harmonies of #E013DB
Complementary color
Monochromatic Colors of #E013DB
Black with #E013DB
Text Example
Text Example
White with #E013DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E013DB; }
p { color: rgb(224,19,219); }
H1.HeaderClassName
{
color: #E013DB;
}
.AnyTagClassName
{
color: #E013DB;
}
</style>
background-color css
<style>
a { background-color: #E013DB; }
a { background-color: rgb(224,19,219); }
div.DivClassName
{
background-color: #E013DB;
}
.BgClassName
{
background-color: #E013DB;
}
</style>
border-color css
<style>
span { border-color: #E013DB; }
span { border-color: rgb(224,19,219); }
td.TdClassName
{
border-color: #E013DB;
}
.TagClassName
{
border-color: #E013DB;
}
</style>