Shades of Medium Violet Red #E1157D
Tints of Medium Violet Red #E1157D
RGB
CMYK
RGB Variations
Color information
#E1157D (or 0xE1157D) is known color: Medium Violet Red. HEX triplet: E1, 15 and 7D. RGB value is (225,21,125). Sum of RGB (Red+Green+Blue) = 225+21+125=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E1157D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1157D is #1EEA82. Grayscale: #5D5D5D. Windows color (decimal): -2026115 or 8197601. OLE color: 8197601.
HSL color Cylindrical-coordinate representation of color #E1157D: hue angle of 329.41º 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 #E1157D is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 125 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.12 |
| HSL | 329.41º | 0.83% | 0.48% | - |
| HSV(B) | 329.41º | 0.91% | 0.88% | - |
| XYZ | 35.02 | 18.02 | 21.04 | - |
| YUV | 93.85 | 145.59 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 125 | 0 | 0.91 | 0.44 | 0.12 | 329.41 | 0.83 | 0.48 |
| Hex | E1 | 15 | 7D | 0 | 5B | 2C | C | 149 | 53 | 30 |
| Octal | 341 | 25 | 175 | 0 | 133 | 54 | 14 | 511 | 123 | 60 |
| Binary | 11100001 | 10101 | 1111101 | 0 | 1011011 | 101100 | 1100 | 101001001 | 1010011 | 110000 |
Color Harmonies of #E1157D
Complementary color
Monochromatic Colors of #E1157D
Black with #E1157D
Text Example
Text Example
White with #E1157D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1157D; }
p { color: rgb(225,21,125); }
H1.HeaderClassName
{
color: #E1157D;
}
.AnyTagClassName
{
color: #E1157D;
}
</style>
background-color css
<style>
a { background-color: #E1157D; }
a { background-color: rgb(225,21,125); }
div.DivClassName
{
background-color: #E1157D;
}
.BgClassName
{
background-color: #E1157D;
}
</style>
border-color css
<style>
span { border-color: #E1157D; }
span { border-color: rgb(225,21,125); }
td.TdClassName
{
border-color: #E1157D;
}
.TagClassName
{
border-color: #E1157D;
}
</style>