Shades of Medium Violet Red #E11490
Tints of Medium Violet Red #E11490
RGB
CMYK
RGB Variations
Color information
#E11490 (or 0xE11490) is known color: Medium Violet Red. HEX triplet: E1, 14 and 90. RGB value is (225,20,144). Sum of RGB (Red+Green+Blue) = 225+20+144=389 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.84% from 389); Green value is 20 (8.20% from 255 or 5.14% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 225 - color contains mainly: red. Hex color #E11490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11490 is #1EEB6F. Grayscale: #5F5F5F. Windows color (decimal): -2026352 or 9442529. OLE color: 9442529.
HSL color Cylindrical-coordinate representation of color #E11490: hue angle of 323.71º 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 #E11490 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 144 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.12 |
| HSL | 323.71º | 0.84% | 0.48% | - |
| HSV(B) | 323.71º | 0.91% | 0.88% | - |
| XYZ | 36.34 | 18.52 | 28.05 | - |
| YUV | 95.43 | 155.42 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 144 | 0 | 0.91 | 0.36 | 0.12 | 323.71 | 0.84 | 0.48 |
| Hex | E1 | 14 | 90 | 0 | 5B | 24 | C | 144 | 54 | 30 |
| Octal | 341 | 24 | 220 | 0 | 133 | 44 | 14 | 504 | 124 | 60 |
| Binary | 11100001 | 10100 | 10010000 | 0 | 1011011 | 100100 | 1100 | 101000100 | 1010100 | 110000 |
Color Harmonies of #E11490
Complementary color
Monochromatic Colors of #E11490
Black with #E11490
Text Example
Text Example
White with #E11490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11490; }
p { color: rgb(225,20,144); }
H1.HeaderClassName
{
color: #E11490;
}
.AnyTagClassName
{
color: #E11490;
}
</style>
background-color css
<style>
a { background-color: #E11490; }
a { background-color: rgb(225,20,144); }
div.DivClassName
{
background-color: #E11490;
}
.BgClassName
{
background-color: #E11490;
}
</style>
border-color css
<style>
span { border-color: #E11490; }
span { border-color: rgb(225,20,144); }
td.TdClassName
{
border-color: #E11490;
}
.TagClassName
{
border-color: #E11490;
}
</style>