Shades of Medium Violet Red #E00080
Tints of Medium Violet Red #E00080
RGB
CMYK
RGB Variations
Color information
#E00080 (or 0xE00080) is known color: Medium Violet Red. HEX triplet: E0, 00 and 80. RGB value is (224,0,128). Sum of RGB (Red+Green+Blue) = 224+0+128=352 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.64% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 224 - color contains mainly: red. Hex color #E00080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00080 is #1FFF7F. Grayscale: #515151. Windows color (decimal): -2097024 or 8388832. OLE color: 8388832.
HSL color Cylindrical-coordinate representation of color #E00080: hue angle of 325.71º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00080 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 128 | - |
| CMYK | 0 | 1 | 0.43 | 0.12 |
| HSL | 325.71º | 1% | 0.44% | - |
| HSV(B) | 325.71º | 1% | 0.88% | - |
| XYZ | 34.64 | 17.41 | 21.96 | - |
| YUV | 81.57 | 154.21 | 229.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 128 | 0 | 1 | 0.43 | 0.12 | 325.71 | 1 | 0.44 |
| Hex | E0 | 0 | 80 | 0 | 64 | 2B | C | 146 | 64 | 2C |
| Octal | 340 | 0 | 200 | 0 | 144 | 53 | 14 | 506 | 144 | 54 |
| Binary | 11100000 | 0 | 10000000 | 0 | 1100100 | 101011 | 1100 | 101000110 | 1100100 | 101100 |
Color Harmonies of #E00080
Complementary color
Monochromatic Colors of #E00080
Black with #E00080
Text Example
Text Example
White with #E00080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00080; }
p { color: rgb(224,0,128); }
H1.HeaderClassName
{
color: #E00080;
}
.AnyTagClassName
{
color: #E00080;
}
</style>
background-color css
<style>
a { background-color: #E00080; }
a { background-color: rgb(224,0,128); }
div.DivClassName
{
background-color: #E00080;
}
.BgClassName
{
background-color: #E00080;
}
</style>
border-color css
<style>
span { border-color: #E00080; }
span { border-color: rgb(224,0,128); }
td.TdClassName
{
border-color: #E00080;
}
.TagClassName
{
border-color: #E00080;
}
</style>