Shades of Medium Violet Red #E1097F
Tints of Medium Violet Red #E1097F
RGB
CMYK
RGB Variations
Color information
#E1097F (or 0xE1097F) is known color: Medium Violet Red. HEX triplet: E1, 09 and 7F. RGB value is (225,9,127). Sum of RGB (Red+Green+Blue) = 225+9+127=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E1097F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1097F is #1EF680. Grayscale: #565656. Windows color (decimal): -2029185 or 8325601. OLE color: 8325601.
HSL color Cylindrical-coordinate representation of color #E1097F: hue angle of 327.22º 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 #E1097F is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 127 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.12 |
| HSL | 327.22º | 0.92% | 0.46% | - |
| HSV(B) | 327.22º | 0.96% | 0.88% | - |
| XYZ | 34.98 | 17.74 | 21.66 | - |
| YUV | 87.04 | 150.56 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 127 | 0 | 0.96 | 0.44 | 0.12 | 327.22 | 0.92 | 0.46 |
| Hex | E1 | 9 | 7F | 0 | 60 | 2C | C | 147 | 5C | 2E |
| Octal | 341 | 11 | 177 | 0 | 140 | 54 | 14 | 507 | 134 | 56 |
| Binary | 11100001 | 1001 | 1111111 | 0 | 1100000 | 101100 | 1100 | 101000111 | 1011100 | 101110 |
Color Harmonies of #E1097F
Complementary color
Monochromatic Colors of #E1097F
Black with #E1097F
Text Example
Text Example
White with #E1097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1097F; }
p { color: rgb(225,9,127); }
H1.HeaderClassName
{
color: #E1097F;
}
.AnyTagClassName
{
color: #E1097F;
}
</style>
background-color css
<style>
a { background-color: #E1097F; }
a { background-color: rgb(225,9,127); }
div.DivClassName
{
background-color: #E1097F;
}
.BgClassName
{
background-color: #E1097F;
}
</style>
border-color css
<style>
span { border-color: #E1097F; }
span { border-color: rgb(225,9,127); }
td.TdClassName
{
border-color: #E1097F;
}
.TagClassName
{
border-color: #E1097F;
}
</style>