Shades of Deep Magenta #E113DB
Tints of Deep Magenta #E113DB
RGB
CMYK
RGB Variations
Color information
#E113DB (or 0xE113DB) is known color: Deep Magenta. HEX triplet: E1, 13 and DB. RGB value is (225,19,219). Sum of RGB (Red+Green+Blue) = 225+19+219=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 19 (7.81% from 255 or 4.10% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E113DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E113DB is #1EEC24. Grayscale: #666666. Windows color (decimal): -2026533 or 14357473. OLE color: 14357473.
HSL color Cylindrical-coordinate representation of color #E113DB: hue angle of 301.75º 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 #E113DB is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 19 | 219 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.12 |
| HSL | 301.75º | 0.84% | 0.48% | - |
| HSV(B) | 301.75º | 0.92% | 0.88% | - |
| XYZ | 44.07 | 21.59 | 68.86 | - |
| YUV | 103.39 | 193.25 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 219 | 0 | 0.92 | 0.03 | 0.12 | 301.75 | 0.84 | 0.48 |
| Hex | E1 | 13 | DB | 0 | 5C | 3 | C | 12E | 54 | 30 |
| Octal | 341 | 23 | 333 | 0 | 134 | 3 | 14 | 456 | 124 | 60 |
| Binary | 11100001 | 10011 | 11011011 | 0 | 1011100 | 11 | 1100 | 100101110 | 1010100 | 110000 |
Color Harmonies of #E113DB
Complementary color
Monochromatic Colors of #E113DB
Black with #E113DB
Text Example
Text Example
White with #E113DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E113DB; }
p { color: rgb(225,19,219); }
H1.HeaderClassName
{
color: #E113DB;
}
.AnyTagClassName
{
color: #E113DB;
}
</style>
background-color css
<style>
a { background-color: #E113DB; }
a { background-color: rgb(225,19,219); }
div.DivClassName
{
background-color: #E113DB;
}
.BgClassName
{
background-color: #E113DB;
}
</style>
border-color css
<style>
span { border-color: #E113DB; }
span { border-color: rgb(225,19,219); }
td.TdClassName
{
border-color: #E113DB;
}
.TagClassName
{
border-color: #E113DB;
}
</style>