Shades of Deep Magenta #E012C7
Tints of Deep Magenta #E012C7
RGB
CMYK
RGB Variations
Color information
#E012C7 (or 0xE012C7) is known color: Deep Magenta. HEX triplet: E0, 12 and C7. RGB value is (224,18,199). Sum of RGB (Red+Green+Blue) = 224+18+199=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 18 (7.42% from 255 or 4.08% from 441); Blue value is 199 (78.12% from 255 or 45.12% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E012C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E012C7 is #1FED38. Grayscale: #636363. Windows color (decimal): -2092345 or 13046496. OLE color: 13046496.
HSL color Cylindrical-coordinate representation of color #E012C7: hue angle of 307.28º 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 #E012C7 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 18 | 199 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.12 |
| HSL | 307.28º | 0.85% | 0.47% | - |
| HSV(B) | 307.28º | 0.92% | 0.88% | - |
| XYZ | 41.27 | 20.4 | 55.8 | - |
| YUV | 100.23 | 183.75 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 18 | 199 | 0 | 0.92 | 0.11 | 0.12 | 307.28 | 0.85 | 0.47 |
| Hex | E0 | 12 | C7 | 0 | 5C | B | C | 133 | 55 | 2F |
| Octal | 340 | 22 | 307 | 0 | 134 | 13 | 14 | 463 | 125 | 57 |
| Binary | 11100000 | 10010 | 11000111 | 0 | 1011100 | 1011 | 1100 | 100110011 | 1010101 | 101111 |
Color Harmonies of #E012C7
Complementary color
Monochromatic Colors of #E012C7
Black with #E012C7
Text Example
Text Example
White with #E012C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E012C7; }
p { color: rgb(224,18,199); }
H1.HeaderClassName
{
color: #E012C7;
}
.AnyTagClassName
{
color: #E012C7;
}
</style>
background-color css
<style>
a { background-color: #E012C7; }
a { background-color: rgb(224,18,199); }
div.DivClassName
{
background-color: #E012C7;
}
.BgClassName
{
background-color: #E012C7;
}
</style>
border-color css
<style>
span { border-color: #E012C7; }
span { border-color: rgb(224,18,199); }
td.TdClassName
{
border-color: #E012C7;
}
.TagClassName
{
border-color: #E012C7;
}
</style>