Shades of Medium Violet Red #E1118E
Tints of Medium Violet Red #E1118E
RGB
CMYK
RGB Variations
Color information
#E1118E (or 0xE1118E) is known color: Medium Violet Red. HEX triplet: E1, 11 and 8E. RGB value is (225,17,142). Sum of RGB (Red+Green+Blue) = 225+17+142=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E1118E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1118E is #1EEE71. Grayscale: #5D5D5D. Windows color (decimal): -2027122 or 9310689. OLE color: 9310689.
HSL color Cylindrical-coordinate representation of color #E1118E: hue angle of 323.94º 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 #E1118E is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 17 | 142 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.12 |
| HSL | 323.94º | 0.86% | 0.47% | - |
| HSV(B) | 323.94º | 0.92% | 0.88% | - |
| XYZ | 36.13 | 18.36 | 27.23 | - |
| YUV | 93.44 | 155.41 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 17 | 142 | 0 | 0.92 | 0.37 | 0.12 | 323.94 | 0.86 | 0.47 |
| Hex | E1 | 11 | 8E | 0 | 5C | 25 | C | 144 | 56 | 2F |
| Octal | 341 | 21 | 216 | 0 | 134 | 45 | 14 | 504 | 126 | 57 |
| Binary | 11100001 | 10001 | 10001110 | 0 | 1011100 | 100101 | 1100 | 101000100 | 1010110 | 101111 |
Color Harmonies of #E1118E
Complementary color
Monochromatic Colors of #E1118E
Black with #E1118E
Text Example
Text Example
White with #E1118E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1118E; }
p { color: rgb(225,17,142); }
H1.HeaderClassName
{
color: #E1118E;
}
.AnyTagClassName
{
color: #E1118E;
}
</style>
background-color css
<style>
a { background-color: #E1118E; }
a { background-color: rgb(225,17,142); }
div.DivClassName
{
background-color: #E1118E;
}
.BgClassName
{
background-color: #E1118E;
}
</style>
border-color css
<style>
span { border-color: #E1118E; }
span { border-color: rgb(225,17,142); }
td.TdClassName
{
border-color: #E1118E;
}
.TagClassName
{
border-color: #E1118E;
}
</style>