Shades of Deep Magenta #E012CD
Tints of Deep Magenta #E012CD
RGB
CMYK
RGB Variations
Color information
#E012CD (or 0xE012CD) is known color: Deep Magenta. HEX triplet: E0, 12 and CD. RGB value is (224,18,205). Sum of RGB (Red+Green+Blue) = 224+18+205=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 18 (7.42% from 255 or 4.03% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E012CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E012CD is #1FED32. Grayscale: #646464. Windows color (decimal): -2092339 or 13439712. OLE color: 13439712.
HSL color Cylindrical-coordinate representation of color #E012CD: hue angle of 305.53º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E012CD is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 18 | 205 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.12 |
| HSL | 305.53º | 0.85% | 0.47% | - |
| HSV(B) | 305.53º | 0.92% | 0.88% | - |
| XYZ | 41.98 | 20.69 | 59.54 | - |
| YUV | 100.91 | 186.75 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 18 | 205 | 0 | 0.92 | 0.08 | 0.12 | 305.53 | 0.85 | 0.47 |
| Hex | E0 | 12 | CD | 0 | 5C | 8 | C | 132 | 55 | 2F |
| Octal | 340 | 22 | 315 | 0 | 134 | 10 | 14 | 462 | 125 | 57 |
| Binary | 11100000 | 10010 | 11001101 | 0 | 1011100 | 1000 | 1100 | 100110010 | 1010101 | 101111 |
Color Harmonies of #E012CD
Complementary color
Monochromatic Colors of #E012CD
Black with #E012CD
Text Example
Text Example
White with #E012CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E012CD; }
p { color: rgb(224,18,205); }
H1.HeaderClassName
{
color: #E012CD;
}
.AnyTagClassName
{
color: #E012CD;
}
</style>
background-color css
<style>
a { background-color: #E012CD; }
a { background-color: rgb(224,18,205); }
div.DivClassName
{
background-color: #E012CD;
}
.BgClassName
{
background-color: #E012CD;
}
</style>
border-color css
<style>
span { border-color: #E012CD; }
span { border-color: rgb(224,18,205); }
td.TdClassName
{
border-color: #E012CD;
}
.TagClassName
{
border-color: #E012CD;
}
</style>