Shades of Medium Violet Red #E11381
Tints of Medium Violet Red #E11381
RGB
CMYK
RGB Variations
Color information
#E11381 (or 0xE11381) is known color: Medium Violet Red. HEX triplet: E1, 13 and 81. RGB value is (225,19,129). Sum of RGB (Red+Green+Blue) = 225+19+129=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E11381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11381 is #1EEC7E. Grayscale: #5C5C5C. Windows color (decimal): -2026623 or 8459233. OLE color: 8459233.
HSL color Cylindrical-coordinate representation of color #E11381: hue angle of 327.96º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E11381 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 19 | 129 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.12 |
| HSL | 327.96º | 0.84% | 0.48% | - |
| HSV(B) | 327.96º | 0.92% | 0.88% | - |
| XYZ | 35.25 | 18.06 | 22.4 | - |
| YUV | 93.13 | 148.25 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 129 | 0 | 0.92 | 0.43 | 0.12 | 327.96 | 0.84 | 0.48 |
| Hex | E1 | 13 | 81 | 0 | 5C | 2B | C | 148 | 54 | 30 |
| Octal | 341 | 23 | 201 | 0 | 134 | 53 | 14 | 510 | 124 | 60 |
| Binary | 11100001 | 10011 | 10000001 | 0 | 1011100 | 101011 | 1100 | 101001000 | 1010100 | 110000 |
Color Harmonies of #E11381
Complementary color
Monochromatic Colors of #E11381
Black with #E11381
Text Example
Text Example
White with #E11381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11381; }
p { color: rgb(225,19,129); }
H1.HeaderClassName
{
color: #E11381;
}
.AnyTagClassName
{
color: #E11381;
}
</style>
background-color css
<style>
a { background-color: #E11381; }
a { background-color: rgb(225,19,129); }
div.DivClassName
{
background-color: #E11381;
}
.BgClassName
{
background-color: #E11381;
}
</style>
border-color css
<style>
span { border-color: #E11381; }
span { border-color: rgb(225,19,129); }
td.TdClassName
{
border-color: #E11381;
}
.TagClassName
{
border-color: #E11381;
}
</style>