Shades of Medium Violet Red #E1117C
Tints of Medium Violet Red #E1117C
RGB
CMYK
RGB Variations
Color information
#E1117C (or 0xE1117C) is known color: Medium Violet Red. HEX triplet: E1, 11 and 7C. RGB value is (225,17,124). Sum of RGB (Red+Green+Blue) = 225+17+124=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E1117C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1117C is #1EEE83. Grayscale: #5B5B5B. Windows color (decimal): -2027140 or 8131041. OLE color: 8131041.
HSL color Cylindrical-coordinate representation of color #E1117C: hue angle of 329.13º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1117C is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 17 | 124 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.12 |
| HSL | 329.13º | 0.86% | 0.47% | - |
| HSV(B) | 329.13º | 0.92% | 0.88% | - |
| XYZ | 34.89 | 17.86 | 20.68 | - |
| YUV | 91.39 | 146.41 | 223.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 17 | 124 | 0 | 0.92 | 0.45 | 0.12 | 329.13 | 0.86 | 0.47 |
| Hex | E1 | 11 | 7C | 0 | 5C | 2D | C | 149 | 56 | 2F |
| Octal | 341 | 21 | 174 | 0 | 134 | 55 | 14 | 511 | 126 | 57 |
| Binary | 11100001 | 10001 | 1111100 | 0 | 1011100 | 101101 | 1100 | 101001001 | 1010110 | 101111 |
Color Harmonies of #E1117C
Complementary color
Monochromatic Colors of #E1117C
Black with #E1117C
Text Example
Text Example
White with #E1117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1117C; }
p { color: rgb(225,17,124); }
H1.HeaderClassName
{
color: #E1117C;
}
.AnyTagClassName
{
color: #E1117C;
}
</style>
background-color css
<style>
a { background-color: #E1117C; }
a { background-color: rgb(225,17,124); }
div.DivClassName
{
background-color: #E1117C;
}
.BgClassName
{
background-color: #E1117C;
}
</style>
border-color css
<style>
span { border-color: #E1117C; }
span { border-color: rgb(225,17,124); }
td.TdClassName
{
border-color: #E1117C;
}
.TagClassName
{
border-color: #E1117C;
}
</style>