Shades of Medium Violet Red #E11685
Tints of Medium Violet Red #E11685
RGB
CMYK
RGB Variations
Color information
#E11685 (or 0xE11685) is known color: Medium Violet Red. HEX triplet: E1, 16 and 85. RGB value is (225,22,133). Sum of RGB (Red+Green+Blue) = 225+22+133=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E11685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11685 is #1EE97A. Grayscale: #5F5F5F. Windows color (decimal): -2025851 or 8722145. OLE color: 8722145.
HSL color Cylindrical-coordinate representation of color #E11685: hue angle of 327.19º 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 #E11685 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 22 | 133 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.12 |
| HSL | 327.19º | 0.82% | 0.48% | - |
| HSV(B) | 327.19º | 0.9% | 0.88% | - |
| XYZ | 35.57 | 18.27 | 23.84 | - |
| YUV | 95.35 | 149.25 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 133 | 0 | 0.90 | 0.41 | 0.12 | 327.19 | 0.82 | 0.48 |
| Hex | E1 | 16 | 85 | 0 | 5A | 29 | C | 147 | 52 | 30 |
| Octal | 341 | 26 | 205 | 0 | 132 | 51 | 14 | 507 | 122 | 60 |
| Binary | 11100001 | 10110 | 10000101 | 0 | 1011010 | 101001 | 1100 | 101000111 | 1010010 | 110000 |
Color Harmonies of #E11685
Complementary color
Monochromatic Colors of #E11685
Black with #E11685
Text Example
Text Example
White with #E11685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11685; }
p { color: rgb(225,22,133); }
H1.HeaderClassName
{
color: #E11685;
}
.AnyTagClassName
{
color: #E11685;
}
</style>
background-color css
<style>
a { background-color: #E11685; }
a { background-color: rgb(225,22,133); }
div.DivClassName
{
background-color: #E11685;
}
.BgClassName
{
background-color: #E11685;
}
</style>
border-color css
<style>
span { border-color: #E11685; }
span { border-color: rgb(225,22,133); }
td.TdClassName
{
border-color: #E11685;
}
.TagClassName
{
border-color: #E11685;
}
</style>