Shades of Deep Magenta #E512DF
Tints of Deep Magenta #E512DF
RGB
CMYK
RGB Variations
Color information
#E512DF (or 0xE512DF) is known color: Deep Magenta. HEX triplet: E5, 12 and DF. RGB value is (229,18,223). Sum of RGB (Red+Green+Blue) = 229+18+223=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 18 (7.42% from 255 or 3.83% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E512DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E512DF is #1AED20. Grayscale: #676767. Windows color (decimal): -1764641 or 14619365. OLE color: 14619365.
HSL color Cylindrical-coordinate representation of color #E512DF: hue angle of 301.71º 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 #E512DF is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 223 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.10 |
| HSL | 301.71º | 0.85% | 0.48% | - |
| HSV(B) | 301.71º | 0.92% | 0.9% | - |
| XYZ | 45.85 | 22.42 | 71.72 | - |
| YUV | 104.46 | 194.9 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 223 | 0 | 0.92 | 0.03 | 0.10 | 301.71 | 0.85 | 0.48 |
| Hex | E5 | 12 | DF | 0 | 5C | 3 | A | 12E | 55 | 30 |
| Octal | 345 | 22 | 337 | 0 | 134 | 3 | 12 | 456 | 125 | 60 |
| Binary | 11100101 | 10010 | 11011111 | 0 | 1011100 | 11 | 1010 | 100101110 | 1010101 | 110000 |
Color Harmonies of #E512DF
Complementary color
Monochromatic Colors of #E512DF
Black with #E512DF
Text Example
Text Example
White with #E512DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E512DF; }
p { color: rgb(229,18,223); }
H1.HeaderClassName
{
color: #E512DF;
}
.AnyTagClassName
{
color: #E512DF;
}
</style>
background-color css
<style>
a { background-color: #E512DF; }
a { background-color: rgb(229,18,223); }
div.DivClassName
{
background-color: #E512DF;
}
.BgClassName
{
background-color: #E512DF;
}
</style>
border-color css
<style>
span { border-color: #E512DF; }
span { border-color: rgb(229,18,223); }
td.TdClassName
{
border-color: #E512DF;
}
.TagClassName
{
border-color: #E512DF;
}
</style>