Shades of Medium Violet Red #E10880
Tints of Medium Violet Red #E10880
RGB
CMYK
RGB Variations
Color information
#E10880 (or 0xE10880) is known color: Medium Violet Red. HEX triplet: E1, 08 and 80. RGB value is (225,8,128). Sum of RGB (Red+Green+Blue) = 225+8+128=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 8 (3.52% from 255 or 2.22% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E10880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10880 is #1EF77F. Grayscale: #565656. Windows color (decimal): -2029440 or 8390881. OLE color: 8390881.
HSL color Cylindrical-coordinate representation of color #E10880: hue angle of 326.82º degrees, saturation: 0.93, 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 #E10880 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 128 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.12 |
| HSL | 326.82º | 0.93% | 0.46% | - |
| HSV(B) | 326.82º | 0.96% | 0.88% | - |
| XYZ | 35.03 | 17.74 | 22 | - |
| YUV | 86.56 | 151.39 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 128 | 0 | 0.96 | 0.43 | 0.12 | 326.82 | 0.93 | 0.46 |
| Hex | E1 | 8 | 80 | 0 | 60 | 2B | C | 147 | 5D | 2E |
| Octal | 341 | 10 | 200 | 0 | 140 | 53 | 14 | 507 | 135 | 56 |
| Binary | 11100001 | 1000 | 10000000 | 0 | 1100000 | 101011 | 1100 | 101000111 | 1011101 | 101110 |
Color Harmonies of #E10880
Complementary color
Monochromatic Colors of #E10880
Black with #E10880
Text Example
Text Example
White with #E10880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10880; }
p { color: rgb(225,8,128); }
H1.HeaderClassName
{
color: #E10880;
}
.AnyTagClassName
{
color: #E10880;
}
</style>
background-color css
<style>
a { background-color: #E10880; }
a { background-color: rgb(225,8,128); }
div.DivClassName
{
background-color: #E10880;
}
.BgClassName
{
background-color: #E10880;
}
</style>
border-color css
<style>
span { border-color: #E10880; }
span { border-color: rgb(225,8,128); }
td.TdClassName
{
border-color: #E10880;
}
.TagClassName
{
border-color: #E10880;
}
</style>