Shades of Medium Violet Red #E11085
Tints of Medium Violet Red #E11085
RGB
CMYK
RGB Variations
Color information
#E11085 (or 0xE11085) is known color: Medium Violet Red. HEX triplet: E1, 10 and 85. RGB value is (225,16,133). Sum of RGB (Red+Green+Blue) = 225+16+133=374 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.16% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 225 - color contains mainly: red. Hex color #E11085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11085 is #1EEF7A. Grayscale: #5B5B5B. Windows color (decimal): -2027387 or 8720609. OLE color: 8720609.
HSL color Cylindrical-coordinate representation of color #E11085: hue angle of 326.41º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E11085 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 16 | 133 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.12 |
| HSL | 326.41º | 0.87% | 0.47% | - |
| HSV(B) | 326.41º | 0.93% | 0.88% | - |
| XYZ | 35.47 | 18.07 | 23.81 | - |
| YUV | 91.83 | 151.24 | 222.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 133 | 0 | 0.93 | 0.41 | 0.12 | 326.41 | 0.87 | 0.47 |
| Hex | E1 | 10 | 85 | 0 | 5D | 29 | C | 146 | 57 | 2F |
| Octal | 341 | 20 | 205 | 0 | 135 | 51 | 14 | 506 | 127 | 57 |
| Binary | 11100001 | 10000 | 10000101 | 0 | 1011101 | 101001 | 1100 | 101000110 | 1010111 | 101111 |
Color Harmonies of #E11085
Complementary color
Monochromatic Colors of #E11085
Black with #E11085
Text Example
Text Example
White with #E11085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11085; }
p { color: rgb(225,16,133); }
H1.HeaderClassName
{
color: #E11085;
}
.AnyTagClassName
{
color: #E11085;
}
</style>
background-color css
<style>
a { background-color: #E11085; }
a { background-color: rgb(225,16,133); }
div.DivClassName
{
background-color: #E11085;
}
.BgClassName
{
background-color: #E11085;
}
</style>
border-color css
<style>
span { border-color: #E11085; }
span { border-color: rgb(225,16,133); }
td.TdClassName
{
border-color: #E11085;
}
.TagClassName
{
border-color: #E11085;
}
</style>