Shades of Medium Violet Red #E00086
Tints of Medium Violet Red #E00086
RGB
CMYK
RGB Variations
Color information
#E00086 (or 0xE00086) is known color: Medium Violet Red. HEX triplet: E0, 00 and 86. RGB value is (224,0,134). Sum of RGB (Red+Green+Blue) = 224+0+134=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E00086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00086 is #1FFF79. Grayscale: #515151. Windows color (decimal): -2097018 or 8782048. OLE color: 8782048.
HSL color Cylindrical-coordinate representation of color #E00086: hue angle of 324.11º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00086 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 134 | - |
| CMYK | 0 | 1 | 0.40 | 0.12 |
| HSL | 324.11º | 1% | 0.44% | - |
| HSV(B) | 324.11º | 1% | 0.88% | - |
| XYZ | 35.04 | 17.57 | 24.1 | - |
| YUV | 82.25 | 157.21 | 229.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 134 | 0 | 1 | 0.40 | 0.12 | 324.11 | 1 | 0.44 |
| Hex | E0 | 0 | 86 | 0 | 64 | 28 | C | 144 | 64 | 2C |
| Octal | 340 | 0 | 206 | 0 | 144 | 50 | 14 | 504 | 144 | 54 |
| Binary | 11100000 | 0 | 10000110 | 0 | 1100100 | 101000 | 1100 | 101000100 | 1100100 | 101100 |
Color Harmonies of #E00086
Complementary color
Monochromatic Colors of #E00086
Black with #E00086
Text Example
Text Example
White with #E00086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00086; }
p { color: rgb(224,0,134); }
H1.HeaderClassName
{
color: #E00086;
}
.AnyTagClassName
{
color: #E00086;
}
</style>
background-color css
<style>
a { background-color: #E00086; }
a { background-color: rgb(224,0,134); }
div.DivClassName
{
background-color: #E00086;
}
.BgClassName
{
background-color: #E00086;
}
</style>
border-color css
<style>
span { border-color: #E00086; }
span { border-color: rgb(224,0,134); }
td.TdClassName
{
border-color: #E00086;
}
.TagClassName
{
border-color: #E00086;
}
</style>