Shades of Medium Violet Red #E11995
Tints of Medium Violet Red #E11995
RGB
CMYK
RGB Variations
Color information
#E11995 (or 0xE11995) is known color: Medium Violet Red. HEX triplet: E1, 19 and 95. RGB value is (225,25,149). Sum of RGB (Red+Green+Blue) = 225+25+149=399 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.39% from 399); Green value is 25 (10.16% from 255 or 6.27% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 225 - color contains mainly: red. Hex color #E11995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11995 is #1EE66A. Grayscale: #626262. Windows color (decimal): -2025067 or 9771489. OLE color: 9771489.
HSL color Cylindrical-coordinate representation of color #E11995: hue angle of 322.8º 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 #E11995 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 149 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.12 |
| HSL | 322.8º | 0.8% | 0.49% | - |
| HSV(B) | 322.8º | 0.89% | 0.88% | - |
| XYZ | 36.82 | 18.87 | 30.14 | - |
| YUV | 98.94 | 156.26 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 149 | 0 | 0.89 | 0.34 | 0.12 | 322.8 | 0.8 | 0.49 |
| Hex | E1 | 19 | 95 | 0 | 59 | 22 | C | 143 | 50 | 31 |
| Octal | 341 | 31 | 225 | 0 | 131 | 42 | 14 | 503 | 120 | 61 |
| Binary | 11100001 | 11001 | 10010101 | 0 | 1011001 | 100010 | 1100 | 101000011 | 1010000 | 110001 |
Color Harmonies of #E11995
Complementary color
Monochromatic Colors of #E11995
Black with #E11995
Text Example
Text Example
White with #E11995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11995; }
p { color: rgb(225,25,149); }
H1.HeaderClassName
{
color: #E11995;
}
.AnyTagClassName
{
color: #E11995;
}
</style>
background-color css
<style>
a { background-color: #E11995; }
a { background-color: rgb(225,25,149); }
div.DivClassName
{
background-color: #E11995;
}
.BgClassName
{
background-color: #E11995;
}
</style>
border-color css
<style>
span { border-color: #E11995; }
span { border-color: rgb(225,25,149); }
td.TdClassName
{
border-color: #E11995;
}
.TagClassName
{
border-color: #E11995;
}
</style>