Shades of Medium Violet Red #E20480
Tints of Medium Violet Red #E20480
RGB
CMYK
RGB Variations
Color information
#E20480 (or 0xE20480) is known color: Medium Violet Red. HEX triplet: E2, 04 and 80. RGB value is (226,4,128). Sum of RGB (Red+Green+Blue) = 226+4+128=358 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.13% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 226 - color contains mainly: red. Hex color #E20480 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20480 is #1DFB7F. Grayscale: #545454. Windows color (decimal): -1964928 or 8389858. OLE color: 8389858.
HSL color Cylindrical-coordinate representation of color #E20480: hue angle of 326.49º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E20480 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 4 | 128 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.11 |
| HSL | 326.49º | 0.97% | 0.45% | - |
| HSV(B) | 326.49º | 0.98% | 0.89% | - |
| XYZ | 35.3 | 17.81 | 22 | - |
| YUV | 84.51 | 152.55 | 228.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 4 | 128 | 0 | 0.98 | 0.43 | 0.11 | 326.49 | 0.97 | 0.45 |
| Hex | E2 | 4 | 80 | 0 | 62 | 2B | B | 146 | 61 | 2D |
| Octal | 342 | 4 | 200 | 0 | 142 | 53 | 13 | 506 | 141 | 55 |
| Binary | 11100010 | 100 | 10000000 | 0 | 1100010 | 101011 | 1011 | 101000110 | 1100001 | 101101 |
Color Harmonies of #E20480
Complementary color
Monochromatic Colors of #E20480
Black with #E20480
Text Example
Text Example
White with #E20480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20480; }
p { color: rgb(226,4,128); }
H1.HeaderClassName
{
color: #E20480;
}
.AnyTagClassName
{
color: #E20480;
}
</style>
background-color css
<style>
a { background-color: #E20480; }
a { background-color: rgb(226,4,128); }
div.DivClassName
{
background-color: #E20480;
}
.BgClassName
{
background-color: #E20480;
}
</style>
border-color css
<style>
span { border-color: #E20480; }
span { border-color: rgb(226,4,128); }
td.TdClassName
{
border-color: #E20480;
}
.TagClassName
{
border-color: #E20480;
}
</style>