Shades of Deep Magenta #E518E1
Tints of Deep Magenta #E518E1
RGB
CMYK
RGB Variations
Color information
#E518E1 (or 0xE518E1) is known color: Deep Magenta. HEX triplet: E5, 18 and E1. RGB value is (229,24,225). Sum of RGB (Red+Green+Blue) = 229+24+225=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 24 (9.77% from 255 or 5.02% from 478); Blue value is 225 (88.28% from 255 or 47.07% from 478); Max value from RGB is 229 - color contains mainly: red. Hex color #E518E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E518E1 is #1AE71E. Grayscale: #6B6B6B. Windows color (decimal): -1763103 or 14751973. OLE color: 14751973.
HSL color Cylindrical-coordinate representation of color #E518E1: hue angle of 301.17º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E518E1 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 225 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.10 |
| HSL | 301.17º | 0.81% | 0.5% | - |
| HSV(B) | 301.17º | 0.9% | 0.9% | - |
| XYZ | 46.23 | 22.75 | 73.19 | - |
| YUV | 108.21 | 193.92 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 225 | 0 | 0.90 | 0.02 | 0.10 | 301.17 | 0.81 | 0.5 |
| Hex | E5 | 18 | E1 | 0 | 5A | 2 | A | 12D | 51 | 32 |
| Octal | 345 | 30 | 341 | 0 | 132 | 2 | 12 | 455 | 121 | 62 |
| Binary | 11100101 | 11000 | 11100001 | 0 | 1011010 | 10 | 1010 | 100101101 | 1010001 | 110010 |
Color Harmonies of #E518E1
Complementary color
Monochromatic Colors of #E518E1
Black with #E518E1
Text Example
Text Example
White with #E518E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E518E1; }
p { color: rgb(229,24,225); }
H1.HeaderClassName
{
color: #E518E1;
}
.AnyTagClassName
{
color: #E518E1;
}
</style>
background-color css
<style>
a { background-color: #E518E1; }
a { background-color: rgb(229,24,225); }
div.DivClassName
{
background-color: #E518E1;
}
.BgClassName
{
background-color: #E518E1;
}
</style>
border-color css
<style>
span { border-color: #E518E1; }
span { border-color: rgb(229,24,225); }
td.TdClassName
{
border-color: #E518E1;
}
.TagClassName
{
border-color: #E518E1;
}
</style>