Shades of Medium Violet Red #E1158B
Tints of Medium Violet Red #E1158B
RGB
CMYK
RGB Variations
Color information
#E1158B (or 0xE1158B) is known color: Medium Violet Red. HEX triplet: E1, 15 and 8B. RGB value is (225,21,139). Sum of RGB (Red+Green+Blue) = 225+21+139=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E1158B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1158B is #1EEA74. Grayscale: #5F5F5F. Windows color (decimal): -2026101 or 9115105. OLE color: 9115105.
HSL color Cylindrical-coordinate representation of color #E1158B: hue angle of 325.29º 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 #E1158B is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 139 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.12 |
| HSL | 325.29º | 0.83% | 0.48% | - |
| HSV(B) | 325.29º | 0.91% | 0.88% | - |
| XYZ | 35.98 | 18.41 | 26.08 | - |
| YUV | 95.45 | 152.59 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 139 | 0 | 0.91 | 0.38 | 0.12 | 325.29 | 0.83 | 0.48 |
| Hex | E1 | 15 | 8B | 0 | 5B | 26 | C | 145 | 53 | 30 |
| Octal | 341 | 25 | 213 | 0 | 133 | 46 | 14 | 505 | 123 | 60 |
| Binary | 11100001 | 10101 | 10001011 | 0 | 1011011 | 100110 | 1100 | 101000101 | 1010011 | 110000 |
Color Harmonies of #E1158B
Complementary color
Monochromatic Colors of #E1158B
Black with #E1158B
Text Example
Text Example
White with #E1158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1158B; }
p { color: rgb(225,21,139); }
H1.HeaderClassName
{
color: #E1158B;
}
.AnyTagClassName
{
color: #E1158B;
}
</style>
background-color css
<style>
a { background-color: #E1158B; }
a { background-color: rgb(225,21,139); }
div.DivClassName
{
background-color: #E1158B;
}
.BgClassName
{
background-color: #E1158B;
}
</style>
border-color css
<style>
span { border-color: #E1158B; }
span { border-color: rgb(225,21,139); }
td.TdClassName
{
border-color: #E1158B;
}
.TagClassName
{
border-color: #E1158B;
}
</style>