Shades of Medium Violet Red #E01485
Tints of Medium Violet Red #E01485
RGB
CMYK
RGB Variations
Color information
#E01485 (or 0xE01485) is known color: Medium Violet Red. HEX triplet: E0, 14 and 85. RGB value is (224,20,133). Sum of RGB (Red+Green+Blue) = 224+20+133=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E01485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01485 is #1FEB7A. Grayscale: #5D5D5D. Windows color (decimal): -2091899 or 8721632. OLE color: 8721632.
HSL color Cylindrical-coordinate representation of color #E01485: hue angle of 326.76º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E01485 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 133 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.12 |
| HSL | 326.76º | 0.84% | 0.48% | - |
| HSV(B) | 326.76º | 0.91% | 0.88% | - |
| XYZ | 35.22 | 18.04 | 23.82 | - |
| YUV | 93.88 | 150.09 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 133 | 0 | 0.91 | 0.41 | 0.12 | 326.76 | 0.84 | 0.48 |
| Hex | E0 | 14 | 85 | 0 | 5B | 29 | C | 147 | 54 | 30 |
| Octal | 340 | 24 | 205 | 0 | 133 | 51 | 14 | 507 | 124 | 60 |
| Binary | 11100000 | 10100 | 10000101 | 0 | 1011011 | 101001 | 1100 | 101000111 | 1010100 | 110000 |
Color Harmonies of #E01485
Complementary color
Monochromatic Colors of #E01485
Black with #E01485
Text Example
Text Example
White with #E01485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01485; }
p { color: rgb(224,20,133); }
H1.HeaderClassName
{
color: #E01485;
}
.AnyTagClassName
{
color: #E01485;
}
</style>
background-color css
<style>
a { background-color: #E01485; }
a { background-color: rgb(224,20,133); }
div.DivClassName
{
background-color: #E01485;
}
.BgClassName
{
background-color: #E01485;
}
</style>
border-color css
<style>
span { border-color: #E01485; }
span { border-color: rgb(224,20,133); }
td.TdClassName
{
border-color: #E01485;
}
.TagClassName
{
border-color: #E01485;
}
</style>