Shades of Medium Violet Red #E0118A
Tints of Medium Violet Red #E0118A
RGB
CMYK
RGB Variations
Color information
#E0118A (or 0xE0118A) is known color: Medium Violet Red. HEX triplet: E0, 11 and 8A. RGB value is (224,17,138). Sum of RGB (Red+Green+Blue) = 224+17+138=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 17 (7.03% from 255 or 4.49% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E0118A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0118A is #1FEE75. Grayscale: #5C5C5C. Windows color (decimal): -2092662 or 9048544. OLE color: 9048544.
HSL color Cylindrical-coordinate representation of color #E0118A: hue angle of 324.93º 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 #E0118A is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 17 | 138 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.12 |
| HSL | 324.93º | 0.86% | 0.47% | - |
| HSV(B) | 324.93º | 0.92% | 0.88% | - |
| XYZ | 35.53 | 18.08 | 25.66 | - |
| YUV | 92.69 | 153.58 | 221.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 17 | 138 | 0 | 0.92 | 0.38 | 0.12 | 324.93 | 0.86 | 0.47 |
| Hex | E0 | 11 | 8A | 0 | 5C | 26 | C | 145 | 56 | 2F |
| Octal | 340 | 21 | 212 | 0 | 134 | 46 | 14 | 505 | 126 | 57 |
| Binary | 11100000 | 10001 | 10001010 | 0 | 1011100 | 100110 | 1100 | 101000101 | 1010110 | 101111 |
Color Harmonies of #E0118A
Complementary color
Monochromatic Colors of #E0118A
Black with #E0118A
Text Example
Text Example
White with #E0118A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0118A; }
p { color: rgb(224,17,138); }
H1.HeaderClassName
{
color: #E0118A;
}
.AnyTagClassName
{
color: #E0118A;
}
</style>
background-color css
<style>
a { background-color: #E0118A; }
a { background-color: rgb(224,17,138); }
div.DivClassName
{
background-color: #E0118A;
}
.BgClassName
{
background-color: #E0118A;
}
</style>
border-color css
<style>
span { border-color: #E0118A; }
span { border-color: rgb(224,17,138); }
td.TdClassName
{
border-color: #E0118A;
}
.TagClassName
{
border-color: #E0118A;
}
</style>