Shades of Deep Magenta #E01EDB
Tints of Deep Magenta #E01EDB
RGB
CMYK
RGB Variations
Color information
#E01EDB (or 0xE01EDB) is known color: Deep Magenta. HEX triplet: E0, 1E and DB. RGB value is (224,30,219). Sum of RGB (Red+Green+Blue) = 224+30+219=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 30 (12.11% from 255 or 6.34% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E01EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01EDB is #1FE124. Grayscale: #6C6C6C. Windows color (decimal): -2089253 or 14360288. OLE color: 14360288.
HSL color Cylindrical-coordinate representation of color #E01EDB: hue angle of 301.55º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01EDB is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 30 | 219 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.12 |
| HSL | 301.55º | 0.76% | 0.5% | - |
| HSV(B) | 301.55º | 0.87% | 0.88% | - |
| XYZ | 43.99 | 21.89 | 68.92 | - |
| YUV | 109.55 | 189.77 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 30 | 219 | 0 | 0.87 | 0.02 | 0.12 | 301.55 | 0.76 | 0.5 |
| Hex | E0 | 1E | DB | 0 | 57 | 2 | C | 12E | 4C | 32 |
| Octal | 340 | 36 | 333 | 0 | 127 | 2 | 14 | 456 | 114 | 62 |
| Binary | 11100000 | 11110 | 11011011 | 0 | 1010111 | 10 | 1100 | 100101110 | 1001100 | 110010 |
Color Harmonies of #E01EDB
Complementary color
Monochromatic Colors of #E01EDB
Black with #E01EDB
Text Example
Text Example
White with #E01EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01EDB; }
p { color: rgb(224,30,219); }
H1.HeaderClassName
{
color: #E01EDB;
}
.AnyTagClassName
{
color: #E01EDB;
}
</style>
background-color css
<style>
a { background-color: #E01EDB; }
a { background-color: rgb(224,30,219); }
div.DivClassName
{
background-color: #E01EDB;
}
.BgClassName
{
background-color: #E01EDB;
}
</style>
border-color css
<style>
span { border-color: #E01EDB; }
span { border-color: rgb(224,30,219); }
td.TdClassName
{
border-color: #E01EDB;
}
.TagClassName
{
border-color: #E01EDB;
}
</style>