Shades of Medium Violet Red #E1177C
Tints of Medium Violet Red #E1177C
RGB
CMYK
RGB Variations
Color information
#E1177C (or 0xE1177C) is known color: Medium Violet Red. HEX triplet: E1, 17 and 7C. RGB value is (225,23,124). Sum of RGB (Red+Green+Blue) = 225+23+124=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E1177C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1177C is #1EE883. Grayscale: #5E5E5E. Windows color (decimal): -2025604 or 8132577. OLE color: 8132577.
HSL color Cylindrical-coordinate representation of color #E1177C: hue angle of 330º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1177C is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 124 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.12 |
| HSL | 330º | 0.81% | 0.49% | - |
| HSV(B) | 330º | 0.9% | 0.88% | - |
| XYZ | 35 | 18.08 | 20.71 | - |
| YUV | 94.91 | 144.42 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 124 | 0 | 0.90 | 0.45 | 0.12 | 330 | 0.81 | 0.49 |
| Hex | E1 | 17 | 7C | 0 | 5A | 2D | C | 14A | 51 | 31 |
| Octal | 341 | 27 | 174 | 0 | 132 | 55 | 14 | 512 | 121 | 61 |
| Binary | 11100001 | 10111 | 1111100 | 0 | 1011010 | 101101 | 1100 | 101001010 | 1010001 | 110001 |
Color Harmonies of #E1177C
Complementary color
Monochromatic Colors of #E1177C
Black with #E1177C
Text Example
Text Example
White with #E1177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1177C; }
p { color: rgb(225,23,124); }
H1.HeaderClassName
{
color: #E1177C;
}
.AnyTagClassName
{
color: #E1177C;
}
</style>
background-color css
<style>
a { background-color: #E1177C; }
a { background-color: rgb(225,23,124); }
div.DivClassName
{
background-color: #E1177C;
}
.BgClassName
{
background-color: #E1177C;
}
</style>
border-color css
<style>
span { border-color: #E1177C; }
span { border-color: rgb(225,23,124); }
td.TdClassName
{
border-color: #E1177C;
}
.TagClassName
{
border-color: #E1177C;
}
</style>