Shades of Medium Violet Red #E1107C
Tints of Medium Violet Red #E1107C
RGB
CMYK
RGB Variations
Color information
#E1107C (or 0xE1107C) is known color: Medium Violet Red. HEX triplet: E1, 10 and 7C. RGB value is (225,16,124). Sum of RGB (Red+Green+Blue) = 225+16+124=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E1107C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1107C is #1EEF83. Grayscale: #5A5A5A. Windows color (decimal): -2027396 or 8130785. OLE color: 8130785.
HSL color Cylindrical-coordinate representation of color #E1107C: hue angle of 329º 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 #E1107C is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 16 | 124 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.12 |
| HSL | 329º | 0.87% | 0.47% | - |
| HSV(B) | 329º | 0.93% | 0.88% | - |
| XYZ | 34.87 | 17.83 | 20.67 | - |
| YUV | 90.8 | 146.74 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 124 | 0 | 0.93 | 0.45 | 0.12 | 329 | 0.87 | 0.47 |
| Hex | E1 | 10 | 7C | 0 | 5D | 2D | C | 149 | 57 | 2F |
| Octal | 341 | 20 | 174 | 0 | 135 | 55 | 14 | 511 | 127 | 57 |
| Binary | 11100001 | 10000 | 1111100 | 0 | 1011101 | 101101 | 1100 | 101001001 | 1010111 | 101111 |
Color Harmonies of #E1107C
Complementary color
Monochromatic Colors of #E1107C
Black with #E1107C
Text Example
Text Example
White with #E1107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1107C; }
p { color: rgb(225,16,124); }
H1.HeaderClassName
{
color: #E1107C;
}
.AnyTagClassName
{
color: #E1107C;
}
</style>
background-color css
<style>
a { background-color: #E1107C; }
a { background-color: rgb(225,16,124); }
div.DivClassName
{
background-color: #E1107C;
}
.BgClassName
{
background-color: #E1107C;
}
</style>
border-color css
<style>
span { border-color: #E1107C; }
span { border-color: rgb(225,16,124); }
td.TdClassName
{
border-color: #E1107C;
}
.TagClassName
{
border-color: #E1107C;
}
</style>