Shades of Deep Magenta #E012DF
Tints of Deep Magenta #E012DF
RGB
CMYK
RGB Variations
Color information
#E012DF (or 0xE012DF) is known color: Deep Magenta. HEX triplet: E0, 12 and DF. RGB value is (224,18,223). Sum of RGB (Red+Green+Blue) = 224+18+223=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 18 (7.42% from 255 or 3.87% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E012DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E012DF is #1FED20. Grayscale: #666666. Windows color (decimal): -2092321 or 14619360. OLE color: 14619360.
HSL color Cylindrical-coordinate representation of color #E012DF: hue angle of 300.29º 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 #E012DF is Cyan = 0, Magento = 0.92, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 18 | 223 | - |
| CMYK | 0 | 0.92 | 0.00 | 0.12 |
| HSL | 300.29º | 0.85% | 0.47% | - |
| HSV(B) | 300.29º | 0.92% | 0.88% | - |
| XYZ | 44.28 | 21.61 | 71.65 | - |
| YUV | 102.96 | 195.75 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 18 | 223 | 0 | 0.92 | 0.00 | 0.12 | 300.29 | 0.85 | 0.47 |
| Hex | E0 | 12 | DF | 0 | 5C | 0 | C | 12C | 55 | 2F |
| Octal | 340 | 22 | 337 | 0 | 134 | 0 | 14 | 454 | 125 | 57 |
| Binary | 11100000 | 10010 | 11011111 | 0 | 1011100 | 0 | 1100 | 100101100 | 1010101 | 101111 |
Color Harmonies of #E012DF
Complementary color
Monochromatic Colors of #E012DF
Black with #E012DF
Text Example
Text Example
White with #E012DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E012DF; }
p { color: rgb(224,18,223); }
H1.HeaderClassName
{
color: #E012DF;
}
.AnyTagClassName
{
color: #E012DF;
}
</style>
background-color css
<style>
a { background-color: #E012DF; }
a { background-color: rgb(224,18,223); }
div.DivClassName
{
background-color: #E012DF;
}
.BgClassName
{
background-color: #E012DF;
}
</style>
border-color css
<style>
span { border-color: #E012DF; }
span { border-color: rgb(224,18,223); }
td.TdClassName
{
border-color: #E012DF;
}
.TagClassName
{
border-color: #E012DF;
}
</style>