Shades of Medium Violet Red #E20A88
Tints of Medium Violet Red #E20A88
RGB
CMYK
RGB Variations
Color information
#E20A88 (or 0xE20A88) is known color: Medium Violet Red. HEX triplet: E2, 0A and 88. RGB value is (226,10,136). Sum of RGB (Red+Green+Blue) = 226+10+136=372 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.75% from 372); Green value is 10 (4.30% from 255 or 2.69% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 226 - color contains mainly: red. Hex color #E20A88 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20A88 is #1DF577. Grayscale: #585858. Windows color (decimal): -1963384 or 8915682. OLE color: 8915682.
HSL color Cylindrical-coordinate representation of color #E20A88: hue angle of 325º 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 #E20A88 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 10 | 136 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.11 |
| HSL | 325º | 0.92% | 0.46% | - |
| HSV(B) | 325º | 0.96% | 0.89% | - |
| XYZ | 35.92 | 18.16 | 24.91 | - |
| YUV | 88.95 | 154.56 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 10 | 136 | 0 | 0.96 | 0.40 | 0.11 | 325 | 0.92 | 0.46 |
| Hex | E2 | A | 88 | 0 | 60 | 28 | B | 145 | 5C | 2E |
| Octal | 342 | 12 | 210 | 0 | 140 | 50 | 13 | 505 | 134 | 56 |
| Binary | 11100010 | 1010 | 10001000 | 0 | 1100000 | 101000 | 1011 | 101000101 | 1011100 | 101110 |
Color Harmonies of #E20A88
Complementary color
Monochromatic Colors of #E20A88
Black with #E20A88
Text Example
Text Example
White with #E20A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20A88; }
p { color: rgb(226,10,136); }
H1.HeaderClassName
{
color: #E20A88;
}
.AnyTagClassName
{
color: #E20A88;
}
</style>
background-color css
<style>
a { background-color: #E20A88; }
a { background-color: rgb(226,10,136); }
div.DivClassName
{
background-color: #E20A88;
}
.BgClassName
{
background-color: #E20A88;
}
</style>
border-color css
<style>
span { border-color: #E20A88; }
span { border-color: rgb(226,10,136); }
td.TdClassName
{
border-color: #E20A88;
}
.TagClassName
{
border-color: #E20A88;
}
</style>