Shades of Deep Magenta #E512DC
Tints of Deep Magenta #E512DC
RGB
CMYK
RGB Variations
Color information
#E512DC (or 0xE512DC) is known color: Deep Magenta. HEX triplet: E5, 12 and DC. RGB value is (229,18,220). Sum of RGB (Red+Green+Blue) = 229+18+220=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 18 (7.42% from 255 or 3.85% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E512DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E512DC is #1AED23. Grayscale: #676767. Windows color (decimal): -1764644 or 14422757. OLE color: 14422757.
HSL color Cylindrical-coordinate representation of color #E512DC: hue angle of 302.56º 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 #E512DC is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 220 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.10 |
| HSL | 302.56º | 0.85% | 0.48% | - |
| HSV(B) | 302.56º | 0.92% | 0.9% | - |
| XYZ | 45.45 | 22.26 | 69.61 | - |
| YUV | 104.12 | 193.4 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 220 | 0 | 0.92 | 0.04 | 0.10 | 302.56 | 0.85 | 0.48 |
| Hex | E5 | 12 | DC | 0 | 5C | 4 | A | 12F | 55 | 30 |
| Octal | 345 | 22 | 334 | 0 | 134 | 4 | 12 | 457 | 125 | 60 |
| Binary | 11100101 | 10010 | 11011100 | 0 | 1011100 | 100 | 1010 | 100101111 | 1010101 | 110000 |
Color Harmonies of #E512DC
Complementary color
Monochromatic Colors of #E512DC
Black with #E512DC
Text Example
Text Example
White with #E512DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E512DC; }
p { color: rgb(229,18,220); }
H1.HeaderClassName
{
color: #E512DC;
}
.AnyTagClassName
{
color: #E512DC;
}
</style>
background-color css
<style>
a { background-color: #E512DC; }
a { background-color: rgb(229,18,220); }
div.DivClassName
{
background-color: #E512DC;
}
.BgClassName
{
background-color: #E512DC;
}
</style>
border-color css
<style>
span { border-color: #E512DC; }
span { border-color: rgb(229,18,220); }
td.TdClassName
{
border-color: #E512DC;
}
.TagClassName
{
border-color: #E512DC;
}
</style>