Shades of Medium Violet Red #E11994
Tints of Medium Violet Red #E11994
RGB
CMYK
RGB Variations
Color information
#E11994 (or 0xE11994) is known color: Medium Violet Red. HEX triplet: E1, 19 and 94. RGB value is (225,25,148). Sum of RGB (Red+Green+Blue) = 225+25+148=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E11994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11994 is #1EE66B. Grayscale: #626262. Windows color (decimal): -2025068 or 9705953. OLE color: 9705953.
HSL color Cylindrical-coordinate representation of color #E11994: hue angle of 323.1º 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 #E11994 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 148 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.12 |
| HSL | 323.1º | 0.8% | 0.49% | - |
| HSV(B) | 323.1º | 0.89% | 0.88% | - |
| XYZ | 36.74 | 18.84 | 29.72 | - |
| YUV | 98.82 | 155.76 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 148 | 0 | 0.89 | 0.34 | 0.12 | 323.1 | 0.8 | 0.49 |
| Hex | E1 | 19 | 94 | 0 | 59 | 22 | C | 143 | 50 | 31 |
| Octal | 341 | 31 | 224 | 0 | 131 | 42 | 14 | 503 | 120 | 61 |
| Binary | 11100001 | 11001 | 10010100 | 0 | 1011001 | 100010 | 1100 | 101000011 | 1010000 | 110001 |
Color Harmonies of #E11994
Complementary color
Monochromatic Colors of #E11994
Black with #E11994
Text Example
Text Example
White with #E11994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11994; }
p { color: rgb(225,25,148); }
H1.HeaderClassName
{
color: #E11994;
}
.AnyTagClassName
{
color: #E11994;
}
</style>
background-color css
<style>
a { background-color: #E11994; }
a { background-color: rgb(225,25,148); }
div.DivClassName
{
background-color: #E11994;
}
.BgClassName
{
background-color: #E11994;
}
</style>
border-color css
<style>
span { border-color: #E11994; }
span { border-color: rgb(225,25,148); }
td.TdClassName
{
border-color: #E11994;
}
.TagClassName
{
border-color: #E11994;
}
</style>