Shades of Deep Magenta #E01CDB
Tints of Deep Magenta #E01CDB
RGB
CMYK
RGB Variations
Color information
#E01CDB (or 0xE01CDB) is known color: Deep Magenta. HEX triplet: E0, 1C and DB. RGB value is (224,28,219). Sum of RGB (Red+Green+Blue) = 224+28+219=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 28 (11.33% from 255 or 5.94% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E01CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01CDB is #1FE324. Grayscale: #6B6B6B. Windows color (decimal): -2089765 or 14359776. OLE color: 14359776.
HSL color Cylindrical-coordinate representation of color #E01CDB: hue angle of 301.53º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01CDB is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 219 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.12 |
| HSL | 301.53º | 0.78% | 0.49% | - |
| HSV(B) | 301.53º | 0.88% | 0.88% | - |
| XYZ | 43.94 | 21.79 | 68.91 | - |
| YUV | 108.38 | 190.43 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 219 | 0 | 0.88 | 0.02 | 0.12 | 301.53 | 0.78 | 0.49 |
| Hex | E0 | 1C | DB | 0 | 58 | 2 | C | 12E | 4E | 31 |
| Octal | 340 | 34 | 333 | 0 | 130 | 2 | 14 | 456 | 116 | 61 |
| Binary | 11100000 | 11100 | 11011011 | 0 | 1011000 | 10 | 1100 | 100101110 | 1001110 | 110001 |
Color Harmonies of #E01CDB
Complementary color
Monochromatic Colors of #E01CDB
Black with #E01CDB
Text Example
Text Example
White with #E01CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01CDB; }
p { color: rgb(224,28,219); }
H1.HeaderClassName
{
color: #E01CDB;
}
.AnyTagClassName
{
color: #E01CDB;
}
</style>
background-color css
<style>
a { background-color: #E01CDB; }
a { background-color: rgb(224,28,219); }
div.DivClassName
{
background-color: #E01CDB;
}
.BgClassName
{
background-color: #E01CDB;
}
</style>
border-color css
<style>
span { border-color: #E01CDB; }
span { border-color: rgb(224,28,219); }
td.TdClassName
{
border-color: #E01CDB;
}
.TagClassName
{
border-color: #E01CDB;
}
</style>