Shades of Medium Violet Red #E11486
Tints of Medium Violet Red #E11486
RGB
CMYK
RGB Variations
Color information
#E11486 (or 0xE11486) is known color: Medium Violet Red. HEX triplet: E1, 14 and 86. RGB value is (225,20,134). Sum of RGB (Red+Green+Blue) = 225+20+134=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E11486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11486 is #1EEB79. Grayscale: #5E5E5E. Windows color (decimal): -2026362 or 8787169. OLE color: 8787169.
HSL color Cylindrical-coordinate representation of color #E11486: hue angle of 326.63º 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 #E11486 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 134 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.12 |
| HSL | 326.63º | 0.84% | 0.48% | - |
| HSV(B) | 326.63º | 0.91% | 0.88% | - |
| XYZ | 35.6 | 18.23 | 24.2 | - |
| YUV | 94.29 | 150.42 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 134 | 0 | 0.91 | 0.40 | 0.12 | 326.63 | 0.84 | 0.48 |
| Hex | E1 | 14 | 86 | 0 | 5B | 28 | C | 147 | 54 | 30 |
| Octal | 341 | 24 | 206 | 0 | 133 | 50 | 14 | 507 | 124 | 60 |
| Binary | 11100001 | 10100 | 10000110 | 0 | 1011011 | 101000 | 1100 | 101000111 | 1010100 | 110000 |
Color Harmonies of #E11486
Complementary color
Monochromatic Colors of #E11486
Black with #E11486
Text Example
Text Example
White with #E11486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11486; }
p { color: rgb(225,20,134); }
H1.HeaderClassName
{
color: #E11486;
}
.AnyTagClassName
{
color: #E11486;
}
</style>
background-color css
<style>
a { background-color: #E11486; }
a { background-color: rgb(225,20,134); }
div.DivClassName
{
background-color: #E11486;
}
.BgClassName
{
background-color: #E11486;
}
</style>
border-color css
<style>
span { border-color: #E11486; }
span { border-color: rgb(225,20,134); }
td.TdClassName
{
border-color: #E11486;
}
.TagClassName
{
border-color: #E11486;
}
</style>