Shades of Medium Violet Red #E10F86
Tints of Medium Violet Red #E10F86
RGB
CMYK
RGB Variations
Color information
#E10F86 (or 0xE10F86) is known color: Medium Violet Red. HEX triplet: E1, 0F and 86. RGB value is (225,15,134). Sum of RGB (Red+Green+Blue) = 225+15+134=374 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.16% from 374); Green value is 15 (6.25% from 255 or 4.01% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10F86 is #1EF079. Grayscale: #5B5B5B. Windows color (decimal): -2027642 or 8785889. OLE color: 8785889.
HSL color Cylindrical-coordinate representation of color #E10F86: hue angle of 326º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E10F86 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 15 | 134 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.12 |
| HSL | 326º | 0.88% | 0.47% | - |
| HSV(B) | 326º | 0.93% | 0.88% | - |
| XYZ | 35.53 | 18.07 | 24.17 | - |
| YUV | 91.36 | 152.07 | 223.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 134 | 0 | 0.93 | 0.40 | 0.12 | 326 | 0.88 | 0.47 |
| Hex | E1 | F | 86 | 0 | 5D | 28 | C | 146 | 58 | 2F |
| Octal | 341 | 17 | 206 | 0 | 135 | 50 | 14 | 506 | 130 | 57 |
| Binary | 11100001 | 1111 | 10000110 | 0 | 1011101 | 101000 | 1100 | 101000110 | 1011000 | 101111 |
Color Harmonies of #E10F86
Complementary color
Monochromatic Colors of #E10F86
Black with #E10F86
Text Example
Text Example
White with #E10F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10F86; }
p { color: rgb(225,15,134); }
H1.HeaderClassName
{
color: #E10F86;
}
.AnyTagClassName
{
color: #E10F86;
}
</style>
background-color css
<style>
a { background-color: #E10F86; }
a { background-color: rgb(225,15,134); }
div.DivClassName
{
background-color: #E10F86;
}
.BgClassName
{
background-color: #E10F86;
}
</style>
border-color css
<style>
span { border-color: #E10F86; }
span { border-color: rgb(225,15,134); }
td.TdClassName
{
border-color: #E10F86;
}
.TagClassName
{
border-color: #E10F86;
}
</style>