Shades of Medium Violet Red #E00980
Tints of Medium Violet Red #E00980
RGB
CMYK
RGB Variations
Color information
#E00980 (or 0xE00980) is known color: Medium Violet Red. HEX triplet: E0, 09 and 80. RGB value is (224,9,128). Sum of RGB (Red+Green+Blue) = 224+9+128=361 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.05% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 224 - color contains mainly: red. Hex color #E00980 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00980 is #1FF67F. Grayscale: #565656. Windows color (decimal): -2094720 or 8391136. OLE color: 8391136.
HSL color Cylindrical-coordinate representation of color #E00980: hue angle of 326.79º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00980 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 128 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.12 |
| HSL | 326.79º | 0.92% | 0.46% | - |
| HSV(B) | 326.79º | 0.96% | 0.88% | - |
| XYZ | 34.73 | 17.6 | 21.99 | - |
| YUV | 86.85 | 151.23 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 128 | 0 | 0.96 | 0.43 | 0.12 | 326.79 | 0.92 | 0.46 |
| Hex | E0 | 9 | 80 | 0 | 60 | 2B | C | 147 | 5C | 2E |
| Octal | 340 | 11 | 200 | 0 | 140 | 53 | 14 | 507 | 134 | 56 |
| Binary | 11100000 | 1001 | 10000000 | 0 | 1100000 | 101011 | 1100 | 101000111 | 1011100 | 101110 |
Color Harmonies of #E00980
Complementary color
Monochromatic Colors of #E00980
Black with #E00980
Text Example
Text Example
White with #E00980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00980; }
p { color: rgb(224,9,128); }
H1.HeaderClassName
{
color: #E00980;
}
.AnyTagClassName
{
color: #E00980;
}
</style>
background-color css
<style>
a { background-color: #E00980; }
a { background-color: rgb(224,9,128); }
div.DivClassName
{
background-color: #E00980;
}
.BgClassName
{
background-color: #E00980;
}
</style>
border-color css
<style>
span { border-color: #E00980; }
span { border-color: rgb(224,9,128); }
td.TdClassName
{
border-color: #E00980;
}
.TagClassName
{
border-color: #E00980;
}
</style>