Shades of Medium Violet Red #E20180
Tints of Medium Violet Red #E20180
RGB
CMYK
RGB Variations
Color information
#E20180 (or 0xE20180) is known color: Medium Violet Red. HEX triplet: E2, 01 and 80. RGB value is (226,1,128). Sum of RGB (Red+Green+Blue) = 226+1+128=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E20180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20180 is #1DFE7F. Grayscale: #525252. Windows color (decimal): -1965696 or 8389090. OLE color: 8389090.
HSL color Cylindrical-coordinate representation of color #E20180: hue angle of 326.13º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20180 is Cyan = 0, Magento = 1.00, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 128 | - |
| CMYK | 0 | 1.00 | 0.43 | 0.11 |
| HSL | 326.13º | 0.99% | 0.45% | - |
| HSV(B) | 326.13º | 1% | 0.89% | - |
| XYZ | 35.27 | 17.75 | 21.99 | - |
| YUV | 82.75 | 153.54 | 230.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 128 | 0 | 1.00 | 0.43 | 0.11 | 326.13 | 0.99 | 0.45 |
| Hex | E2 | 1 | 80 | 0 | 64 | 2B | B | 146 | 63 | 2D |
| Octal | 342 | 1 | 200 | 0 | 144 | 53 | 13 | 506 | 143 | 55 |
| Binary | 11100010 | 1 | 10000000 | 0 | 1100100 | 101011 | 1011 | 101000110 | 1100011 | 101101 |
Color Harmonies of #E20180
Complementary color
Monochromatic Colors of #E20180
Black with #E20180
Text Example
Text Example
White with #E20180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20180; }
p { color: rgb(226,1,128); }
H1.HeaderClassName
{
color: #E20180;
}
.AnyTagClassName
{
color: #E20180;
}
</style>
background-color css
<style>
a { background-color: #E20180; }
a { background-color: rgb(226,1,128); }
div.DivClassName
{
background-color: #E20180;
}
.BgClassName
{
background-color: #E20180;
}
</style>
border-color css
<style>
span { border-color: #E20180; }
span { border-color: rgb(226,1,128); }
td.TdClassName
{
border-color: #E20180;
}
.TagClassName
{
border-color: #E20180;
}
</style>