Shades of Medium Violet Red #E10986
Tints of Medium Violet Red #E10986
RGB
CMYK
RGB Variations
Color information
#E10986 (or 0xE10986) is known color: Medium Violet Red. HEX triplet: E1, 09 and 86. RGB value is (225,9,134). Sum of RGB (Red+Green+Blue) = 225+9+134=368 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.14% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 225 - color contains mainly: red. Hex color #E10986 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10986 is #1EF679. Grayscale: #575757. Windows color (decimal): -2029178 or 8784353. OLE color: 8784353.
HSL color Cylindrical-coordinate representation of color #E10986: hue angle of 325.28º 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 #E10986 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 134 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.12 |
| HSL | 325.28º | 0.92% | 0.46% | - |
| HSV(B) | 325.28º | 0.96% | 0.88% | - |
| XYZ | 35.45 | 17.92 | 24.15 | - |
| YUV | 87.83 | 154.06 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 134 | 0 | 0.96 | 0.40 | 0.12 | 325.28 | 0.92 | 0.46 |
| Hex | E1 | 9 | 86 | 0 | 60 | 28 | C | 145 | 5C | 2E |
| Octal | 341 | 11 | 206 | 0 | 140 | 50 | 14 | 505 | 134 | 56 |
| Binary | 11100001 | 1001 | 10000110 | 0 | 1100000 | 101000 | 1100 | 101000101 | 1011100 | 101110 |
Color Harmonies of #E10986
Complementary color
Monochromatic Colors of #E10986
Black with #E10986
Text Example
Text Example
White with #E10986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10986; }
p { color: rgb(225,9,134); }
H1.HeaderClassName
{
color: #E10986;
}
.AnyTagClassName
{
color: #E10986;
}
</style>
background-color css
<style>
a { background-color: #E10986; }
a { background-color: rgb(225,9,134); }
div.DivClassName
{
background-color: #E10986;
}
.BgClassName
{
background-color: #E10986;
}
</style>
border-color css
<style>
span { border-color: #E10986; }
span { border-color: rgb(225,9,134); }
td.TdClassName
{
border-color: #E10986;
}
.TagClassName
{
border-color: #E10986;
}
</style>