Shades of Medium Violet Red #E1188F
Tints of Medium Violet Red #E1188F
RGB
CMYK
RGB Variations
Color information
#E1188F (or 0xE1188F) is known color: Medium Violet Red. HEX triplet: E1, 18 and 8F. RGB value is (225,24,143). Sum of RGB (Red+Green+Blue) = 225+24+143=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E1188F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1188F is #1EE770. Grayscale: #616161. Windows color (decimal): -2025329 or 9378017. OLE color: 9378017.
HSL color Cylindrical-coordinate representation of color #E1188F: hue angle of 324.48º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E1188F is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 24 | 143 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.12 |
| HSL | 324.48º | 0.81% | 0.49% | - |
| HSV(B) | 324.48º | 0.89% | 0.88% | - |
| XYZ | 36.34 | 18.64 | 27.67 | - |
| YUV | 97.67 | 153.59 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 24 | 143 | 0 | 0.89 | 0.36 | 0.12 | 324.48 | 0.81 | 0.49 |
| Hex | E1 | 18 | 8F | 0 | 59 | 24 | C | 144 | 51 | 31 |
| Octal | 341 | 30 | 217 | 0 | 131 | 44 | 14 | 504 | 121 | 61 |
| Binary | 11100001 | 11000 | 10001111 | 0 | 1011001 | 100100 | 1100 | 101000100 | 1010001 | 110001 |
Color Harmonies of #E1188F
Complementary color
Monochromatic Colors of #E1188F
Black with #E1188F
Text Example
Text Example
White with #E1188F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1188F; }
p { color: rgb(225,24,143); }
H1.HeaderClassName
{
color: #E1188F;
}
.AnyTagClassName
{
color: #E1188F;
}
</style>
background-color css
<style>
a { background-color: #E1188F; }
a { background-color: rgb(225,24,143); }
div.DivClassName
{
background-color: #E1188F;
}
.BgClassName
{
background-color: #E1188F;
}
</style>
border-color css
<style>
span { border-color: #E1188F; }
span { border-color: rgb(225,24,143); }
td.TdClassName
{
border-color: #E1188F;
}
.TagClassName
{
border-color: #E1188F;
}
</style>