Shades of Deep Magenta #E110C7
Tints of Deep Magenta #E110C7
RGB
CMYK
RGB Variations
Color information
#E110C7 (or 0xE110C7) is known color: Deep Magenta. HEX triplet: E1, 10 and C7. RGB value is (225,16,199). Sum of RGB (Red+Green+Blue) = 225+16+199=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 16 (6.64% from 255 or 3.64% from 440); Blue value is 199 (78.12% from 255 or 45.23% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E110C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E110C7 is #1EEF38. Grayscale: #626262. Windows color (decimal): -2027321 or 13045985. OLE color: 13045985.
HSL color Cylindrical-coordinate representation of color #E110C7: hue angle of 307.46º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E110C7 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 16 | 199 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.12 |
| HSL | 307.46º | 0.87% | 0.47% | - |
| HSV(B) | 307.46º | 0.93% | 0.88% | - |
| XYZ | 41.55 | 20.5 | 55.8 | - |
| YUV | 99.35 | 184.24 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 199 | 0 | 0.93 | 0.12 | 0.12 | 307.46 | 0.87 | 0.47 |
| Hex | E1 | 10 | C7 | 0 | 5D | C | C | 133 | 57 | 2F |
| Octal | 341 | 20 | 307 | 0 | 135 | 14 | 14 | 463 | 127 | 57 |
| Binary | 11100001 | 10000 | 11000111 | 0 | 1011101 | 1100 | 1100 | 100110011 | 1010111 | 101111 |
Color Harmonies of #E110C7
Complementary color
Monochromatic Colors of #E110C7
Black with #E110C7
Text Example
Text Example
White with #E110C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E110C7; }
p { color: rgb(225,16,199); }
H1.HeaderClassName
{
color: #E110C7;
}
.AnyTagClassName
{
color: #E110C7;
}
</style>
background-color css
<style>
a { background-color: #E110C7; }
a { background-color: rgb(225,16,199); }
div.DivClassName
{
background-color: #E110C7;
}
.BgClassName
{
background-color: #E110C7;
}
</style>
border-color css
<style>
span { border-color: #E110C7; }
span { border-color: rgb(225,16,199); }
td.TdClassName
{
border-color: #E110C7;
}
.TagClassName
{
border-color: #E110C7;
}
</style>