Shades of Medium Violet Red #E00580
Tints of Medium Violet Red #E00580
RGB
CMYK
RGB Variations
Color information
#E00580 (or 0xE00580) is known color: Medium Violet Red. HEX triplet: E0, 05 and 80. RGB value is (224,5,128). Sum of RGB (Red+Green+Blue) = 224+5+128=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E00580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00580 is #1FFA7F. Grayscale: #545454. Windows color (decimal): -2095744 or 8390112. OLE color: 8390112.
HSL color Cylindrical-coordinate representation of color #E00580: hue angle of 326.3º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E00580 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 128 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.12 |
| HSL | 326.3º | 0.96% | 0.45% | - |
| HSV(B) | 326.3º | 0.98% | 0.88% | - |
| XYZ | 34.69 | 17.51 | 21.97 | - |
| YUV | 84.5 | 152.55 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 128 | 0 | 0.98 | 0.43 | 0.12 | 326.3 | 0.96 | 0.45 |
| Hex | E0 | 5 | 80 | 0 | 62 | 2B | C | 146 | 60 | 2D |
| Octal | 340 | 5 | 200 | 0 | 142 | 53 | 14 | 506 | 140 | 55 |
| Binary | 11100000 | 101 | 10000000 | 0 | 1100010 | 101011 | 1100 | 101000110 | 1100000 | 101101 |
Color Harmonies of #E00580
Complementary color
Monochromatic Colors of #E00580
Black with #E00580
Text Example
Text Example
White with #E00580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00580; }
p { color: rgb(224,5,128); }
H1.HeaderClassName
{
color: #E00580;
}
.AnyTagClassName
{
color: #E00580;
}
</style>
background-color css
<style>
a { background-color: #E00580; }
a { background-color: rgb(224,5,128); }
div.DivClassName
{
background-color: #E00580;
}
.BgClassName
{
background-color: #E00580;
}
</style>
border-color css
<style>
span { border-color: #E00580; }
span { border-color: rgb(224,5,128); }
td.TdClassName
{
border-color: #E00580;
}
.TagClassName
{
border-color: #E00580;
}
</style>