Shades of Deep Magenta #E01FDB
Tints of Deep Magenta #E01FDB
RGB
CMYK
RGB Variations
Color information
#E01FDB (or 0xE01FDB) is known color: Deep Magenta. HEX triplet: E0, 1F and DB. RGB value is (224,31,219). Sum of RGB (Red+Green+Blue) = 224+31+219=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 31 (12.5% from 255 or 6.54% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E01FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01FDB is #1FE024. Grayscale: #6D6D6D. Windows color (decimal): -2088997 or 14360544. OLE color: 14360544.
HSL color Cylindrical-coordinate representation of color #E01FDB: 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.86%. Process color model (Four color, CMYK) of #E01FDB is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 31 | 219 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.12 |
| HSL | 301.55º | 0.76% | 0.5% | - |
| HSV(B) | 301.55º | 0.86% | 0.88% | - |
| XYZ | 44.02 | 21.94 | 68.93 | - |
| YUV | 110.14 | 189.44 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 31 | 219 | 0 | 0.86 | 0.02 | 0.12 | 301.55 | 0.76 | 0.5 |
| Hex | E0 | 1F | DB | 0 | 56 | 2 | C | 12E | 4C | 32 |
| Octal | 340 | 37 | 333 | 0 | 126 | 2 | 14 | 456 | 114 | 62 |
| Binary | 11100000 | 11111 | 11011011 | 0 | 1010110 | 10 | 1100 | 100101110 | 1001100 | 110010 |
Color Harmonies of #E01FDB
Complementary color
Monochromatic Colors of #E01FDB
Black with #E01FDB
Text Example
Text Example
White with #E01FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01FDB; }
p { color: rgb(224,31,219); }
H1.HeaderClassName
{
color: #E01FDB;
}
.AnyTagClassName
{
color: #E01FDB;
}
</style>
background-color css
<style>
a { background-color: #E01FDB; }
a { background-color: rgb(224,31,219); }
div.DivClassName
{
background-color: #E01FDB;
}
.BgClassName
{
background-color: #E01FDB;
}
</style>
border-color css
<style>
span { border-color: #E01FDB; }
span { border-color: rgb(224,31,219); }
td.TdClassName
{
border-color: #E01FDB;
}
.TagClassName
{
border-color: #E01FDB;
}
</style>