Shades of Medium Violet Red #E11487
Tints of Medium Violet Red #E11487
RGB
CMYK
RGB Variations
Color information
#E11487 (or 0xE11487) is known color: Medium Violet Red. HEX triplet: E1, 14 and 87. RGB value is (225,20,135). Sum of RGB (Red+Green+Blue) = 225+20+135=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 20 (8.20% from 255 or 5.26% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E11487 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11487 is #1EEB78. Grayscale: #5E5E5E. Windows color (decimal): -2026361 or 8852705. OLE color: 8852705.
HSL color Cylindrical-coordinate representation of color #E11487: hue angle of 326.34º 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 #E11487 is Cyan = 0, Magento = 0.91, Yellow = 0.4 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 135 | - |
| CMYK | 0 | 0.91 | 0.4 | 0.12 |
| HSL | 326.34º | 0.84% | 0.48% | - |
| HSV(B) | 326.34º | 0.91% | 0.88% | - |
| XYZ | 35.67 | 18.26 | 24.57 | - |
| YUV | 94.41 | 150.92 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 135 | 0 | 0.91 | 0.4 | 0.12 | 326.34 | 0.84 | 0.48 |
| Hex | E1 | 14 | 87 | 0 | 5B | 28 | C | 146 | 54 | 30 |
| Octal | 341 | 24 | 207 | 0 | 133 | 50 | 14 | 506 | 124 | 60 |
| Binary | 11100001 | 10100 | 10000111 | 0 | 1011011 | 101000 | 1100 | 101000110 | 1010100 | 110000 |
Color Harmonies of #E11487
Complementary color
Monochromatic Colors of #E11487
Black with #E11487
Text Example
Text Example
White with #E11487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11487; }
p { color: rgb(225,20,135); }
H1.HeaderClassName
{
color: #E11487;
}
.AnyTagClassName
{
color: #E11487;
}
</style>
background-color css
<style>
a { background-color: #E11487; }
a { background-color: rgb(225,20,135); }
div.DivClassName
{
background-color: #E11487;
}
.BgClassName
{
background-color: #E11487;
}
</style>
border-color css
<style>
span { border-color: #E11487; }
span { border-color: rgb(225,20,135); }
td.TdClassName
{
border-color: #E11487;
}
.TagClassName
{
border-color: #E11487;
}
</style>