Shades of Medium Violet Red #E0097F
Tints of Medium Violet Red #E0097F
RGB
CMYK
RGB Variations
Color information
#E0097F (or 0xE0097F) is known color: Medium Violet Red. HEX triplet: E0, 09 and 7F. RGB value is (224,9,127). Sum of RGB (Red+Green+Blue) = 224+9+127=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E0097F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0097F is #1FF680. Grayscale: #565656. Windows color (decimal): -2094721 or 8325600. OLE color: 8325600.
HSL color Cylindrical-coordinate representation of color #E0097F: hue angle of 327.07º 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 #E0097F is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 127 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.12 |
| HSL | 327.07º | 0.92% | 0.46% | - |
| HSV(B) | 327.07º | 0.96% | 0.88% | - |
| XYZ | 34.67 | 17.57 | 21.64 | - |
| YUV | 86.74 | 150.73 | 225.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 127 | 0 | 0.96 | 0.43 | 0.12 | 327.07 | 0.92 | 0.46 |
| Hex | E0 | 9 | 7F | 0 | 60 | 2B | C | 147 | 5C | 2E |
| Octal | 340 | 11 | 177 | 0 | 140 | 53 | 14 | 507 | 134 | 56 |
| Binary | 11100000 | 1001 | 1111111 | 0 | 1100000 | 101011 | 1100 | 101000111 | 1011100 | 101110 |
Color Harmonies of #E0097F
Complementary color
Monochromatic Colors of #E0097F
Black with #E0097F
Text Example
Text Example
White with #E0097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0097F; }
p { color: rgb(224,9,127); }
H1.HeaderClassName
{
color: #E0097F;
}
.AnyTagClassName
{
color: #E0097F;
}
</style>
background-color css
<style>
a { background-color: #E0097F; }
a { background-color: rgb(224,9,127); }
div.DivClassName
{
background-color: #E0097F;
}
.BgClassName
{
background-color: #E0097F;
}
</style>
border-color css
<style>
span { border-color: #E0097F; }
span { border-color: rgb(224,9,127); }
td.TdClassName
{
border-color: #E0097F;
}
.TagClassName
{
border-color: #E0097F;
}
</style>