Shades of Medium Violet Red #E00885
Tints of Medium Violet Red #E00885
RGB
CMYK
RGB Variations
Color information
#E00885 (or 0xE00885) is known color: Medium Violet Red. HEX triplet: E0, 08 and 85. RGB value is (224,8,133). Sum of RGB (Red+Green+Blue) = 224+8+133=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E00885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00885 is #1FF77A. Grayscale: #565656. Windows color (decimal): -2094971 or 8718560. OLE color: 8718560.
HSL color Cylindrical-coordinate representation of color #E00885: hue angle of 325.28º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00885 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 133 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.12 |
| HSL | 325.28º | 0.93% | 0.45% | - |
| HSV(B) | 325.28º | 0.96% | 0.88% | - |
| XYZ | 35.06 | 17.71 | 23.76 | - |
| YUV | 86.83 | 154.06 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 133 | 0 | 0.96 | 0.41 | 0.12 | 325.28 | 0.93 | 0.45 |
| Hex | E0 | 8 | 85 | 0 | 60 | 29 | C | 145 | 5D | 2D |
| Octal | 340 | 10 | 205 | 0 | 140 | 51 | 14 | 505 | 135 | 55 |
| Binary | 11100000 | 1000 | 10000101 | 0 | 1100000 | 101001 | 1100 | 101000101 | 1011101 | 101101 |
Color Harmonies of #E00885
Complementary color
Monochromatic Colors of #E00885
Black with #E00885
Text Example
Text Example
White with #E00885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00885; }
p { color: rgb(224,8,133); }
H1.HeaderClassName
{
color: #E00885;
}
.AnyTagClassName
{
color: #E00885;
}
</style>
background-color css
<style>
a { background-color: #E00885; }
a { background-color: rgb(224,8,133); }
div.DivClassName
{
background-color: #E00885;
}
.BgClassName
{
background-color: #E00885;
}
</style>
border-color css
<style>
span { border-color: #E00885; }
span { border-color: rgb(224,8,133); }
td.TdClassName
{
border-color: #E00885;
}
.TagClassName
{
border-color: #E00885;
}
</style>