Shades of Medium Violet Red #E01496
Tints of Medium Violet Red #E01496
RGB
CMYK
RGB Variations
Color information
#E01496 (or 0xE01496) is known color: Medium Violet Red. HEX triplet: E0, 14 and 96. RGB value is (224,20,150). Sum of RGB (Red+Green+Blue) = 224+20+150=394 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.85% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 224 - color contains mainly: red. Hex color #E01496 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01496 is #1FEB69. Grayscale: #5F5F5F. Windows color (decimal): -2091882 or 9835744. OLE color: 9835744.
HSL color Cylindrical-coordinate representation of color #E01496: hue angle of 321.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 #E01496 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 150 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.12 |
| HSL | 321.76º | 0.84% | 0.48% | - |
| HSV(B) | 321.76º | 0.91% | 0.88% | - |
| XYZ | 36.5 | 18.55 | 30.51 | - |
| YUV | 95.82 | 158.59 | 219.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 150 | 0 | 0.91 | 0.33 | 0.12 | 321.76 | 0.84 | 0.48 |
| Hex | E0 | 14 | 96 | 0 | 5B | 21 | C | 142 | 54 | 30 |
| Octal | 340 | 24 | 226 | 0 | 133 | 41 | 14 | 502 | 124 | 60 |
| Binary | 11100000 | 10100 | 10010110 | 0 | 1011011 | 100001 | 1100 | 101000010 | 1010100 | 110000 |
Color Harmonies of #E01496
Complementary color
Monochromatic Colors of #E01496
Black with #E01496
Text Example
Text Example
White with #E01496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01496; }
p { color: rgb(224,20,150); }
H1.HeaderClassName
{
color: #E01496;
}
.AnyTagClassName
{
color: #E01496;
}
</style>
background-color css
<style>
a { background-color: #E01496; }
a { background-color: rgb(224,20,150); }
div.DivClassName
{
background-color: #E01496;
}
.BgClassName
{
background-color: #E01496;
}
</style>
border-color css
<style>
span { border-color: #E01496; }
span { border-color: rgb(224,20,150); }
td.TdClassName
{
border-color: #E01496;
}
.TagClassName
{
border-color: #E01496;
}
</style>