Shades of Medium Violet Red #E11686
Tints of Medium Violet Red #E11686
RGB
CMYK
RGB Variations
Color information
#E11686 (or 0xE11686) is known color: Medium Violet Red. HEX triplet: E1, 16 and 86. RGB value is (225,22,134). Sum of RGB (Red+Green+Blue) = 225+22+134=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 22 (8.98% from 255 or 5.77% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E11686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11686 is #1EE979. Grayscale: #5F5F5F. Windows color (decimal): -2025850 or 8787681. OLE color: 8787681.
HSL color Cylindrical-coordinate representation of color #E11686: hue angle of 326.9º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E11686 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 22 | 134 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.12 |
| HSL | 326.9º | 0.82% | 0.48% | - |
| HSV(B) | 326.9º | 0.9% | 0.88% | - |
| XYZ | 35.64 | 18.3 | 24.21 | - |
| YUV | 95.47 | 149.75 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 134 | 0 | 0.90 | 0.40 | 0.12 | 326.9 | 0.82 | 0.48 |
| Hex | E1 | 16 | 86 | 0 | 5A | 28 | C | 147 | 52 | 30 |
| Octal | 341 | 26 | 206 | 0 | 132 | 50 | 14 | 507 | 122 | 60 |
| Binary | 11100001 | 10110 | 10000110 | 0 | 1011010 | 101000 | 1100 | 101000111 | 1010010 | 110000 |
Color Harmonies of #E11686
Complementary color
Monochromatic Colors of #E11686
Black with #E11686
Text Example
Text Example
White with #E11686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11686; }
p { color: rgb(225,22,134); }
H1.HeaderClassName
{
color: #E11686;
}
.AnyTagClassName
{
color: #E11686;
}
</style>
background-color css
<style>
a { background-color: #E11686; }
a { background-color: rgb(225,22,134); }
div.DivClassName
{
background-color: #E11686;
}
.BgClassName
{
background-color: #E11686;
}
</style>
border-color css
<style>
span { border-color: #E11686; }
span { border-color: rgb(225,22,134); }
td.TdClassName
{
border-color: #E11686;
}
.TagClassName
{
border-color: #E11686;
}
</style>