Shades of Medium Violet Red #E11084
Tints of Medium Violet Red #E11084
RGB
CMYK
RGB Variations
Color information
#E11084 (or 0xE11084) is known color: Medium Violet Red. HEX triplet: E1, 10 and 84. RGB value is (225,16,132). Sum of RGB (Red+Green+Blue) = 225+16+132=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 16 (6.64% from 255 or 4.29% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E11084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11084 is #1EEF7B. Grayscale: #5B5B5B. Windows color (decimal): -2027388 or 8655073. OLE color: 8655073.
HSL color Cylindrical-coordinate representation of color #E11084: hue angle of 326.7º 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 #E11084 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 16 | 132 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.12 |
| HSL | 326.7º | 0.87% | 0.47% | - |
| HSV(B) | 326.7º | 0.93% | 0.88% | - |
| XYZ | 35.4 | 18.04 | 23.45 | - |
| YUV | 91.72 | 150.74 | 223.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 132 | 0 | 0.93 | 0.41 | 0.12 | 326.7 | 0.87 | 0.47 |
| Hex | E1 | 10 | 84 | 0 | 5D | 29 | C | 147 | 57 | 2F |
| Octal | 341 | 20 | 204 | 0 | 135 | 51 | 14 | 507 | 127 | 57 |
| Binary | 11100001 | 10000 | 10000100 | 0 | 1011101 | 101001 | 1100 | 101000111 | 1010111 | 101111 |
Color Harmonies of #E11084
Complementary color
Monochromatic Colors of #E11084
Black with #E11084
Text Example
Text Example
White with #E11084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11084; }
p { color: rgb(225,16,132); }
H1.HeaderClassName
{
color: #E11084;
}
.AnyTagClassName
{
color: #E11084;
}
</style>
background-color css
<style>
a { background-color: #E11084; }
a { background-color: rgb(225,16,132); }
div.DivClassName
{
background-color: #E11084;
}
.BgClassName
{
background-color: #E11084;
}
</style>
border-color css
<style>
span { border-color: #E11084; }
span { border-color: rgb(225,16,132); }
td.TdClassName
{
border-color: #E11084;
}
.TagClassName
{
border-color: #E11084;
}
</style>