Shades of Medium Violet Red #E11580
Tints of Medium Violet Red #E11580
RGB
CMYK
RGB Variations
Color information
#E11580 (or 0xE11580) is known color: Medium Violet Red. HEX triplet: E1, 15 and 80. RGB value is (225,21,128). Sum of RGB (Red+Green+Blue) = 225+21+128=374 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.16% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 225 - color contains mainly: red. Hex color #E11580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11580 is #1EEA7F. Grayscale: #5D5D5D. Windows color (decimal): -2026112 or 8394209. OLE color: 8394209.
HSL color Cylindrical-coordinate representation of color #E11580: hue angle of 328.53º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E11580 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 128 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.12 |
| HSL | 328.53º | 0.83% | 0.48% | - |
| HSV(B) | 328.53º | 0.91% | 0.88% | - |
| XYZ | 35.22 | 18.1 | 22.06 | - |
| YUV | 94.19 | 147.09 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 128 | 0 | 0.91 | 0.43 | 0.12 | 328.53 | 0.83 | 0.48 |
| Hex | E1 | 15 | 80 | 0 | 5B | 2B | C | 149 | 53 | 30 |
| Octal | 341 | 25 | 200 | 0 | 133 | 53 | 14 | 511 | 123 | 60 |
| Binary | 11100001 | 10101 | 10000000 | 0 | 1011011 | 101011 | 1100 | 101001001 | 1010011 | 110000 |
Color Harmonies of #E11580
Complementary color
Monochromatic Colors of #E11580
Black with #E11580
Text Example
Text Example
White with #E11580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11580; }
p { color: rgb(225,21,128); }
H1.HeaderClassName
{
color: #E11580;
}
.AnyTagClassName
{
color: #E11580;
}
</style>
background-color css
<style>
a { background-color: #E11580; }
a { background-color: rgb(225,21,128); }
div.DivClassName
{
background-color: #E11580;
}
.BgClassName
{
background-color: #E11580;
}
</style>
border-color css
<style>
span { border-color: #E11580; }
span { border-color: rgb(225,21,128); }
td.TdClassName
{
border-color: #E11580;
}
.TagClassName
{
border-color: #E11580;
}
</style>