Shades of Medium Violet Red #E11482
Tints of Medium Violet Red #E11482
RGB
CMYK
RGB Variations
Color information
#E11482 (or 0xE11482) is known color: Medium Violet Red. HEX triplet: E1, 14 and 82. RGB value is (225,20,130). Sum of RGB (Red+Green+Blue) = 225+20+130=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E11482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11482 is #1EEB7D. Grayscale: #5D5D5D. Windows color (decimal): -2026366 or 8525025. OLE color: 8525025.
HSL color Cylindrical-coordinate representation of color #E11482: hue angle of 327.8º degrees, saturation: 0.84, 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 #E11482 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 130 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.12 |
| HSL | 327.8º | 0.84% | 0.48% | - |
| HSV(B) | 327.8º | 0.91% | 0.88% | - |
| XYZ | 35.33 | 18.12 | 22.75 | - |
| YUV | 93.84 | 148.42 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 130 | 0 | 0.91 | 0.42 | 0.12 | 327.8 | 0.84 | 0.48 |
| Hex | E1 | 14 | 82 | 0 | 5B | 2A | C | 148 | 54 | 30 |
| Octal | 341 | 24 | 202 | 0 | 133 | 52 | 14 | 510 | 124 | 60 |
| Binary | 11100001 | 10100 | 10000010 | 0 | 1011011 | 101010 | 1100 | 101001000 | 1010100 | 110000 |
Color Harmonies of #E11482
Complementary color
Monochromatic Colors of #E11482
Black with #E11482
Text Example
Text Example
White with #E11482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11482; }
p { color: rgb(225,20,130); }
H1.HeaderClassName
{
color: #E11482;
}
.AnyTagClassName
{
color: #E11482;
}
</style>
background-color css
<style>
a { background-color: #E11482; }
a { background-color: rgb(225,20,130); }
div.DivClassName
{
background-color: #E11482;
}
.BgClassName
{
background-color: #E11482;
}
</style>
border-color css
<style>
span { border-color: #E11482; }
span { border-color: rgb(225,20,130); }
td.TdClassName
{
border-color: #E11482;
}
.TagClassName
{
border-color: #E11482;
}
</style>