Shades of Medium Violet Red #E00586
Tints of Medium Violet Red #E00586
RGB
CMYK
RGB Variations
Color information
#E00586 (or 0xE00586) is known color: Medium Violet Red. HEX triplet: E0, 05 and 86. RGB value is (224,5,134). Sum of RGB (Red+Green+Blue) = 224+5+134=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E00586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00586 is #1FFA79. Grayscale: #545454. Windows color (decimal): -2095738 or 8783328. OLE color: 8783328.
HSL color Cylindrical-coordinate representation of color #E00586: hue angle of 324.66º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E00586 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 134 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.12 |
| HSL | 324.66º | 0.96% | 0.45% | - |
| HSV(B) | 324.66º | 0.98% | 0.88% | - |
| XYZ | 35.1 | 17.68 | 24.12 | - |
| YUV | 85.19 | 155.55 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 134 | 0 | 0.98 | 0.40 | 0.12 | 324.66 | 0.96 | 0.45 |
| Hex | E0 | 5 | 86 | 0 | 62 | 28 | C | 145 | 60 | 2D |
| Octal | 340 | 5 | 206 | 0 | 142 | 50 | 14 | 505 | 140 | 55 |
| Binary | 11100000 | 101 | 10000110 | 0 | 1100010 | 101000 | 1100 | 101000101 | 1100000 | 101101 |
Color Harmonies of #E00586
Complementary color
Monochromatic Colors of #E00586
Black with #E00586
Text Example
Text Example
White with #E00586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00586; }
p { color: rgb(224,5,134); }
H1.HeaderClassName
{
color: #E00586;
}
.AnyTagClassName
{
color: #E00586;
}
</style>
background-color css
<style>
a { background-color: #E00586; }
a { background-color: rgb(224,5,134); }
div.DivClassName
{
background-color: #E00586;
}
.BgClassName
{
background-color: #E00586;
}
</style>
border-color css
<style>
span { border-color: #E00586; }
span { border-color: rgb(224,5,134); }
td.TdClassName
{
border-color: #E00586;
}
.TagClassName
{
border-color: #E00586;
}
</style>