Shades of Medium Violet Red #E1168E
Tints of Medium Violet Red #E1168E
RGB
CMYK
RGB Variations
Color information
#E1168E (or 0xE1168E) is known color: Medium Violet Red. HEX triplet: E1, 16 and 8E. RGB value is (225,22,142). Sum of RGB (Red+Green+Blue) = 225+22+142=389 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.84% from 389); Green value is 22 (8.98% from 255 or 5.66% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 225 - color contains mainly: red. Hex color #E1168E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1168E is #1EE971. Grayscale: #606060. Windows color (decimal): -2025842 or 9311969. OLE color: 9311969.
HSL color Cylindrical-coordinate representation of color #E1168E: hue angle of 324.53º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1168E is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 22 | 142 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.12 |
| HSL | 324.53º | 0.82% | 0.48% | - |
| HSV(B) | 324.53º | 0.9% | 0.88% | - |
| XYZ | 36.22 | 18.53 | 27.26 | - |
| YUV | 96.38 | 153.75 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 142 | 0 | 0.90 | 0.37 | 0.12 | 324.53 | 0.82 | 0.48 |
| Hex | E1 | 16 | 8E | 0 | 5A | 25 | C | 145 | 52 | 30 |
| Octal | 341 | 26 | 216 | 0 | 132 | 45 | 14 | 505 | 122 | 60 |
| Binary | 11100001 | 10110 | 10001110 | 0 | 1011010 | 100101 | 1100 | 101000101 | 1010010 | 110000 |
Color Harmonies of #E1168E
Complementary color
Monochromatic Colors of #E1168E
Black with #E1168E
Text Example
Text Example
White with #E1168E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1168E; }
p { color: rgb(225,22,142); }
H1.HeaderClassName
{
color: #E1168E;
}
.AnyTagClassName
{
color: #E1168E;
}
</style>
background-color css
<style>
a { background-color: #E1168E; }
a { background-color: rgb(225,22,142); }
div.DivClassName
{
background-color: #E1168E;
}
.BgClassName
{
background-color: #E1168E;
}
</style>
border-color css
<style>
span { border-color: #E1168E; }
span { border-color: rgb(225,22,142); }
td.TdClassName
{
border-color: #E1168E;
}
.TagClassName
{
border-color: #E1168E;
}
</style>