Shades of Medium Violet Red #E01394
Tints of Medium Violet Red #E01394
RGB
CMYK
RGB Variations
Color information
#E01394 (or 0xE01394) is known color: Medium Violet Red. HEX triplet: E0, 13 and 94. RGB value is (224,19,148). Sum of RGB (Red+Green+Blue) = 224+19+148=391 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.29% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 224 - color contains mainly: red. Hex color #E01394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01394 is #1FEC6B. Grayscale: #5E5E5E. Windows color (decimal): -2092140 or 9704416. OLE color: 9704416.
HSL color Cylindrical-coordinate representation of color #E01394: hue angle of 322.24º 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 #E01394 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 19 | 148 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.12 |
| HSL | 322.24º | 0.84% | 0.48% | - |
| HSV(B) | 322.24º | 0.92% | 0.88% | - |
| XYZ | 36.32 | 18.45 | 29.66 | - |
| YUV | 95 | 157.92 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 148 | 0 | 0.92 | 0.34 | 0.12 | 322.24 | 0.84 | 0.48 |
| Hex | E0 | 13 | 94 | 0 | 5C | 22 | C | 142 | 54 | 30 |
| Octal | 340 | 23 | 224 | 0 | 134 | 42 | 14 | 502 | 124 | 60 |
| Binary | 11100000 | 10011 | 10010100 | 0 | 1011100 | 100010 | 1100 | 101000010 | 1010100 | 110000 |
Color Harmonies of #E01394
Complementary color
Monochromatic Colors of #E01394
Black with #E01394
Text Example
Text Example
White with #E01394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01394; }
p { color: rgb(224,19,148); }
H1.HeaderClassName
{
color: #E01394;
}
.AnyTagClassName
{
color: #E01394;
}
</style>
background-color css
<style>
a { background-color: #E01394; }
a { background-color: rgb(224,19,148); }
div.DivClassName
{
background-color: #E01394;
}
.BgClassName
{
background-color: #E01394;
}
</style>
border-color css
<style>
span { border-color: #E01394; }
span { border-color: rgb(224,19,148); }
td.TdClassName
{
border-color: #E01394;
}
.TagClassName
{
border-color: #E01394;
}
</style>