Shades of Medium Violet Red #E0118B
Tints of Medium Violet Red #E0118B
RGB
CMYK
RGB Variations
Color information
#E0118B (or 0xE0118B) is known color: Medium Violet Red. HEX triplet: E0, 11 and 8B. RGB value is (224,17,139). Sum of RGB (Red+Green+Blue) = 224+17+139=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E0118B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0118B is #1FEE74. Grayscale: #5C5C5C. Windows color (decimal): -2092661 or 9114080. OLE color: 9114080.
HSL color Cylindrical-coordinate representation of color #E0118B: hue angle of 324.64º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0118B is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 17 | 139 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.12 |
| HSL | 324.64º | 0.86% | 0.47% | - |
| HSV(B) | 324.64º | 0.92% | 0.88% | - |
| XYZ | 35.6 | 18.11 | 26.05 | - |
| YUV | 92.8 | 154.08 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 17 | 139 | 0 | 0.92 | 0.38 | 0.12 | 324.64 | 0.86 | 0.47 |
| Hex | E0 | 11 | 8B | 0 | 5C | 26 | C | 145 | 56 | 2F |
| Octal | 340 | 21 | 213 | 0 | 134 | 46 | 14 | 505 | 126 | 57 |
| Binary | 11100000 | 10001 | 10001011 | 0 | 1011100 | 100110 | 1100 | 101000101 | 1010110 | 101111 |
Color Harmonies of #E0118B
Complementary color
Monochromatic Colors of #E0118B
Black with #E0118B
Text Example
Text Example
White with #E0118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0118B; }
p { color: rgb(224,17,139); }
H1.HeaderClassName
{
color: #E0118B;
}
.AnyTagClassName
{
color: #E0118B;
}
</style>
background-color css
<style>
a { background-color: #E0118B; }
a { background-color: rgb(224,17,139); }
div.DivClassName
{
background-color: #E0118B;
}
.BgClassName
{
background-color: #E0118B;
}
</style>
border-color css
<style>
span { border-color: #E0118B; }
span { border-color: rgb(224,17,139); }
td.TdClassName
{
border-color: #E0118B;
}
.TagClassName
{
border-color: #E0118B;
}
</style>