Shades of Deep Magenta #E512D8
Tints of Deep Magenta #E512D8
RGB
CMYK
RGB Variations
Color information
#E512D8 (or 0xE512D8) is known color: Deep Magenta. HEX triplet: E5, 12 and D8. RGB value is (229,18,216). Sum of RGB (Red+Green+Blue) = 229+18+216=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 18 (7.42% from 255 or 3.89% from 463); Blue value is 216 (84.77% from 255 or 46.65% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E512D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E512D8 is #1AED27. Grayscale: #676767. Windows color (decimal): -1764648 or 14160613. OLE color: 14160613.
HSL color Cylindrical-coordinate representation of color #E512D8: hue angle of 303.7º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E512D8 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 216 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.10 |
| HSL | 303.7º | 0.85% | 0.48% | - |
| HSV(B) | 303.7º | 0.92% | 0.9% | - |
| XYZ | 44.92 | 22.05 | 66.85 | - |
| YUV | 103.66 | 191.4 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 216 | 0 | 0.92 | 0.06 | 0.10 | 303.7 | 0.85 | 0.48 |
| Hex | E5 | 12 | D8 | 0 | 5C | 6 | A | 130 | 55 | 30 |
| Octal | 345 | 22 | 330 | 0 | 134 | 6 | 12 | 460 | 125 | 60 |
| Binary | 11100101 | 10010 | 11011000 | 0 | 1011100 | 110 | 1010 | 100110000 | 1010101 | 110000 |
Color Harmonies of #E512D8
Complementary color
Monochromatic Colors of #E512D8
Black with #E512D8
Text Example
Text Example
White with #E512D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E512D8; }
p { color: rgb(229,18,216); }
H1.HeaderClassName
{
color: #E512D8;
}
.AnyTagClassName
{
color: #E512D8;
}
</style>
background-color css
<style>
a { background-color: #E512D8; }
a { background-color: rgb(229,18,216); }
div.DivClassName
{
background-color: #E512D8;
}
.BgClassName
{
background-color: #E512D8;
}
</style>
border-color css
<style>
span { border-color: #E512D8; }
span { border-color: rgb(229,18,216); }
td.TdClassName
{
border-color: #E512D8;
}
.TagClassName
{
border-color: #E512D8;
}
</style>