Shades of Deep Magenta #E514DB
Tints of Deep Magenta #E514DB
RGB
CMYK
RGB Variations
Color information
#E514DB (or 0xE514DB) is known color: Deep Magenta. HEX triplet: E5, 14 and DB. RGB value is (229,20,219). Sum of RGB (Red+Green+Blue) = 229+20+219=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 20 (8.20% from 255 or 4.27% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E514DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E514DB is #1AEB24. Grayscale: #686868. Windows color (decimal): -1764133 or 14357733. OLE color: 14357733.
HSL color Cylindrical-coordinate representation of color #E514DB: hue angle of 302.87º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E514DB is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 219 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.10 |
| HSL | 302.87º | 0.84% | 0.49% | - |
| HSV(B) | 302.87º | 0.91% | 0.9% | - |
| XYZ | 45.35 | 22.27 | 68.93 | - |
| YUV | 105.18 | 192.24 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 219 | 0 | 0.91 | 0.04 | 0.10 | 302.87 | 0.84 | 0.49 |
| Hex | E5 | 14 | DB | 0 | 5B | 4 | A | 12F | 54 | 31 |
| Octal | 345 | 24 | 333 | 0 | 133 | 4 | 12 | 457 | 124 | 61 |
| Binary | 11100101 | 10100 | 11011011 | 0 | 1011011 | 100 | 1010 | 100101111 | 1010100 | 110001 |
Color Harmonies of #E514DB
Complementary color
Monochromatic Colors of #E514DB
Black with #E514DB
Text Example
Text Example
White with #E514DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E514DB; }
p { color: rgb(229,20,219); }
H1.HeaderClassName
{
color: #E514DB;
}
.AnyTagClassName
{
color: #E514DB;
}
</style>
background-color css
<style>
a { background-color: #E514DB; }
a { background-color: rgb(229,20,219); }
div.DivClassName
{
background-color: #E514DB;
}
.BgClassName
{
background-color: #E514DB;
}
</style>
border-color css
<style>
span { border-color: #E514DB; }
span { border-color: rgb(229,20,219); }
td.TdClassName
{
border-color: #E514DB;
}
.TagClassName
{
border-color: #E514DB;
}
</style>