Shades of Medium Violet Red #E10D86
Tints of Medium Violet Red #E10D86
RGB
CMYK
RGB Variations
Color information
#E10D86 (or 0xE10D86) is known color: Medium Violet Red. HEX triplet: E1, 0D and 86. RGB value is (225,13,134). Sum of RGB (Red+Green+Blue) = 225+13+134=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10D86 is #1EF279. Grayscale: #595959. Windows color (decimal): -2028154 or 8785377. OLE color: 8785377.
HSL color Cylindrical-coordinate representation of color #E10D86: hue angle of 325.75º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10D86 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 134 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.12 |
| HSL | 325.75º | 0.89% | 0.47% | - |
| HSV(B) | 325.75º | 0.94% | 0.88% | - |
| XYZ | 35.5 | 18.02 | 24.16 | - |
| YUV | 90.18 | 152.74 | 224.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 134 | 0 | 0.94 | 0.40 | 0.12 | 325.75 | 0.89 | 0.47 |
| Hex | E1 | D | 86 | 0 | 5E | 28 | C | 146 | 59 | 2F |
| Octal | 341 | 15 | 206 | 0 | 136 | 50 | 14 | 506 | 131 | 57 |
| Binary | 11100001 | 1101 | 10000110 | 0 | 1011110 | 101000 | 1100 | 101000110 | 1011001 | 101111 |
Color Harmonies of #E10D86
Complementary color
Monochromatic Colors of #E10D86
Black with #E10D86
Text Example
Text Example
White with #E10D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10D86; }
p { color: rgb(225,13,134); }
H1.HeaderClassName
{
color: #E10D86;
}
.AnyTagClassName
{
color: #E10D86;
}
</style>
background-color css
<style>
a { background-color: #E10D86; }
a { background-color: rgb(225,13,134); }
div.DivClassName
{
background-color: #E10D86;
}
.BgClassName
{
background-color: #E10D86;
}
</style>
border-color css
<style>
span { border-color: #E10D86; }
span { border-color: rgb(225,13,134); }
td.TdClassName
{
border-color: #E10D86;
}
.TagClassName
{
border-color: #E10D86;
}
</style>