Shades of Deep Magenta #E000DB
Tints of Deep Magenta #E000DB
RGB
CMYK
RGB Variations
Color information
#E000DB (or 0xE000DB) is known color: Deep Magenta. HEX triplet: E0, 00 and DB. RGB value is (224,0,219). Sum of RGB (Red+Green+Blue) = 224+0+219=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 0 (0.39% from 255 or 0% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E000DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E000DB is #1FFF24. Grayscale: #5B5B5B. Windows color (decimal): -2096933 or 14352608. OLE color: 14352608.
HSL color Cylindrical-coordinate representation of color #E000DB: hue angle of 301.34º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E000DB is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 219 | - |
| CMYK | 0 | 1 | 0.02 | 0.12 |
| HSL | 301.34º | 1% | 0.44% | - |
| HSV(B) | 301.34º | 1% | 0.88% | - |
| XYZ | 43.53 | 20.96 | 68.77 | - |
| YUV | 91.94 | 199.71 | 222.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 219 | 0 | 1 | 0.02 | 0.12 | 301.34 | 1 | 0.44 |
| Hex | E0 | 0 | DB | 0 | 64 | 2 | C | 12D | 64 | 2C |
| Octal | 340 | 0 | 333 | 0 | 144 | 2 | 14 | 455 | 144 | 54 |
| Binary | 11100000 | 0 | 11011011 | 0 | 1100100 | 10 | 1100 | 100101101 | 1100100 | 101100 |
Color Harmonies of #E000DB
Complementary color
Monochromatic Colors of #E000DB
Black with #E000DB
Text Example
Text Example
White with #E000DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E000DB; }
p { color: rgb(224,0,219); }
H1.HeaderClassName
{
color: #E000DB;
}
.AnyTagClassName
{
color: #E000DB;
}
</style>
background-color css
<style>
a { background-color: #E000DB; }
a { background-color: rgb(224,0,219); }
div.DivClassName
{
background-color: #E000DB;
}
.BgClassName
{
background-color: #E000DB;
}
</style>
border-color css
<style>
span { border-color: #E000DB; }
span { border-color: rgb(224,0,219); }
td.TdClassName
{
border-color: #E000DB;
}
.TagClassName
{
border-color: #E000DB;
}
</style>