Shades of Deep Magenta #E516E0
Tints of Deep Magenta #E516E0
RGB
CMYK
RGB Variations
Color information
#E516E0 (or 0xE516E0) is known color: Deep Magenta. HEX triplet: E5, 16 and E0. RGB value is (229,22,224). Sum of RGB (Red+Green+Blue) = 229+22+224=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 22 (8.98% from 255 or 4.63% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E516E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E516E0 is #1AE91F. Grayscale: #6A6A6A. Windows color (decimal): -1763616 or 14685925. OLE color: 14685925.
HSL color Cylindrical-coordinate representation of color #E516E0: hue angle of 301.45º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E516E0 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 224 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.10 |
| HSL | 301.45º | 0.82% | 0.49% | - |
| HSV(B) | 301.45º | 0.9% | 0.9% | - |
| XYZ | 46.05 | 22.61 | 72.46 | - |
| YUV | 106.92 | 194.08 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 224 | 0 | 0.90 | 0.02 | 0.10 | 301.45 | 0.82 | 0.49 |
| Hex | E5 | 16 | E0 | 0 | 5A | 2 | A | 12D | 52 | 31 |
| Octal | 345 | 26 | 340 | 0 | 132 | 2 | 12 | 455 | 122 | 61 |
| Binary | 11100101 | 10110 | 11100000 | 0 | 1011010 | 10 | 1010 | 100101101 | 1010010 | 110001 |
Color Harmonies of #E516E0
Complementary color
Monochromatic Colors of #E516E0
Black with #E516E0
Text Example
Text Example
White with #E516E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E516E0; }
p { color: rgb(229,22,224); }
H1.HeaderClassName
{
color: #E516E0;
}
.AnyTagClassName
{
color: #E516E0;
}
</style>
background-color css
<style>
a { background-color: #E516E0; }
a { background-color: rgb(229,22,224); }
div.DivClassName
{
background-color: #E516E0;
}
.BgClassName
{
background-color: #E516E0;
}
</style>
border-color css
<style>
span { border-color: #E516E0; }
span { border-color: rgb(229,22,224); }
td.TdClassName
{
border-color: #E516E0;
}
.TagClassName
{
border-color: #E516E0;
}
</style>