Shades of Medium Violet Red #E01997
Tints of Medium Violet Red #E01997
RGB
CMYK
RGB Variations
Color information
#E01997 (or 0xE01997) is known color: Medium Violet Red. HEX triplet: E0, 19 and 97. RGB value is (224,25,151). Sum of RGB (Red+Green+Blue) = 224+25+151=400 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56% from 400); Green value is 25 (10.16% from 255 or 6.25% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 224 - color contains mainly: red. Hex color #E01997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01997 is #1FE668. Grayscale: #626262. Windows color (decimal): -2090601 or 9902560. OLE color: 9902560.
HSL color Cylindrical-coordinate representation of color #E01997: hue angle of 322.01º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01997 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 25 | 151 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.12 |
| HSL | 322.01º | 0.8% | 0.49% | - |
| HSV(B) | 322.01º | 0.89% | 0.88% | - |
| XYZ | 36.67 | 18.78 | 30.97 | - |
| YUV | 98.87 | 157.43 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 151 | 0 | 0.89 | 0.33 | 0.12 | 322.01 | 0.8 | 0.49 |
| Hex | E0 | 19 | 97 | 0 | 59 | 21 | C | 142 | 50 | 31 |
| Octal | 340 | 31 | 227 | 0 | 131 | 41 | 14 | 502 | 120 | 61 |
| Binary | 11100000 | 11001 | 10010111 | 0 | 1011001 | 100001 | 1100 | 101000010 | 1010000 | 110001 |
Color Harmonies of #E01997
Complementary color
Monochromatic Colors of #E01997
Black with #E01997
Text Example
Text Example
White with #E01997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01997; }
p { color: rgb(224,25,151); }
H1.HeaderClassName
{
color: #E01997;
}
.AnyTagClassName
{
color: #E01997;
}
</style>
background-color css
<style>
a { background-color: #E01997; }
a { background-color: rgb(224,25,151); }
div.DivClassName
{
background-color: #E01997;
}
.BgClassName
{
background-color: #E01997;
}
</style>
border-color css
<style>
span { border-color: #E01997; }
span { border-color: rgb(224,25,151); }
td.TdClassName
{
border-color: #E01997;
}
.TagClassName
{
border-color: #E01997;
}
</style>