Shades of Medium Violet Red #E2097E
Tints of Medium Violet Red #E2097E
RGB
CMYK
RGB Variations
Color information
#E2097E (or 0xE2097E) is known color: Medium Violet Red. HEX triplet: E2, 09 and 7E. RGB value is (226,9,126). Sum of RGB (Red+Green+Blue) = 226+9+126=361 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.60% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 226 - color contains mainly: red. Hex color #E2097E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2097E is #1DF681. Grayscale: #565656. Windows color (decimal): -1963650 or 8260066. OLE color: 8260066.
HSL color Cylindrical-coordinate representation of color #E2097E: hue angle of 327.65º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E2097E is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 9 | 126 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.11 |
| HSL | 327.65º | 0.92% | 0.46% | - |
| HSV(B) | 327.65º | 0.96% | 0.89% | - |
| XYZ | 35.23 | 17.87 | 21.33 | - |
| YUV | 87.22 | 149.89 | 226.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 9 | 126 | 0 | 0.96 | 0.44 | 0.11 | 327.65 | 0.92 | 0.46 |
| Hex | E2 | 9 | 7E | 0 | 60 | 2C | B | 148 | 5C | 2E |
| Octal | 342 | 11 | 176 | 0 | 140 | 54 | 13 | 510 | 134 | 56 |
| Binary | 11100010 | 1001 | 1111110 | 0 | 1100000 | 101100 | 1011 | 101001000 | 1011100 | 101110 |
Color Harmonies of #E2097E
Complementary color
Monochromatic Colors of #E2097E
Black with #E2097E
Text Example
Text Example
White with #E2097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2097E; }
p { color: rgb(226,9,126); }
H1.HeaderClassName
{
color: #E2097E;
}
.AnyTagClassName
{
color: #E2097E;
}
</style>
background-color css
<style>
a { background-color: #E2097E; }
a { background-color: rgb(226,9,126); }
div.DivClassName
{
background-color: #E2097E;
}
.BgClassName
{
background-color: #E2097E;
}
</style>
border-color css
<style>
span { border-color: #E2097E; }
span { border-color: rgb(226,9,126); }
td.TdClassName
{
border-color: #E2097E;
}
.TagClassName
{
border-color: #E2097E;
}
</style>