Shades of Medium Violet Red #E11080
Tints of Medium Violet Red #E11080
RGB
CMYK
RGB Variations
Color information
#E11080 (or 0xE11080) is known color: Medium Violet Red. HEX triplet: E1, 10 and 80. RGB value is (225,16,128). Sum of RGB (Red+Green+Blue) = 225+16+128=369 (48% of max value = 765). Red value is 225 (88.28% from 255 or 60.98% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 225 - color contains mainly: red. Hex color #E11080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11080 is #1EEF7F. Grayscale: #5B5B5B. Windows color (decimal): -2027392 or 8392929. OLE color: 8392929.
HSL color Cylindrical-coordinate representation of color #E11080: hue angle of 327.85º 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 #E11080 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 16 | 128 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.12 |
| HSL | 327.85º | 0.87% | 0.47% | - |
| HSV(B) | 327.85º | 0.93% | 0.88% | - |
| XYZ | 35.13 | 17.94 | 22.03 | - |
| YUV | 91.26 | 148.74 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 128 | 0 | 0.93 | 0.43 | 0.12 | 327.85 | 0.87 | 0.47 |
| Hex | E1 | 10 | 80 | 0 | 5D | 2B | C | 148 | 57 | 2F |
| Octal | 341 | 20 | 200 | 0 | 135 | 53 | 14 | 510 | 127 | 57 |
| Binary | 11100001 | 10000 | 10000000 | 0 | 1011101 | 101011 | 1100 | 101001000 | 1010111 | 101111 |
Color Harmonies of #E11080
Complementary color
Monochromatic Colors of #E11080
Black with #E11080
Text Example
Text Example
White with #E11080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11080; }
p { color: rgb(225,16,128); }
H1.HeaderClassName
{
color: #E11080;
}
.AnyTagClassName
{
color: #E11080;
}
</style>
background-color css
<style>
a { background-color: #E11080; }
a { background-color: rgb(225,16,128); }
div.DivClassName
{
background-color: #E11080;
}
.BgClassName
{
background-color: #E11080;
}
</style>
border-color css
<style>
span { border-color: #E11080; }
span { border-color: rgb(225,16,128); }
td.TdClassName
{
border-color: #E11080;
}
.TagClassName
{
border-color: #E11080;
}
</style>