Shades of Deep Magenta #E113CE
Tints of Deep Magenta #E113CE
RGB
CMYK
RGB Variations
Color information
#E113CE (or 0xE113CE) is known color: Deep Magenta. HEX triplet: E1, 13 and CE. RGB value is (225,19,206). Sum of RGB (Red+Green+Blue) = 225+19+206=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 19 (7.81% from 255 or 4.22% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E113CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E113CE is #1EEC31. Grayscale: #656565. Windows color (decimal): -2026546 or 13505505. OLE color: 13505505.
HSL color Cylindrical-coordinate representation of color #E113CE: hue angle of 305.53º degrees, saturation: 0.84, 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 #E113CE is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 19 | 206 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.12 |
| HSL | 305.53º | 0.84% | 0.48% | - |
| HSV(B) | 305.53º | 0.92% | 0.88% | - |
| XYZ | 42.42 | 20.93 | 60.2 | - |
| YUV | 101.91 | 186.75 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 206 | 0 | 0.92 | 0.08 | 0.12 | 305.53 | 0.84 | 0.48 |
| Hex | E1 | 13 | CE | 0 | 5C | 8 | C | 132 | 54 | 30 |
| Octal | 341 | 23 | 316 | 0 | 134 | 10 | 14 | 462 | 124 | 60 |
| Binary | 11100001 | 10011 | 11001110 | 0 | 1011100 | 1000 | 1100 | 100110010 | 1010100 | 110000 |
Color Harmonies of #E113CE
Complementary color
Monochromatic Colors of #E113CE
Black with #E113CE
Text Example
Text Example
White with #E113CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E113CE; }
p { color: rgb(225,19,206); }
H1.HeaderClassName
{
color: #E113CE;
}
.AnyTagClassName
{
color: #E113CE;
}
</style>
background-color css
<style>
a { background-color: #E113CE; }
a { background-color: rgb(225,19,206); }
div.DivClassName
{
background-color: #E113CE;
}
.BgClassName
{
background-color: #E113CE;
}
</style>
border-color css
<style>
span { border-color: #E113CE; }
span { border-color: rgb(225,19,206); }
td.TdClassName
{
border-color: #E113CE;
}
.TagClassName
{
border-color: #E113CE;
}
</style>