Shades of Medium Violet Red #E10F87
Tints of Medium Violet Red #E10F87
RGB
CMYK
RGB Variations
Color information
#E10F87 (or 0xE10F87) is known color: Medium Violet Red. HEX triplet: E1, 0F and 87. RGB value is (225,15,135). Sum of RGB (Red+Green+Blue) = 225+15+135=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10F87 is #1EF078. Grayscale: #5B5B5B. Windows color (decimal): -2027641 or 8851425. OLE color: 8851425.
HSL color Cylindrical-coordinate representation of color #E10F87: hue angle of 325.71º 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 #E10F87 is Cyan = 0, Magento = 0.93, Yellow = 0.4 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 15 | 135 | - |
| CMYK | 0 | 0.93 | 0.4 | 0.12 |
| HSL | 325.71º | 0.88% | 0.47% | - |
| HSV(B) | 325.71º | 0.93% | 0.88% | - |
| XYZ | 35.6 | 18.1 | 24.54 | - |
| YUV | 91.47 | 152.57 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 135 | 0 | 0.93 | 0.4 | 0.12 | 325.71 | 0.88 | 0.47 |
| Hex | E1 | F | 87 | 0 | 5D | 28 | C | 146 | 58 | 2F |
| Octal | 341 | 17 | 207 | 0 | 135 | 50 | 14 | 506 | 130 | 57 |
| Binary | 11100001 | 1111 | 10000111 | 0 | 1011101 | 101000 | 1100 | 101000110 | 1011000 | 101111 |
Color Harmonies of #E10F87
Complementary color
Monochromatic Colors of #E10F87
Black with #E10F87
Text Example
Text Example
White with #E10F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10F87; }
p { color: rgb(225,15,135); }
H1.HeaderClassName
{
color: #E10F87;
}
.AnyTagClassName
{
color: #E10F87;
}
</style>
background-color css
<style>
a { background-color: #E10F87; }
a { background-color: rgb(225,15,135); }
div.DivClassName
{
background-color: #E10F87;
}
.BgClassName
{
background-color: #E10F87;
}
</style>
border-color css
<style>
span { border-color: #E10F87; }
span { border-color: rgb(225,15,135); }
td.TdClassName
{
border-color: #E10F87;
}
.TagClassName
{
border-color: #E10F87;
}
</style>