Shades of Medium Violet Red #E10F88
Tints of Medium Violet Red #E10F88
RGB
CMYK
RGB Variations
Color information
#E10F88 (or 0xE10F88) is known color: Medium Violet Red. HEX triplet: E1, 0F and 88. RGB value is (225,15,136). Sum of RGB (Red+Green+Blue) = 225+15+136=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F88 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10F88 is #1EF077. Grayscale: #5B5B5B. Windows color (decimal): -2027640 or 8916961. OLE color: 8916961.
HSL color Cylindrical-coordinate representation of color #E10F88: hue angle of 325.43º 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 #E10F88 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 15 | 136 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.12 |
| HSL | 325.43º | 0.88% | 0.47% | - |
| HSV(B) | 325.43º | 0.93% | 0.88% | - |
| XYZ | 35.67 | 18.13 | 24.91 | - |
| YUV | 91.58 | 153.07 | 223.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 136 | 0 | 0.93 | 0.40 | 0.12 | 325.43 | 0.88 | 0.47 |
| Hex | E1 | F | 88 | 0 | 5D | 28 | C | 145 | 58 | 2F |
| Octal | 341 | 17 | 210 | 0 | 135 | 50 | 14 | 505 | 130 | 57 |
| Binary | 11100001 | 1111 | 10001000 | 0 | 1011101 | 101000 | 1100 | 101000101 | 1011000 | 101111 |
Color Harmonies of #E10F88
Complementary color
Monochromatic Colors of #E10F88
Black with #E10F88
Text Example
Text Example
White with #E10F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10F88; }
p { color: rgb(225,15,136); }
H1.HeaderClassName
{
color: #E10F88;
}
.AnyTagClassName
{
color: #E10F88;
}
</style>
background-color css
<style>
a { background-color: #E10F88; }
a { background-color: rgb(225,15,136); }
div.DivClassName
{
background-color: #E10F88;
}
.BgClassName
{
background-color: #E10F88;
}
</style>
border-color css
<style>
span { border-color: #E10F88; }
span { border-color: rgb(225,15,136); }
td.TdClassName
{
border-color: #E10F88;
}
.TagClassName
{
border-color: #E10F88;
}
</style>