Shades of Medium Violet Red #E1167E
Tints of Medium Violet Red #E1167E
RGB
CMYK
RGB Variations
Color information
#E1167E (or 0xE1167E) is known color: Medium Violet Red. HEX triplet: E1, 16 and 7E. RGB value is (225,22,126). Sum of RGB (Red+Green+Blue) = 225+22+126=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 22 (8.98% from 255 or 5.90% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E1167E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1167E is #1EE981. Grayscale: #5E5E5E. Windows color (decimal): -2025858 or 8263393. OLE color: 8263393.
HSL color Cylindrical-coordinate representation of color #E1167E: hue angle of 329.26º 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 #E1167E is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 22 | 126 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.12 |
| HSL | 329.26º | 0.82% | 0.48% | - |
| HSV(B) | 329.26º | 0.9% | 0.88% | - |
| XYZ | 35.1 | 18.09 | 21.38 | - |
| YUV | 94.55 | 145.75 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 126 | 0 | 0.90 | 0.44 | 0.12 | 329.26 | 0.82 | 0.48 |
| Hex | E1 | 16 | 7E | 0 | 5A | 2C | C | 149 | 52 | 30 |
| Octal | 341 | 26 | 176 | 0 | 132 | 54 | 14 | 511 | 122 | 60 |
| Binary | 11100001 | 10110 | 1111110 | 0 | 1011010 | 101100 | 1100 | 101001001 | 1010010 | 110000 |
Color Harmonies of #E1167E
Complementary color
Monochromatic Colors of #E1167E
Black with #E1167E
Text Example
Text Example
White with #E1167E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1167E; }
p { color: rgb(225,22,126); }
H1.HeaderClassName
{
color: #E1167E;
}
.AnyTagClassName
{
color: #E1167E;
}
</style>
background-color css
<style>
a { background-color: #E1167E; }
a { background-color: rgb(225,22,126); }
div.DivClassName
{
background-color: #E1167E;
}
.BgClassName
{
background-color: #E1167E;
}
</style>
border-color css
<style>
span { border-color: #E1167E; }
span { border-color: rgb(225,22,126); }
td.TdClassName
{
border-color: #E1167E;
}
.TagClassName
{
border-color: #E1167E;
}
</style>