Shades of Medium Violet Red #E01586
Tints of Medium Violet Red #E01586
RGB
CMYK
RGB Variations
Color information
#E01586 (or 0xE01586) is known color: Medium Violet Red. HEX triplet: E0, 15 and 86. RGB value is (224,21,134). Sum of RGB (Red+Green+Blue) = 224+21+134=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E01586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01586 is #1FEA79. Grayscale: #5E5E5E. Windows color (decimal): -2091642 or 8787424. OLE color: 8787424.
HSL color Cylindrical-coordinate representation of color #E01586: hue angle of 326.6º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E01586 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 21 | 134 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.12 |
| HSL | 326.6º | 0.83% | 0.48% | - |
| HSV(B) | 326.6º | 0.91% | 0.88% | - |
| XYZ | 35.31 | 18.1 | 24.19 | - |
| YUV | 94.58 | 150.25 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 21 | 134 | 0 | 0.91 | 0.40 | 0.12 | 326.6 | 0.83 | 0.48 |
| Hex | E0 | 15 | 86 | 0 | 5B | 28 | C | 147 | 53 | 30 |
| Octal | 340 | 25 | 206 | 0 | 133 | 50 | 14 | 507 | 123 | 60 |
| Binary | 11100000 | 10101 | 10000110 | 0 | 1011011 | 101000 | 1100 | 101000111 | 1010011 | 110000 |
Color Harmonies of #E01586
Complementary color
Monochromatic Colors of #E01586
Black with #E01586
Text Example
Text Example
White with #E01586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01586; }
p { color: rgb(224,21,134); }
H1.HeaderClassName
{
color: #E01586;
}
.AnyTagClassName
{
color: #E01586;
}
</style>
background-color css
<style>
a { background-color: #E01586; }
a { background-color: rgb(224,21,134); }
div.DivClassName
{
background-color: #E01586;
}
.BgClassName
{
background-color: #E01586;
}
</style>
border-color css
<style>
span { border-color: #E01586; }
span { border-color: rgb(224,21,134); }
td.TdClassName
{
border-color: #E01586;
}
.TagClassName
{
border-color: #E01586;
}
</style>