Shades of Medium Violet Red #E1128E
Tints of Medium Violet Red #E1128E
RGB
CMYK
RGB Variations
Color information
#E1128E (or 0xE1128E) is known color: Medium Violet Red. HEX triplet: E1, 12 and 8E. RGB value is (225,18,142). Sum of RGB (Red+Green+Blue) = 225+18+142=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E1128E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1128E is #1EED71. Grayscale: #5D5D5D. Windows color (decimal): -2026866 or 9310945. OLE color: 9310945.
HSL color Cylindrical-coordinate representation of color #E1128E: hue angle of 324.06º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1128E is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 142 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.12 |
| HSL | 324.06º | 0.85% | 0.48% | - |
| HSV(B) | 324.06º | 0.92% | 0.88% | - |
| XYZ | 36.15 | 18.39 | 27.24 | - |
| YUV | 94.03 | 155.08 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 142 | 0 | 0.92 | 0.37 | 0.12 | 324.06 | 0.85 | 0.48 |
| Hex | E1 | 12 | 8E | 0 | 5C | 25 | C | 144 | 55 | 30 |
| Octal | 341 | 22 | 216 | 0 | 134 | 45 | 14 | 504 | 125 | 60 |
| Binary | 11100001 | 10010 | 10001110 | 0 | 1011100 | 100101 | 1100 | 101000100 | 1010101 | 110000 |
Color Harmonies of #E1128E
Complementary color
Monochromatic Colors of #E1128E
Black with #E1128E
Text Example
Text Example
White with #E1128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1128E; }
p { color: rgb(225,18,142); }
H1.HeaderClassName
{
color: #E1128E;
}
.AnyTagClassName
{
color: #E1128E;
}
</style>
background-color css
<style>
a { background-color: #E1128E; }
a { background-color: rgb(225,18,142); }
div.DivClassName
{
background-color: #E1128E;
}
.BgClassName
{
background-color: #E1128E;
}
</style>
border-color css
<style>
span { border-color: #E1128E; }
span { border-color: rgb(225,18,142); }
td.TdClassName
{
border-color: #E1128E;
}
.TagClassName
{
border-color: #E1128E;
}
</style>