Shades of Medium Violet Red #E2118A
Tints of Medium Violet Red #E2118A
RGB
CMYK
RGB Variations
Color information
#E2118A (or 0xE2118A) is known color: Medium Violet Red. HEX triplet: E2, 11 and 8A. RGB value is (226,17,138). Sum of RGB (Red+Green+Blue) = 226+17+138=381 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.32% from 381); Green value is 17 (7.03% from 255 or 4.46% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 226 - color contains mainly: red. Hex color #E2118A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2118A is #1DEE75. Grayscale: #5D5D5D. Windows color (decimal): -1961590 or 9048546. OLE color: 9048546.
HSL color Cylindrical-coordinate representation of color #E2118A: hue angle of 325.26º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2118A is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 17 | 138 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.11 |
| HSL | 325.26º | 0.86% | 0.48% | - |
| HSV(B) | 325.26º | 0.92% | 0.89% | - |
| XYZ | 36.15 | 18.4 | 25.69 | - |
| YUV | 93.29 | 153.24 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 17 | 138 | 0 | 0.92 | 0.39 | 0.11 | 325.26 | 0.86 | 0.48 |
| Hex | E2 | 11 | 8A | 0 | 5C | 27 | B | 145 | 56 | 30 |
| Octal | 342 | 21 | 212 | 0 | 134 | 47 | 13 | 505 | 126 | 60 |
| Binary | 11100010 | 10001 | 10001010 | 0 | 1011100 | 100111 | 1011 | 101000101 | 1010110 | 110000 |
Color Harmonies of #E2118A
Complementary color
Monochromatic Colors of #E2118A
Black with #E2118A
Text Example
Text Example
White with #E2118A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2118A; }
p { color: rgb(226,17,138); }
H1.HeaderClassName
{
color: #E2118A;
}
.AnyTagClassName
{
color: #E2118A;
}
</style>
background-color css
<style>
a { background-color: #E2118A; }
a { background-color: rgb(226,17,138); }
div.DivClassName
{
background-color: #E2118A;
}
.BgClassName
{
background-color: #E2118A;
}
</style>
border-color css
<style>
span { border-color: #E2118A; }
span { border-color: rgb(226,17,138); }
td.TdClassName
{
border-color: #E2118A;
}
.TagClassName
{
border-color: #E2118A;
}
</style>