Shades of Medium Violet Red #E01785
Tints of Medium Violet Red #E01785
RGB
CMYK
RGB Variations
Color information
#E01785 (or 0xE01785) is known color: Medium Violet Red. HEX triplet: E0, 17 and 85. RGB value is (224,23,133). Sum of RGB (Red+Green+Blue) = 224+23+133=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 23 (9.38% from 255 or 6.05% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E01785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01785 is #1FE87A. Grayscale: #5F5F5F. Windows color (decimal): -2091131 or 8722400. OLE color: 8722400.
HSL color Cylindrical-coordinate representation of color #E01785: hue angle of 327.16º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01785 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 23 | 133 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.12 |
| HSL | 327.16º | 0.81% | 0.48% | - |
| HSV(B) | 327.16º | 0.9% | 0.88% | - |
| XYZ | 35.28 | 18.15 | 23.83 | - |
| YUV | 95.64 | 149.09 | 219.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 133 | 0 | 0.90 | 0.41 | 0.12 | 327.16 | 0.81 | 0.48 |
| Hex | E0 | 17 | 85 | 0 | 5A | 29 | C | 147 | 51 | 30 |
| Octal | 340 | 27 | 205 | 0 | 132 | 51 | 14 | 507 | 121 | 60 |
| Binary | 11100000 | 10111 | 10000101 | 0 | 1011010 | 101001 | 1100 | 101000111 | 1010001 | 110000 |
Color Harmonies of #E01785
Complementary color
Monochromatic Colors of #E01785
Black with #E01785
Text Example
Text Example
White with #E01785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01785; }
p { color: rgb(224,23,133); }
H1.HeaderClassName
{
color: #E01785;
}
.AnyTagClassName
{
color: #E01785;
}
</style>
background-color css
<style>
a { background-color: #E01785; }
a { background-color: rgb(224,23,133); }
div.DivClassName
{
background-color: #E01785;
}
.BgClassName
{
background-color: #E01785;
}
</style>
border-color css
<style>
span { border-color: #E01785; }
span { border-color: rgb(224,23,133); }
td.TdClassName
{
border-color: #E01785;
}
.TagClassName
{
border-color: #E01785;
}
</style>