Shades of Medium Violet Red #E1168A
Tints of Medium Violet Red #E1168A
RGB
CMYK
RGB Variations
Color information
#E1168A (or 0xE1168A) is known color: Medium Violet Red. HEX triplet: E1, 16 and 8A. RGB value is (225,22,138). Sum of RGB (Red+Green+Blue) = 225+22+138=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E1168A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1168A is #1EE975. Grayscale: #5F5F5F. Windows color (decimal): -2025846 or 9049825. OLE color: 9049825.
HSL color Cylindrical-coordinate representation of color #E1168A: hue angle of 325.71º 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 #E1168A is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 22 | 138 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.12 |
| HSL | 325.71º | 0.82% | 0.48% | - |
| HSV(B) | 325.71º | 0.9% | 0.88% | - |
| XYZ | 35.93 | 18.42 | 25.71 | - |
| YUV | 95.92 | 151.75 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 138 | 0 | 0.90 | 0.39 | 0.12 | 325.71 | 0.82 | 0.48 |
| Hex | E1 | 16 | 8A | 0 | 5A | 27 | C | 146 | 52 | 30 |
| Octal | 341 | 26 | 212 | 0 | 132 | 47 | 14 | 506 | 122 | 60 |
| Binary | 11100001 | 10110 | 10001010 | 0 | 1011010 | 100111 | 1100 | 101000110 | 1010010 | 110000 |
Color Harmonies of #E1168A
Complementary color
Monochromatic Colors of #E1168A
Black with #E1168A
Text Example
Text Example
White with #E1168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1168A; }
p { color: rgb(225,22,138); }
H1.HeaderClassName
{
color: #E1168A;
}
.AnyTagClassName
{
color: #E1168A;
}
</style>
background-color css
<style>
a { background-color: #E1168A; }
a { background-color: rgb(225,22,138); }
div.DivClassName
{
background-color: #E1168A;
}
.BgClassName
{
background-color: #E1168A;
}
</style>
border-color css
<style>
span { border-color: #E1168A; }
span { border-color: rgb(225,22,138); }
td.TdClassName
{
border-color: #E1168A;
}
.TagClassName
{
border-color: #E1168A;
}
</style>