Shades of Deep Magenta #E510D1
Tints of Deep Magenta #E510D1
RGB
CMYK
RGB Variations
Color information
#E510D1 (or 0xE510D1) is known color: Deep Magenta. HEX triplet: E5, 10 and D1. RGB value is (229,16,209). Sum of RGB (Red+Green+Blue) = 229+16+209=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 16 (6.64% from 255 or 3.52% from 454); Blue value is 209 (82.03% from 255 or 46.04% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E510D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E510D1 is #1AEF2E. Grayscale: #656565. Windows color (decimal): -1765167 or 13701349. OLE color: 13701349.
HSL color Cylindrical-coordinate representation of color #E510D1: hue angle of 305.63º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E510D1 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 16 | 209 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.10 |
| HSL | 305.63º | 0.87% | 0.48% | - |
| HSV(B) | 305.63º | 0.93% | 0.9% | - |
| XYZ | 44.01 | 21.63 | 62.18 | - |
| YUV | 101.69 | 188.57 | 218.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 209 | 0 | 0.93 | 0.09 | 0.10 | 305.63 | 0.87 | 0.48 |
| Hex | E5 | 10 | D1 | 0 | 5D | 9 | A | 132 | 57 | 30 |
| Octal | 345 | 20 | 321 | 0 | 135 | 11 | 12 | 462 | 127 | 60 |
| Binary | 11100101 | 10000 | 11010001 | 0 | 1011101 | 1001 | 1010 | 100110010 | 1010111 | 110000 |
Color Harmonies of #E510D1
Complementary color
Monochromatic Colors of #E510D1
Black with #E510D1
Text Example
Text Example
White with #E510D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E510D1; }
p { color: rgb(229,16,209); }
H1.HeaderClassName
{
color: #E510D1;
}
.AnyTagClassName
{
color: #E510D1;
}
</style>
background-color css
<style>
a { background-color: #E510D1; }
a { background-color: rgb(229,16,209); }
div.DivClassName
{
background-color: #E510D1;
}
.BgClassName
{
background-color: #E510D1;
}
</style>
border-color css
<style>
span { border-color: #E510D1; }
span { border-color: rgb(229,16,209); }
td.TdClassName
{
border-color: #E510D1;
}
.TagClassName
{
border-color: #E510D1;
}
</style>