Shades of Medium Violet Red #E2088A
Tints of Medium Violet Red #E2088A
RGB
CMYK
RGB Variations
Color information
#E2088A (or 0xE2088A) is known color: Medium Violet Red. HEX triplet: E2, 08 and 8A. RGB value is (226,8,138). Sum of RGB (Red+Green+Blue) = 226+8+138=372 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.75% from 372); Green value is 8 (3.52% from 255 or 2.15% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 226 - color contains mainly: red. Hex color #E2088A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2088A is #1DF775. Grayscale: #575757. Windows color (decimal): -1963894 or 9046242. OLE color: 9046242.
HSL color Cylindrical-coordinate representation of color #E2088A: hue angle of 324.22º degrees, saturation: 0.93, 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 #E2088A is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 8 | 138 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.11 |
| HSL | 324.22º | 0.93% | 0.46% | - |
| HSV(B) | 324.22º | 0.96% | 0.89% | - |
| XYZ | 36.04 | 18.18 | 25.65 | - |
| YUV | 88 | 156.22 | 226.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 8 | 138 | 0 | 0.96 | 0.39 | 0.11 | 324.22 | 0.93 | 0.46 |
| Hex | E2 | 8 | 8A | 0 | 60 | 27 | B | 144 | 5D | 2E |
| Octal | 342 | 10 | 212 | 0 | 140 | 47 | 13 | 504 | 135 | 56 |
| Binary | 11100010 | 1000 | 10001010 | 0 | 1100000 | 100111 | 1011 | 101000100 | 1011101 | 101110 |
Color Harmonies of #E2088A
Complementary color
Monochromatic Colors of #E2088A
Black with #E2088A
Text Example
Text Example
White with #E2088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2088A; }
p { color: rgb(226,8,138); }
H1.HeaderClassName
{
color: #E2088A;
}
.AnyTagClassName
{
color: #E2088A;
}
</style>
background-color css
<style>
a { background-color: #E2088A; }
a { background-color: rgb(226,8,138); }
div.DivClassName
{
background-color: #E2088A;
}
.BgClassName
{
background-color: #E2088A;
}
</style>
border-color css
<style>
span { border-color: #E2088A; }
span { border-color: rgb(226,8,138); }
td.TdClassName
{
border-color: #E2088A;
}
.TagClassName
{
border-color: #E2088A;
}
</style>