Shades of Medium Violet Red #E1128F
Tints of Medium Violet Red #E1128F
RGB
CMYK
RGB Variations
Color information
#E1128F (or 0xE1128F) is known color: Medium Violet Red. HEX triplet: E1, 12 and 8F. RGB value is (225,18,143). Sum of RGB (Red+Green+Blue) = 225+18+143=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E1128F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1128F is #1EED70. Grayscale: #5D5D5D. Windows color (decimal): -2026865 or 9376481. OLE color: 9376481.
HSL color Cylindrical-coordinate representation of color #E1128F: hue angle of 323.77º 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 #E1128F is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 143 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.12 |
| HSL | 323.77º | 0.85% | 0.48% | - |
| HSV(B) | 323.77º | 0.92% | 0.88% | - |
| XYZ | 36.23 | 18.42 | 27.63 | - |
| YUV | 94.14 | 155.58 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 143 | 0 | 0.92 | 0.36 | 0.12 | 323.77 | 0.85 | 0.48 |
| Hex | E1 | 12 | 8F | 0 | 5C | 24 | C | 144 | 55 | 30 |
| Octal | 341 | 22 | 217 | 0 | 134 | 44 | 14 | 504 | 125 | 60 |
| Binary | 11100001 | 10010 | 10001111 | 0 | 1011100 | 100100 | 1100 | 101000100 | 1010101 | 110000 |
Color Harmonies of #E1128F
Complementary color
Monochromatic Colors of #E1128F
Black with #E1128F
Text Example
Text Example
White with #E1128F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1128F; }
p { color: rgb(225,18,143); }
H1.HeaderClassName
{
color: #E1128F;
}
.AnyTagClassName
{
color: #E1128F;
}
</style>
background-color css
<style>
a { background-color: #E1128F; }
a { background-color: rgb(225,18,143); }
div.DivClassName
{
background-color: #E1128F;
}
.BgClassName
{
background-color: #E1128F;
}
</style>
border-color css
<style>
span { border-color: #E1128F; }
span { border-color: rgb(225,18,143); }
td.TdClassName
{
border-color: #E1128F;
}
.TagClassName
{
border-color: #E1128F;
}
</style>