Shades of Medium Violet Red #E00085
Tints of Medium Violet Red #E00085
RGB
CMYK
RGB Variations
Color information
#E00085 (or 0xE00085) is known color: Medium Violet Red. HEX triplet: E0, 00 and 85. RGB value is (224,0,133). Sum of RGB (Red+Green+Blue) = 224+0+133=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E00085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00085 is #1FFF7A. Grayscale: #515151. Windows color (decimal): -2097019 or 8716512. OLE color: 8716512.
HSL color Cylindrical-coordinate representation of color #E00085: hue angle of 324.38º 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 #E00085 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.41 | 0.12 |
| HSL | 324.38º | 1% | 0.44% | - |
| HSV(B) | 324.38º | 1% | 0.88% | - |
| XYZ | 34.97 | 17.54 | 23.73 | - |
| YUV | 82.14 | 156.71 | 229.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 133 | 0 | 1 | 0.41 | 0.12 | 324.38 | 1 | 0.44 |
| Hex | E0 | 0 | 85 | 0 | 64 | 29 | C | 144 | 64 | 2C |
| Octal | 340 | 0 | 205 | 0 | 144 | 51 | 14 | 504 | 144 | 54 |
| Binary | 11100000 | 0 | 10000101 | 0 | 1100100 | 101001 | 1100 | 101000100 | 1100100 | 101100 |
Color Harmonies of #E00085
Complementary color
Monochromatic Colors of #E00085
Black with #E00085
Text Example
Text Example
White with #E00085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00085; }
p { color: rgb(224,0,133); }
H1.HeaderClassName
{
color: #E00085;
}
.AnyTagClassName
{
color: #E00085;
}
</style>
background-color css
<style>
a { background-color: #E00085; }
a { background-color: rgb(224,0,133); }
div.DivClassName
{
background-color: #E00085;
}
.BgClassName
{
background-color: #E00085;
}
</style>
border-color css
<style>
span { border-color: #E00085; }
span { border-color: rgb(224,0,133); }
td.TdClassName
{
border-color: #E00085;
}
.TagClassName
{
border-color: #E00085;
}
</style>