Shades of Deep Magenta #E514DC
Tints of Deep Magenta #E514DC
RGB
CMYK
RGB Variations
Color information
#E514DC (or 0xE514DC) is known color: Deep Magenta. HEX triplet: E5, 14 and DC. RGB value is (229,20,220). Sum of RGB (Red+Green+Blue) = 229+20+220=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 20 (8.20% from 255 or 4.26% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E514DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E514DC is #1AEB23. Grayscale: #686868. Windows color (decimal): -1764132 or 14423269. OLE color: 14423269.
HSL color Cylindrical-coordinate representation of color #E514DC: hue angle of 302.58º 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 #E514DC is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 220 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.10 |
| HSL | 302.58º | 0.84% | 0.49% | - |
| HSV(B) | 302.58º | 0.91% | 0.9% | - |
| XYZ | 45.48 | 22.33 | 69.62 | - |
| YUV | 105.29 | 192.74 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 220 | 0 | 0.91 | 0.04 | 0.10 | 302.58 | 0.84 | 0.49 |
| Hex | E5 | 14 | DC | 0 | 5B | 4 | A | 12F | 54 | 31 |
| Octal | 345 | 24 | 334 | 0 | 133 | 4 | 12 | 457 | 124 | 61 |
| Binary | 11100101 | 10100 | 11011100 | 0 | 1011011 | 100 | 1010 | 100101111 | 1010100 | 110001 |
Color Harmonies of #E514DC
Complementary color
Monochromatic Colors of #E514DC
Black with #E514DC
Text Example
Text Example
White with #E514DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E514DC; }
p { color: rgb(229,20,220); }
H1.HeaderClassName
{
color: #E514DC;
}
.AnyTagClassName
{
color: #E514DC;
}
</style>
background-color css
<style>
a { background-color: #E514DC; }
a { background-color: rgb(229,20,220); }
div.DivClassName
{
background-color: #E514DC;
}
.BgClassName
{
background-color: #E514DC;
}
</style>
border-color css
<style>
span { border-color: #E514DC; }
span { border-color: rgb(229,20,220); }
td.TdClassName
{
border-color: #E514DC;
}
.TagClassName
{
border-color: #E514DC;
}
</style>