Shades of Medium Violet Red #E1168B
Tints of Medium Violet Red #E1168B
RGB
CMYK
RGB Variations
Color information
#E1168B (or 0xE1168B) is known color: Medium Violet Red. HEX triplet: E1, 16 and 8B. RGB value is (225,22,139). Sum of RGB (Red+Green+Blue) = 225+22+139=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E1168B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1168B is #1EE974. Grayscale: #5F5F5F. Windows color (decimal): -2025845 or 9115361. OLE color: 9115361.
HSL color Cylindrical-coordinate representation of color #E1168B: hue angle of 325.42º 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 #E1168B is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 22 | 139 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.12 |
| HSL | 325.42º | 0.82% | 0.48% | - |
| HSV(B) | 325.42º | 0.9% | 0.88% | - |
| XYZ | 36 | 18.45 | 26.09 | - |
| YUV | 96.04 | 152.25 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 139 | 0 | 0.90 | 0.38 | 0.12 | 325.42 | 0.82 | 0.48 |
| Hex | E1 | 16 | 8B | 0 | 5A | 26 | C | 145 | 52 | 30 |
| Octal | 341 | 26 | 213 | 0 | 132 | 46 | 14 | 505 | 122 | 60 |
| Binary | 11100001 | 10110 | 10001011 | 0 | 1011010 | 100110 | 1100 | 101000101 | 1010010 | 110000 |
Color Harmonies of #E1168B
Complementary color
Monochromatic Colors of #E1168B
Black with #E1168B
Text Example
Text Example
White with #E1168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1168B; }
p { color: rgb(225,22,139); }
H1.HeaderClassName
{
color: #E1168B;
}
.AnyTagClassName
{
color: #E1168B;
}
</style>
background-color css
<style>
a { background-color: #E1168B; }
a { background-color: rgb(225,22,139); }
div.DivClassName
{
background-color: #E1168B;
}
.BgClassName
{
background-color: #E1168B;
}
</style>
border-color css
<style>
span { border-color: #E1168B; }
span { border-color: rgb(225,22,139); }
td.TdClassName
{
border-color: #E1168B;
}
.TagClassName
{
border-color: #E1168B;
}
</style>