Shades of Medium Violet Red #E1128C
Tints of Medium Violet Red #E1128C
RGB
CMYK
RGB Variations
Color information
#E1128C (or 0xE1128C) is known color: Medium Violet Red. HEX triplet: E1, 12 and 8C. RGB value is (225,18,140). Sum of RGB (Red+Green+Blue) = 225+18+140=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E1128C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1128C is #1EED73. Grayscale: #5D5D5D. Windows color (decimal): -2026868 or 9179873. OLE color: 9179873.
HSL color Cylindrical-coordinate representation of color #E1128C: hue angle of 324.64º 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 #E1128C is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 140 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.12 |
| HSL | 324.64º | 0.85% | 0.48% | - |
| HSV(B) | 324.64º | 0.92% | 0.88% | - |
| XYZ | 36 | 18.33 | 26.45 | - |
| YUV | 93.8 | 154.08 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 140 | 0 | 0.92 | 0.38 | 0.12 | 324.64 | 0.85 | 0.48 |
| Hex | E1 | 12 | 8C | 0 | 5C | 26 | C | 145 | 55 | 30 |
| Octal | 341 | 22 | 214 | 0 | 134 | 46 | 14 | 505 | 125 | 60 |
| Binary | 11100001 | 10010 | 10001100 | 0 | 1011100 | 100110 | 1100 | 101000101 | 1010101 | 110000 |
Color Harmonies of #E1128C
Complementary color
Monochromatic Colors of #E1128C
Black with #E1128C
Text Example
Text Example
White with #E1128C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1128C; }
p { color: rgb(225,18,140); }
H1.HeaderClassName
{
color: #E1128C;
}
.AnyTagClassName
{
color: #E1128C;
}
</style>
background-color css
<style>
a { background-color: #E1128C; }
a { background-color: rgb(225,18,140); }
div.DivClassName
{
background-color: #E1128C;
}
.BgClassName
{
background-color: #E1128C;
}
</style>
border-color css
<style>
span { border-color: #E1128C; }
span { border-color: rgb(225,18,140); }
td.TdClassName
{
border-color: #E1128C;
}
.TagClassName
{
border-color: #E1128C;
}
</style>