Shades of Medium Violet Red #E10885
Tints of Medium Violet Red #E10885
RGB
CMYK
RGB Variations
Color information
#E10885 (or 0xE10885) is known color: Medium Violet Red. HEX triplet: E1, 08 and 85. RGB value is (225,8,133). Sum of RGB (Red+Green+Blue) = 225+8+133=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E10885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10885 is #1EF77A. Grayscale: #565656. Windows color (decimal): -2029435 or 8718561. OLE color: 8718561.
HSL color Cylindrical-coordinate representation of color #E10885: hue angle of 325.44º 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 #E10885 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 133 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.12 |
| HSL | 325.44º | 0.93% | 0.46% | - |
| HSV(B) | 325.44º | 0.96% | 0.88% | - |
| XYZ | 35.37 | 17.87 | 23.78 | - |
| YUV | 87.13 | 153.89 | 226.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 133 | 0 | 0.96 | 0.41 | 0.12 | 325.44 | 0.93 | 0.46 |
| Hex | E1 | 8 | 85 | 0 | 60 | 29 | C | 145 | 5D | 2E |
| Octal | 341 | 10 | 205 | 0 | 140 | 51 | 14 | 505 | 135 | 56 |
| Binary | 11100001 | 1000 | 10000101 | 0 | 1100000 | 101001 | 1100 | 101000101 | 1011101 | 101110 |
Color Harmonies of #E10885
Complementary color
Monochromatic Colors of #E10885
Black with #E10885
Text Example
Text Example
White with #E10885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10885; }
p { color: rgb(225,8,133); }
H1.HeaderClassName
{
color: #E10885;
}
.AnyTagClassName
{
color: #E10885;
}
</style>
background-color css
<style>
a { background-color: #E10885; }
a { background-color: rgb(225,8,133); }
div.DivClassName
{
background-color: #E10885;
}
.BgClassName
{
background-color: #E10885;
}
</style>
border-color css
<style>
span { border-color: #E10885; }
span { border-color: rgb(225,8,133); }
td.TdClassName
{
border-color: #E10885;
}
.TagClassName
{
border-color: #E10885;
}
</style>