Shades of Medium Violet Red #E1157E
Tints of Medium Violet Red #E1157E
RGB
CMYK
RGB Variations
Color information
#E1157E (or 0xE1157E) is known color: Medium Violet Red. HEX triplet: E1, 15 and 7E. RGB value is (225,21,126). Sum of RGB (Red+Green+Blue) = 225+21+126=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E1157E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1157E is #1EEA81. Grayscale: #5D5D5D. Windows color (decimal): -2026114 or 8263137. OLE color: 8263137.
HSL color Cylindrical-coordinate representation of color #E1157E: hue angle of 329.12º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E1157E is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 126 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.12 |
| HSL | 329.12º | 0.83% | 0.48% | - |
| HSV(B) | 329.12º | 0.91% | 0.88% | - |
| XYZ | 35.09 | 18.05 | 21.37 | - |
| YUV | 93.97 | 146.09 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 126 | 0 | 0.91 | 0.44 | 0.12 | 329.12 | 0.83 | 0.48 |
| Hex | E1 | 15 | 7E | 0 | 5B | 2C | C | 149 | 53 | 30 |
| Octal | 341 | 25 | 176 | 0 | 133 | 54 | 14 | 511 | 123 | 60 |
| Binary | 11100001 | 10101 | 1111110 | 0 | 1011011 | 101100 | 1100 | 101001001 | 1010011 | 110000 |
Color Harmonies of #E1157E
Complementary color
Monochromatic Colors of #E1157E
Black with #E1157E
Text Example
Text Example
White with #E1157E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1157E; }
p { color: rgb(225,21,126); }
H1.HeaderClassName
{
color: #E1157E;
}
.AnyTagClassName
{
color: #E1157E;
}
</style>
background-color css
<style>
a { background-color: #E1157E; }
a { background-color: rgb(225,21,126); }
div.DivClassName
{
background-color: #E1157E;
}
.BgClassName
{
background-color: #E1157E;
}
</style>
border-color css
<style>
span { border-color: #E1157E; }
span { border-color: rgb(225,21,126); }
td.TdClassName
{
border-color: #E1157E;
}
.TagClassName
{
border-color: #E1157E;
}
</style>