Shades of Medium Violet Red #E1097C
Tints of Medium Violet Red #E1097C
RGB
CMYK
RGB Variations
Color information
#E1097C (or 0xE1097C) is known color: Medium Violet Red. HEX triplet: E1, 09 and 7C. RGB value is (225,9,124). Sum of RGB (Red+Green+Blue) = 225+9+124=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E1097C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1097C is #1EF683. Grayscale: #565656. Windows color (decimal): -2029188 or 8128993. OLE color: 8128993.
HSL color Cylindrical-coordinate representation of color #E1097C: hue angle of 328.06º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1097C is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 124 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.12 |
| HSL | 328.06º | 0.92% | 0.46% | - |
| HSV(B) | 328.06º | 0.96% | 0.88% | - |
| XYZ | 34.79 | 17.66 | 20.64 | - |
| YUV | 86.69 | 149.06 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 124 | 0 | 0.96 | 0.45 | 0.12 | 328.06 | 0.92 | 0.46 |
| Hex | E1 | 9 | 7C | 0 | 60 | 2D | C | 148 | 5C | 2E |
| Octal | 341 | 11 | 174 | 0 | 140 | 55 | 14 | 510 | 134 | 56 |
| Binary | 11100001 | 1001 | 1111100 | 0 | 1100000 | 101101 | 1100 | 101001000 | 1011100 | 101110 |
Color Harmonies of #E1097C
Complementary color
Monochromatic Colors of #E1097C
Black with #E1097C
Text Example
Text Example
White with #E1097C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1097C; }
p { color: rgb(225,9,124); }
H1.HeaderClassName
{
color: #E1097C;
}
.AnyTagClassName
{
color: #E1097C;
}
</style>
background-color css
<style>
a { background-color: #E1097C; }
a { background-color: rgb(225,9,124); }
div.DivClassName
{
background-color: #E1097C;
}
.BgClassName
{
background-color: #E1097C;
}
</style>
border-color css
<style>
span { border-color: #E1097C; }
span { border-color: rgb(225,9,124); }
td.TdClassName
{
border-color: #E1097C;
}
.TagClassName
{
border-color: #E1097C;
}
</style>