Shades of Deep Magenta #E512DD
Tints of Deep Magenta #E512DD
RGB
CMYK
RGB Variations
Color information
#E512DD (or 0xE512DD) is known color: Deep Magenta. HEX triplet: E5, 12 and DD. RGB value is (229,18,221). Sum of RGB (Red+Green+Blue) = 229+18+221=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 18 (7.42% from 255 or 3.85% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E512DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E512DD is #1AED22. Grayscale: #676767. Windows color (decimal): -1764643 or 14488293. OLE color: 14488293.
HSL color Cylindrical-coordinate representation of color #E512DD: hue angle of 302.27º 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 #E512DD is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 221 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.10 |
| HSL | 302.27º | 0.85% | 0.48% | - |
| HSV(B) | 302.27º | 0.92% | 0.9% | - |
| XYZ | 45.58 | 22.31 | 70.31 | - |
| YUV | 104.23 | 193.9 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 221 | 0 | 0.92 | 0.03 | 0.10 | 302.27 | 0.85 | 0.48 |
| Hex | E5 | 12 | DD | 0 | 5C | 3 | A | 12E | 55 | 30 |
| Octal | 345 | 22 | 335 | 0 | 134 | 3 | 12 | 456 | 125 | 60 |
| Binary | 11100101 | 10010 | 11011101 | 0 | 1011100 | 11 | 1010 | 100101110 | 1010101 | 110000 |
Color Harmonies of #E512DD
Complementary color
Monochromatic Colors of #E512DD
Black with #E512DD
Text Example
Text Example
White with #E512DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E512DD; }
p { color: rgb(229,18,221); }
H1.HeaderClassName
{
color: #E512DD;
}
.AnyTagClassName
{
color: #E512DD;
}
</style>
background-color css
<style>
a { background-color: #E512DD; }
a { background-color: rgb(229,18,221); }
div.DivClassName
{
background-color: #E512DD;
}
.BgClassName
{
background-color: #E512DD;
}
</style>
border-color css
<style>
span { border-color: #E512DD; }
span { border-color: rgb(229,18,221); }
td.TdClassName
{
border-color: #E512DD;
}
.TagClassName
{
border-color: #E512DD;
}
</style>