Shades of Medium Violet Red #E00981
Tints of Medium Violet Red #E00981
RGB
CMYK
RGB Variations
Color information
#E00981 (or 0xE00981) is known color: Medium Violet Red. HEX triplet: E0, 09 and 81. RGB value is (224,9,129). Sum of RGB (Red+Green+Blue) = 224+9+129=362 (47% of max value = 765). Red value is 224 (87.89% from 255 or 61.88% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 224 - color contains mainly: red. Hex color #E00981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00981 is #1FF67E. Grayscale: #565656. Windows color (decimal): -2094719 or 8456672. OLE color: 8456672.
HSL color Cylindrical-coordinate representation of color #E00981: hue angle of 326.51º 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 #E00981 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 129 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.12 |
| HSL | 326.51º | 0.92% | 0.46% | - |
| HSV(B) | 326.51º | 0.96% | 0.88% | - |
| XYZ | 34.8 | 17.63 | 22.34 | - |
| YUV | 86.97 | 151.73 | 225.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 129 | 0 | 0.96 | 0.42 | 0.12 | 326.51 | 0.92 | 0.46 |
| Hex | E0 | 9 | 81 | 0 | 60 | 2A | C | 147 | 5C | 2E |
| Octal | 340 | 11 | 201 | 0 | 140 | 52 | 14 | 507 | 134 | 56 |
| Binary | 11100000 | 1001 | 10000001 | 0 | 1100000 | 101010 | 1100 | 101000111 | 1011100 | 101110 |
Color Harmonies of #E00981
Complementary color
Monochromatic Colors of #E00981
Black with #E00981
Text Example
Text Example
White with #E00981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00981; }
p { color: rgb(224,9,129); }
H1.HeaderClassName
{
color: #E00981;
}
.AnyTagClassName
{
color: #E00981;
}
</style>
background-color css
<style>
a { background-color: #E00981; }
a { background-color: rgb(224,9,129); }
div.DivClassName
{
background-color: #E00981;
}
.BgClassName
{
background-color: #E00981;
}
</style>
border-color css
<style>
span { border-color: #E00981; }
span { border-color: rgb(224,9,129); }
td.TdClassName
{
border-color: #E00981;
}
.TagClassName
{
border-color: #E00981;
}
</style>