Shades of Medium Violet Red #E00F86
Tints of Medium Violet Red #E00F86
RGB
CMYK
RGB Variations
Color information
#E00F86 (or 0xE00F86) is known color: Medium Violet Red. HEX triplet: E0, 0F and 86. RGB value is (224,15,134). Sum of RGB (Red+Green+Blue) = 224+15+134=373 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.05% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00F86 is #1FF079. Grayscale: #5A5A5A. Windows color (decimal): -2093178 or 8785888. OLE color: 8785888.
HSL color Cylindrical-coordinate representation of color #E00F86: hue angle of 325.84º degrees, saturation: 0.87, 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 #E00F86 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 15 | 134 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.12 |
| HSL | 325.84º | 0.87% | 0.47% | - |
| HSV(B) | 325.84º | 0.93% | 0.88% | - |
| XYZ | 35.21 | 17.91 | 24.16 | - |
| YUV | 91.06 | 152.24 | 222.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 15 | 134 | 0 | 0.93 | 0.40 | 0.12 | 325.84 | 0.87 | 0.47 |
| Hex | E0 | F | 86 | 0 | 5D | 28 | C | 146 | 57 | 2F |
| Octal | 340 | 17 | 206 | 0 | 135 | 50 | 14 | 506 | 127 | 57 |
| Binary | 11100000 | 1111 | 10000110 | 0 | 1011101 | 101000 | 1100 | 101000110 | 1010111 | 101111 |
Color Harmonies of #E00F86
Complementary color
Monochromatic Colors of #E00F86
Black with #E00F86
Text Example
Text Example
White with #E00F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00F86; }
p { color: rgb(224,15,134); }
H1.HeaderClassName
{
color: #E00F86;
}
.AnyTagClassName
{
color: #E00F86;
}
</style>
background-color css
<style>
a { background-color: #E00F86; }
a { background-color: rgb(224,15,134); }
div.DivClassName
{
background-color: #E00F86;
}
.BgClassName
{
background-color: #E00F86;
}
</style>
border-color css
<style>
span { border-color: #E00F86; }
span { border-color: rgb(224,15,134); }
td.TdClassName
{
border-color: #E00F86;
}
.TagClassName
{
border-color: #E00F86;
}
</style>