Shades of Medium Violet Red #E1177E
Tints of Medium Violet Red #E1177E
RGB
CMYK
RGB Variations
Color information
#E1177E (or 0xE1177E) is known color: Medium Violet Red. HEX triplet: E1, 17 and 7E. RGB value is (225,23,126). Sum of RGB (Red+Green+Blue) = 225+23+126=374 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.16% from 374); Green value is 23 (9.38% from 255 or 6.15% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 225 - color contains mainly: red. Hex color #E1177E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1177E is #1EE881. Grayscale: #5E5E5E. Windows color (decimal): -2025602 or 8263649. OLE color: 8263649.
HSL color Cylindrical-coordinate representation of color #E1177E: hue angle of 329.41º 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 #E1177E is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 126 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.12 |
| HSL | 329.41º | 0.81% | 0.49% | - |
| HSV(B) | 329.41º | 0.9% | 0.88% | - |
| XYZ | 35.12 | 18.13 | 21.39 | - |
| YUV | 95.14 | 145.42 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 126 | 0 | 0.90 | 0.44 | 0.12 | 329.41 | 0.81 | 0.49 |
| Hex | E1 | 17 | 7E | 0 | 5A | 2C | C | 149 | 51 | 31 |
| Octal | 341 | 27 | 176 | 0 | 132 | 54 | 14 | 511 | 121 | 61 |
| Binary | 11100001 | 10111 | 1111110 | 0 | 1011010 | 101100 | 1100 | 101001001 | 1010001 | 110001 |
Color Harmonies of #E1177E
Complementary color
Monochromatic Colors of #E1177E
Black with #E1177E
Text Example
Text Example
White with #E1177E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1177E; }
p { color: rgb(225,23,126); }
H1.HeaderClassName
{
color: #E1177E;
}
.AnyTagClassName
{
color: #E1177E;
}
</style>
background-color css
<style>
a { background-color: #E1177E; }
a { background-color: rgb(225,23,126); }
div.DivClassName
{
background-color: #E1177E;
}
.BgClassName
{
background-color: #E1177E;
}
</style>
border-color css
<style>
span { border-color: #E1177E; }
span { border-color: rgb(225,23,126); }
td.TdClassName
{
border-color: #E1177E;
}
.TagClassName
{
border-color: #E1177E;
}
</style>