Shades of Medium Violet Red #E51080
Tints of Medium Violet Red #E51080
RGB
CMYK
RGB Variations
Color information
#E51080 (or 0xE51080) is known color: Medium Violet Red. HEX triplet: E5, 10 and 80. RGB value is (229,16,128). Sum of RGB (Red+Green+Blue) = 229+16+128=373 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.39% from 373); Green value is 16 (6.64% from 255 or 4.29% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 229 - color contains mainly: red. Hex color #E51080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51080 is #1AEF7F. Grayscale: #5C5C5C. Windows color (decimal): -1765248 or 8392933. OLE color: 8392933.
HSL color Cylindrical-coordinate representation of color #E51080: hue angle of 328.45º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E51080 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 16 | 128 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.10 |
| HSL | 328.45º | 0.87% | 0.48% | - |
| HSV(B) | 328.45º | 0.93% | 0.9% | - |
| XYZ | 36.39 | 18.59 | 22.09 | - |
| YUV | 92.46 | 148.07 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 128 | 0 | 0.93 | 0.44 | 0.10 | 328.45 | 0.87 | 0.48 |
| Hex | E5 | 10 | 80 | 0 | 5D | 2C | A | 148 | 57 | 30 |
| Octal | 345 | 20 | 200 | 0 | 135 | 54 | 12 | 510 | 127 | 60 |
| Binary | 11100101 | 10000 | 10000000 | 0 | 1011101 | 101100 | 1010 | 101001000 | 1010111 | 110000 |
Color Harmonies of #E51080
Complementary color
Monochromatic Colors of #E51080
Black with #E51080
Text Example
Text Example
White with #E51080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51080; }
p { color: rgb(229,16,128); }
H1.HeaderClassName
{
color: #E51080;
}
.AnyTagClassName
{
color: #E51080;
}
</style>
background-color css
<style>
a { background-color: #E51080; }
a { background-color: rgb(229,16,128); }
div.DivClassName
{
background-color: #E51080;
}
.BgClassName
{
background-color: #E51080;
}
</style>
border-color css
<style>
span { border-color: #E51080; }
span { border-color: rgb(229,16,128); }
td.TdClassName
{
border-color: #E51080;
}
.TagClassName
{
border-color: #E51080;
}
</style>