Shades of Medium Violet Red #E50880
Tints of Medium Violet Red #E50880
RGB
CMYK
RGB Variations
Color information
#E50880 (or 0xE50880) is known color: Medium Violet Red. HEX triplet: E5, 08 and 80. RGB value is (229,8,128). Sum of RGB (Red+Green+Blue) = 229+8+128=365 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.74% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 229 - color contains mainly: red. Hex color #E50880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50880 is #1AF77F. Grayscale: #575757. Windows color (decimal): -1767296 or 8390885. OLE color: 8390885.
HSL color Cylindrical-coordinate representation of color #E50880: hue angle of 327.42º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E50880 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 8 | 128 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.10 |
| HSL | 327.42º | 0.93% | 0.46% | - |
| HSV(B) | 327.42º | 0.97% | 0.9% | - |
| XYZ | 36.3 | 18.39 | 22.06 | - |
| YUV | 87.76 | 150.72 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 8 | 128 | 0 | 0.97 | 0.44 | 0.10 | 327.42 | 0.93 | 0.46 |
| Hex | E5 | 8 | 80 | 0 | 61 | 2C | A | 147 | 5D | 2E |
| Octal | 345 | 10 | 200 | 0 | 141 | 54 | 12 | 507 | 135 | 56 |
| Binary | 11100101 | 1000 | 10000000 | 0 | 1100001 | 101100 | 1010 | 101000111 | 1011101 | 101110 |
Color Harmonies of #E50880
Complementary color
Monochromatic Colors of #E50880
Black with #E50880
Text Example
Text Example
White with #E50880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50880; }
p { color: rgb(229,8,128); }
H1.HeaderClassName
{
color: #E50880;
}
.AnyTagClassName
{
color: #E50880;
}
</style>
background-color css
<style>
a { background-color: #E50880; }
a { background-color: rgb(229,8,128); }
div.DivClassName
{
background-color: #E50880;
}
.BgClassName
{
background-color: #E50880;
}
</style>
border-color css
<style>
span { border-color: #E50880; }
span { border-color: rgb(229,8,128); }
td.TdClassName
{
border-color: #E50880;
}
.TagClassName
{
border-color: #E50880;
}
</style>