Shades of Medium Violet Red #E11996
Tints of Medium Violet Red #E11996
RGB
CMYK
RGB Variations
Color information
#E11996 (or 0xE11996) is known color: Medium Violet Red. HEX triplet: E1, 19 and 96. RGB value is (225,25,150). Sum of RGB (Red+Green+Blue) = 225+25+150=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 25 (10.16% from 255 or 6.25% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E11996 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11996 is #1EE669. Grayscale: #626262. Windows color (decimal): -2025066 or 9837025. OLE color: 9837025.
HSL color Cylindrical-coordinate representation of color #E11996: hue angle of 322.5º 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 #E11996 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 150 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.12 |
| HSL | 322.5º | 0.8% | 0.49% | - |
| HSV(B) | 322.5º | 0.89% | 0.88% | - |
| XYZ | 36.9 | 18.9 | 30.56 | - |
| YUV | 99.05 | 156.76 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 150 | 0 | 0.89 | 0.33 | 0.12 | 322.5 | 0.8 | 0.49 |
| Hex | E1 | 19 | 96 | 0 | 59 | 21 | C | 142 | 50 | 31 |
| Octal | 341 | 31 | 226 | 0 | 131 | 41 | 14 | 502 | 120 | 61 |
| Binary | 11100001 | 11001 | 10010110 | 0 | 1011001 | 100001 | 1100 | 101000010 | 1010000 | 110001 |
Color Harmonies of #E11996
Complementary color
Monochromatic Colors of #E11996
Black with #E11996
Text Example
Text Example
White with #E11996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11996; }
p { color: rgb(225,25,150); }
H1.HeaderClassName
{
color: #E11996;
}
.AnyTagClassName
{
color: #E11996;
}
</style>
background-color css
<style>
a { background-color: #E11996; }
a { background-color: rgb(225,25,150); }
div.DivClassName
{
background-color: #E11996;
}
.BgClassName
{
background-color: #E11996;
}
</style>
border-color css
<style>
span { border-color: #E11996; }
span { border-color: rgb(225,25,150); }
td.TdClassName
{
border-color: #E11996;
}
.TagClassName
{
border-color: #E11996;
}
</style>