Shades of Deep Magenta #E112D5
Tints of Deep Magenta #E112D5
RGB
CMYK
RGB Variations
Color information
#E112D5 (or 0xE112D5) is known color: Deep Magenta. HEX triplet: E1, 12 and D5. RGB value is (225,18,213). Sum of RGB (Red+Green+Blue) = 225+18+213=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 18 (7.42% from 255 or 3.95% from 456); Blue value is 213 (83.59% from 255 or 46.71% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E112D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E112D5 is #1EED2A. Grayscale: #656565. Windows color (decimal): -2026795 or 13964001. OLE color: 13964001.
HSL color Cylindrical-coordinate representation of color #E112D5: hue angle of 303.48º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E112D5 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 213 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.12 |
| HSL | 303.48º | 0.85% | 0.48% | - |
| HSV(B) | 303.48º | 0.92% | 0.88% | - |
| XYZ | 43.28 | 21.24 | 64.77 | - |
| YUV | 102.12 | 190.58 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 213 | 0 | 0.92 | 0.05 | 0.12 | 303.48 | 0.85 | 0.48 |
| Hex | E1 | 12 | D5 | 0 | 5C | 5 | C | 12F | 55 | 30 |
| Octal | 341 | 22 | 325 | 0 | 134 | 5 | 14 | 457 | 125 | 60 |
| Binary | 11100001 | 10010 | 11010101 | 0 | 1011100 | 101 | 1100 | 100101111 | 1010101 | 110000 |
Color Harmonies of #E112D5
Complementary color
Monochromatic Colors of #E112D5
Black with #E112D5
Text Example
Text Example
White with #E112D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E112D5; }
p { color: rgb(225,18,213); }
H1.HeaderClassName
{
color: #E112D5;
}
.AnyTagClassName
{
color: #E112D5;
}
</style>
background-color css
<style>
a { background-color: #E112D5; }
a { background-color: rgb(225,18,213); }
div.DivClassName
{
background-color: #E112D5;
}
.BgClassName
{
background-color: #E112D5;
}
</style>
border-color css
<style>
span { border-color: #E112D5; }
span { border-color: rgb(225,18,213); }
td.TdClassName
{
border-color: #E112D5;
}
.TagClassName
{
border-color: #E112D5;
}
</style>