Shades of Medium Violet Red #E51280
Tints of Medium Violet Red #E51280
RGB
CMYK
RGB Variations
Color information
#E51280 (or 0xE51280) is known color: Medium Violet Red. HEX triplet: E5, 12 and 80. RGB value is (229,18,128). Sum of RGB (Red+Green+Blue) = 229+18+128=375 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.07% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 229 - color contains mainly: red. Hex color #E51280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51280 is #1AED7F. Grayscale: #5D5D5D. Windows color (decimal): -1764736 or 8393445. OLE color: 8393445.
HSL color Cylindrical-coordinate representation of color #E51280: hue angle of 328.72º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E51280 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 128 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.10 |
| HSL | 328.72º | 0.85% | 0.48% | - |
| HSV(B) | 328.72º | 0.92% | 0.9% | - |
| XYZ | 36.43 | 18.65 | 22.1 | - |
| YUV | 93.63 | 147.4 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 128 | 0 | 0.92 | 0.44 | 0.10 | 328.72 | 0.85 | 0.48 |
| Hex | E5 | 12 | 80 | 0 | 5C | 2C | A | 149 | 55 | 30 |
| Octal | 345 | 22 | 200 | 0 | 134 | 54 | 12 | 511 | 125 | 60 |
| Binary | 11100101 | 10010 | 10000000 | 0 | 1011100 | 101100 | 1010 | 101001001 | 1010101 | 110000 |
Color Harmonies of #E51280
Complementary color
Monochromatic Colors of #E51280
Black with #E51280
Text Example
Text Example
White with #E51280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51280; }
p { color: rgb(229,18,128); }
H1.HeaderClassName
{
color: #E51280;
}
.AnyTagClassName
{
color: #E51280;
}
</style>
background-color css
<style>
a { background-color: #E51280; }
a { background-color: rgb(229,18,128); }
div.DivClassName
{
background-color: #E51280;
}
.BgClassName
{
background-color: #E51280;
}
</style>
border-color css
<style>
span { border-color: #E51280; }
span { border-color: rgb(229,18,128); }
td.TdClassName
{
border-color: #E51280;
}
.TagClassName
{
border-color: #E51280;
}
</style>