Shades of Deep Magenta #E519E1
Tints of Deep Magenta #E519E1
RGB
CMYK
RGB Variations
Color information
#E519E1 (or 0xE519E1) is known color: Deep Magenta. HEX triplet: E5, 19 and E1. RGB value is (229,25,225). Sum of RGB (Red+Green+Blue) = 229+25+225=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 25 (10.16% from 255 or 5.22% from 479); Blue value is 225 (88.28% from 255 or 46.97% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E519E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E519E1 is #1AE61E. Grayscale: #6C6C6C. Windows color (decimal): -1762847 or 14752229. OLE color: 14752229.
HSL color Cylindrical-coordinate representation of color #E519E1: hue angle of 301.18º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E519E1 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 25 | 225 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.10 |
| HSL | 301.18º | 0.8% | 0.5% | - |
| HSV(B) | 301.18º | 0.89% | 0.9% | - |
| XYZ | 46.25 | 22.79 | 73.2 | - |
| YUV | 108.8 | 193.59 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 25 | 225 | 0 | 0.89 | 0.02 | 0.10 | 301.18 | 0.8 | 0.5 |
| Hex | E5 | 19 | E1 | 0 | 59 | 2 | A | 12D | 50 | 32 |
| Octal | 345 | 31 | 341 | 0 | 131 | 2 | 12 | 455 | 120 | 62 |
| Binary | 11100101 | 11001 | 11100001 | 0 | 1011001 | 10 | 1010 | 100101101 | 1010000 | 110010 |
Color Harmonies of #E519E1
Complementary color
Monochromatic Colors of #E519E1
Black with #E519E1
Text Example
Text Example
White with #E519E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E519E1; }
p { color: rgb(229,25,225); }
H1.HeaderClassName
{
color: #E519E1;
}
.AnyTagClassName
{
color: #E519E1;
}
</style>
background-color css
<style>
a { background-color: #E519E1; }
a { background-color: rgb(229,25,225); }
div.DivClassName
{
background-color: #E519E1;
}
.BgClassName
{
background-color: #E519E1;
}
</style>
border-color css
<style>
span { border-color: #E519E1; }
span { border-color: rgb(229,25,225); }
td.TdClassName
{
border-color: #E519E1;
}
.TagClassName
{
border-color: #E519E1;
}
</style>