Shades of Medium Violet Red #E11594
Tints of Medium Violet Red #E11594
RGB
CMYK
RGB Variations
Color information
#E11594 (or 0xE11594) is known color: Medium Violet Red. HEX triplet: E1, 15 and 94. RGB value is (225,21,148). Sum of RGB (Red+Green+Blue) = 225+21+148=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 21 (8.59% from 255 or 5.33% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E11594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11594 is #1EEA6B. Grayscale: #606060. Windows color (decimal): -2026092 or 9704929. OLE color: 9704929.
HSL color Cylindrical-coordinate representation of color #E11594: hue angle of 322.65º degrees, saturation: 0.83, 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 #E11594 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 148 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.12 |
| HSL | 322.65º | 0.83% | 0.48% | - |
| HSV(B) | 322.65º | 0.91% | 0.88% | - |
| XYZ | 36.66 | 18.68 | 29.69 | - |
| YUV | 96.47 | 157.09 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 148 | 0 | 0.91 | 0.34 | 0.12 | 322.65 | 0.83 | 0.48 |
| Hex | E1 | 15 | 94 | 0 | 5B | 22 | C | 143 | 53 | 30 |
| Octal | 341 | 25 | 224 | 0 | 133 | 42 | 14 | 503 | 123 | 60 |
| Binary | 11100001 | 10101 | 10010100 | 0 | 1011011 | 100010 | 1100 | 101000011 | 1010011 | 110000 |
Color Harmonies of #E11594
Complementary color
Monochromatic Colors of #E11594
Black with #E11594
Text Example
Text Example
White with #E11594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11594; }
p { color: rgb(225,21,148); }
H1.HeaderClassName
{
color: #E11594;
}
.AnyTagClassName
{
color: #E11594;
}
</style>
background-color css
<style>
a { background-color: #E11594; }
a { background-color: rgb(225,21,148); }
div.DivClassName
{
background-color: #E11594;
}
.BgClassName
{
background-color: #E11594;
}
</style>
border-color css
<style>
span { border-color: #E11594; }
span { border-color: rgb(225,21,148); }
td.TdClassName
{
border-color: #E11594;
}
.TagClassName
{
border-color: #E11594;
}
</style>