Shades of Deep Magenta #E500DB
Tints of Deep Magenta #E500DB
RGB
CMYK
RGB Variations
Color information
#E500DB (or 0xE500DB) is known color: Deep Magenta. HEX triplet: E5, 00 and DB. RGB value is (229,0,219). Sum of RGB (Red+Green+Blue) = 229+0+219=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 0 (0.39% from 255 or 0% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E500DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E500DB is #1AFF24. Grayscale: #5C5C5C. Windows color (decimal): -1769253 or 14352613. OLE color: 14352613.
HSL color Cylindrical-coordinate representation of color #E500DB: hue angle of 302.62º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E500DB is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 219 | - |
| CMYK | 0 | 1 | 0.04 | 0.10 |
| HSL | 302.62º | 1% | 0.45% | - |
| HSV(B) | 302.62º | 1% | 0.9% | - |
| XYZ | 45.1 | 21.77 | 68.84 | - |
| YUV | 93.44 | 198.87 | 224.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 219 | 0 | 1 | 0.04 | 0.10 | 302.62 | 1 | 0.45 |
| Hex | E5 | 0 | DB | 0 | 64 | 4 | A | 12F | 64 | 2D |
| Octal | 345 | 0 | 333 | 0 | 144 | 4 | 12 | 457 | 144 | 55 |
| Binary | 11100101 | 0 | 11011011 | 0 | 1100100 | 100 | 1010 | 100101111 | 1100100 | 101101 |
Color Harmonies of #E500DB
Complementary color
Monochromatic Colors of #E500DB
Black with #E500DB
Text Example
Text Example
White with #E500DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E500DB; }
p { color: rgb(229,0,219); }
H1.HeaderClassName
{
color: #E500DB;
}
.AnyTagClassName
{
color: #E500DB;
}
</style>
background-color css
<style>
a { background-color: #E500DB; }
a { background-color: rgb(229,0,219); }
div.DivClassName
{
background-color: #E500DB;
}
.BgClassName
{
background-color: #E500DB;
}
</style>
border-color css
<style>
span { border-color: #E500DB; }
span { border-color: rgb(229,0,219); }
td.TdClassName
{
border-color: #E500DB;
}
.TagClassName
{
border-color: #E500DB;
}
</style>