Shades of Medium Violet Red #E01385
Tints of Medium Violet Red #E01385
RGB
CMYK
RGB Variations
Color information
#E01385 (or 0xE01385) is known color: Medium Violet Red. HEX triplet: E0, 13 and 85. RGB value is (224,19,133). Sum of RGB (Red+Green+Blue) = 224+19+133=376 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.57% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 224 - color contains mainly: red. Hex color #E01385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01385 is #1FEC7A. Grayscale: #5D5D5D. Windows color (decimal): -2092155 or 8721376. OLE color: 8721376.
HSL color Cylindrical-coordinate representation of color #E01385: hue angle of 326.63º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E01385 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 19 | 133 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.12 |
| HSL | 326.63º | 0.84% | 0.48% | - |
| HSV(B) | 326.63º | 0.92% | 0.88% | - |
| XYZ | 35.21 | 18.01 | 23.81 | - |
| YUV | 93.29 | 150.42 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 133 | 0 | 0.92 | 0.41 | 0.12 | 326.63 | 0.84 | 0.48 |
| Hex | E0 | 13 | 85 | 0 | 5C | 29 | C | 147 | 54 | 30 |
| Octal | 340 | 23 | 205 | 0 | 134 | 51 | 14 | 507 | 124 | 60 |
| Binary | 11100000 | 10011 | 10000101 | 0 | 1011100 | 101001 | 1100 | 101000111 | 1010100 | 110000 |
Color Harmonies of #E01385
Complementary color
Monochromatic Colors of #E01385
Black with #E01385
Text Example
Text Example
White with #E01385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01385; }
p { color: rgb(224,19,133); }
H1.HeaderClassName
{
color: #E01385;
}
.AnyTagClassName
{
color: #E01385;
}
</style>
background-color css
<style>
a { background-color: #E01385; }
a { background-color: rgb(224,19,133); }
div.DivClassName
{
background-color: #E01385;
}
.BgClassName
{
background-color: #E01385;
}
</style>
border-color css
<style>
span { border-color: #E01385; }
span { border-color: rgb(224,19,133); }
td.TdClassName
{
border-color: #E01385;
}
.TagClassName
{
border-color: #E01385;
}
</style>