Shades of Deep Magenta #E112CD
Tints of Deep Magenta #E112CD
RGB
CMYK
RGB Variations
Color information
#E112CD (or 0xE112CD) is known color: Deep Magenta. HEX triplet: E1, 12 and CD. RGB value is (225,18,205). Sum of RGB (Red+Green+Blue) = 225+18+205=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 18 (7.42% from 255 or 4.02% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E112CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E112CD is #1EED32. Grayscale: #646464. Windows color (decimal): -2026803 or 13439713. OLE color: 13439713.
HSL color Cylindrical-coordinate representation of color #E112CD: hue angle of 305.8º 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 #E112CD is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 205 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.12 |
| HSL | 305.8º | 0.85% | 0.48% | - |
| HSV(B) | 305.8º | 0.92% | 0.88% | - |
| XYZ | 42.29 | 20.85 | 59.55 | - |
| YUV | 101.21 | 186.58 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 205 | 0 | 0.92 | 0.09 | 0.12 | 305.8 | 0.85 | 0.48 |
| Hex | E1 | 12 | CD | 0 | 5C | 9 | C | 132 | 55 | 30 |
| Octal | 341 | 22 | 315 | 0 | 134 | 11 | 14 | 462 | 125 | 60 |
| Binary | 11100001 | 10010 | 11001101 | 0 | 1011100 | 1001 | 1100 | 100110010 | 1010101 | 110000 |
Color Harmonies of #E112CD
Complementary color
Monochromatic Colors of #E112CD
Black with #E112CD
Text Example
Text Example
White with #E112CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E112CD; }
p { color: rgb(225,18,205); }
H1.HeaderClassName
{
color: #E112CD;
}
.AnyTagClassName
{
color: #E112CD;
}
</style>
background-color css
<style>
a { background-color: #E112CD; }
a { background-color: rgb(225,18,205); }
div.DivClassName
{
background-color: #E112CD;
}
.BgClassName
{
background-color: #E112CD;
}
</style>
border-color css
<style>
span { border-color: #E112CD; }
span { border-color: rgb(225,18,205); }
td.TdClassName
{
border-color: #E112CD;
}
.TagClassName
{
border-color: #E112CD;
}
</style>