Shades of Medium Violet Red #E01992
Tints of Medium Violet Red #E01992
RGB
CMYK
RGB Variations
Color information
#E01992 (or 0xE01992) is known color: Medium Violet Red. HEX triplet: E0, 19 and 92. RGB value is (224,25,146). Sum of RGB (Red+Green+Blue) = 224+25+146=395 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.71% from 395); Green value is 25 (10.16% from 255 or 6.33% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 224 - color contains mainly: red. Hex color #E01992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01992 is #1FE66D. Grayscale: #626262. Windows color (decimal): -2090606 or 9574880. OLE color: 9574880.
HSL color Cylindrical-coordinate representation of color #E01992: hue angle of 323.52º 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 #E01992 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 25 | 146 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.12 |
| HSL | 323.52º | 0.8% | 0.49% | - |
| HSV(B) | 323.52º | 0.89% | 0.88% | - |
| XYZ | 36.28 | 18.62 | 28.88 | - |
| YUV | 98.3 | 154.93 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 146 | 0 | 0.89 | 0.35 | 0.12 | 323.52 | 0.8 | 0.49 |
| Hex | E0 | 19 | 92 | 0 | 59 | 23 | C | 144 | 50 | 31 |
| Octal | 340 | 31 | 222 | 0 | 131 | 43 | 14 | 504 | 120 | 61 |
| Binary | 11100000 | 11001 | 10010010 | 0 | 1011001 | 100011 | 1100 | 101000100 | 1010000 | 110001 |
Color Harmonies of #E01992
Complementary color
Monochromatic Colors of #E01992
Black with #E01992
Text Example
Text Example
White with #E01992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01992; }
p { color: rgb(224,25,146); }
H1.HeaderClassName
{
color: #E01992;
}
.AnyTagClassName
{
color: #E01992;
}
</style>
background-color css
<style>
a { background-color: #E01992; }
a { background-color: rgb(224,25,146); }
div.DivClassName
{
background-color: #E01992;
}
.BgClassName
{
background-color: #E01992;
}
</style>
border-color css
<style>
span { border-color: #E01992; }
span { border-color: rgb(224,25,146); }
td.TdClassName
{
border-color: #E01992;
}
.TagClassName
{
border-color: #E01992;
}
</style>