Shades of Medium Violet Red #E00C80
Tints of Medium Violet Red #E00C80
RGB
CMYK
RGB Variations
Color information
#E00C80 (or 0xE00C80) is known color: Medium Violet Red. HEX triplet: E0, 0C and 80. RGB value is (224,12,128). Sum of RGB (Red+Green+Blue) = 224+12+128=364 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.54% from 364); Green value is 12 (5.08% from 255 or 3.30% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00C80 is #1FF37F. Grayscale: #585858. Windows color (decimal): -2093952 or 8391904. OLE color: 8391904.
HSL color Cylindrical-coordinate representation of color #E00C80: hue angle of 327.17º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00C80 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 12 | 128 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.12 |
| HSL | 327.17º | 0.9% | 0.46% | - |
| HSV(B) | 327.17º | 0.95% | 0.88% | - |
| XYZ | 34.77 | 17.67 | 22 | - |
| YUV | 88.61 | 150.24 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 12 | 128 | 0 | 0.95 | 0.43 | 0.12 | 327.17 | 0.9 | 0.46 |
| Hex | E0 | C | 80 | 0 | 5F | 2B | C | 147 | 5A | 2E |
| Octal | 340 | 14 | 200 | 0 | 137 | 53 | 14 | 507 | 132 | 56 |
| Binary | 11100000 | 1100 | 10000000 | 0 | 1011111 | 101011 | 1100 | 101000111 | 1011010 | 101110 |
Color Harmonies of #E00C80
Complementary color
Monochromatic Colors of #E00C80
Black with #E00C80
Text Example
Text Example
White with #E00C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00C80; }
p { color: rgb(224,12,128); }
H1.HeaderClassName
{
color: #E00C80;
}
.AnyTagClassName
{
color: #E00C80;
}
</style>
background-color css
<style>
a { background-color: #E00C80; }
a { background-color: rgb(224,12,128); }
div.DivClassName
{
background-color: #E00C80;
}
.BgClassName
{
background-color: #E00C80;
}
</style>
border-color css
<style>
span { border-color: #E00C80; }
span { border-color: rgb(224,12,128); }
td.TdClassName
{
border-color: #E00C80;
}
.TagClassName
{
border-color: #E00C80;
}
</style>