Shades of Medium Violet Red #E01086
Tints of Medium Violet Red #E01086
RGB
CMYK
RGB Variations
Color information
#E01086 (or 0xE01086) is known color: Medium Violet Red. HEX triplet: E0, 10 and 86. RGB value is (224,16,134). Sum of RGB (Red+Green+Blue) = 224+16+134=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E01086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01086 is #1FEF79. Grayscale: #5B5B5B. Windows color (decimal): -2092922 or 8786144. OLE color: 8786144.
HSL color Cylindrical-coordinate representation of color #E01086: hue angle of 325.96º 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 #E01086 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 16 | 134 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.12 |
| HSL | 325.96º | 0.87% | 0.47% | - |
| HSV(B) | 325.96º | 0.93% | 0.88% | - |
| XYZ | 35.23 | 17.94 | 24.16 | - |
| YUV | 91.64 | 151.91 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 16 | 134 | 0 | 0.93 | 0.40 | 0.12 | 325.96 | 0.87 | 0.47 |
| Hex | E0 | 10 | 86 | 0 | 5D | 28 | C | 146 | 57 | 2F |
| Octal | 340 | 20 | 206 | 0 | 135 | 50 | 14 | 506 | 127 | 57 |
| Binary | 11100000 | 10000 | 10000110 | 0 | 1011101 | 101000 | 1100 | 101000110 | 1010111 | 101111 |
Color Harmonies of #E01086
Complementary color
Monochromatic Colors of #E01086
Black with #E01086
Text Example
Text Example
White with #E01086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01086; }
p { color: rgb(224,16,134); }
H1.HeaderClassName
{
color: #E01086;
}
.AnyTagClassName
{
color: #E01086;
}
</style>
background-color css
<style>
a { background-color: #E01086; }
a { background-color: rgb(224,16,134); }
div.DivClassName
{
background-color: #E01086;
}
.BgClassName
{
background-color: #E01086;
}
</style>
border-color css
<style>
span { border-color: #E01086; }
span { border-color: rgb(224,16,134); }
td.TdClassName
{
border-color: #E01086;
}
.TagClassName
{
border-color: #E01086;
}
</style>