Shades of Medium Violet Red #E0097D
Tints of Medium Violet Red #E0097D
RGB
CMYK
RGB Variations
Color information
#E0097D (or 0xE0097D) is known color: Medium Violet Red. HEX triplet: E0, 09 and 7D. RGB value is (224,9,125). Sum of RGB (Red+Green+Blue) = 224+9+125=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E0097D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0097D is #1FF682. Grayscale: #565656. Windows color (decimal): -2094723 or 8194528. OLE color: 8194528.
HSL color Cylindrical-coordinate representation of color #E0097D: hue angle of 327.63º 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 #E0097D is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 125 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.12 |
| HSL | 327.63º | 0.92% | 0.46% | - |
| HSV(B) | 327.63º | 0.96% | 0.88% | - |
| XYZ | 34.54 | 17.52 | 20.96 | - |
| YUV | 86.51 | 149.73 | 226.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 125 | 0 | 0.96 | 0.44 | 0.12 | 327.63 | 0.92 | 0.46 |
| Hex | E0 | 9 | 7D | 0 | 60 | 2C | C | 148 | 5C | 2E |
| Octal | 340 | 11 | 175 | 0 | 140 | 54 | 14 | 510 | 134 | 56 |
| Binary | 11100000 | 1001 | 1111101 | 0 | 1100000 | 101100 | 1100 | 101001000 | 1011100 | 101110 |
Color Harmonies of #E0097D
Complementary color
Monochromatic Colors of #E0097D
Black with #E0097D
Text Example
Text Example
White with #E0097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0097D; }
p { color: rgb(224,9,125); }
H1.HeaderClassName
{
color: #E0097D;
}
.AnyTagClassName
{
color: #E0097D;
}
</style>
background-color css
<style>
a { background-color: #E0097D; }
a { background-color: rgb(224,9,125); }
div.DivClassName
{
background-color: #E0097D;
}
.BgClassName
{
background-color: #E0097D;
}
</style>
border-color css
<style>
span { border-color: #E0097D; }
span { border-color: rgb(224,9,125); }
td.TdClassName
{
border-color: #E0097D;
}
.TagClassName
{
border-color: #E0097D;
}
</style>