Shades of Deep Magenta #E012DB
Tints of Deep Magenta #E012DB
RGB
CMYK
RGB Variations
Color information
#E012DB (or 0xE012DB) is known color: Deep Magenta. HEX triplet: E0, 12 and DB. RGB value is (224,18,219). Sum of RGB (Red+Green+Blue) = 224+18+219=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 18 (7.42% from 255 or 3.90% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E012DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E012DB is #1FED24. Grayscale: #656565. Windows color (decimal): -2092325 or 14357216. OLE color: 14357216.
HSL color Cylindrical-coordinate representation of color #E012DB: hue angle of 301.46º 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 #E012DB is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 18 | 219 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.12 |
| HSL | 301.46º | 0.85% | 0.47% | - |
| HSV(B) | 301.46º | 0.92% | 0.88% | - |
| XYZ | 43.74 | 21.39 | 68.84 | - |
| YUV | 102.51 | 193.75 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 18 | 219 | 0 | 0.92 | 0.02 | 0.12 | 301.46 | 0.85 | 0.47 |
| Hex | E0 | 12 | DB | 0 | 5C | 2 | C | 12D | 55 | 2F |
| Octal | 340 | 22 | 333 | 0 | 134 | 2 | 14 | 455 | 125 | 57 |
| Binary | 11100000 | 10010 | 11011011 | 0 | 1011100 | 10 | 1100 | 100101101 | 1010101 | 101111 |
Color Harmonies of #E012DB
Complementary color
Monochromatic Colors of #E012DB
Black with #E012DB
Text Example
Text Example
White with #E012DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E012DB; }
p { color: rgb(224,18,219); }
H1.HeaderClassName
{
color: #E012DB;
}
.AnyTagClassName
{
color: #E012DB;
}
</style>
background-color css
<style>
a { background-color: #E012DB; }
a { background-color: rgb(224,18,219); }
div.DivClassName
{
background-color: #E012DB;
}
.BgClassName
{
background-color: #E012DB;
}
</style>
border-color css
<style>
span { border-color: #E012DB; }
span { border-color: rgb(224,18,219); }
td.TdClassName
{
border-color: #E012DB;
}
.TagClassName
{
border-color: #E012DB;
}
</style>