Shades of Medium Violet Red #E2158E
Tints of Medium Violet Red #E2158E
RGB
CMYK
RGB Variations
Color information
#E2158E (or 0xE2158E) is known color: Medium Violet Red. HEX triplet: E2, 15 and 8E. RGB value is (226,21,142). Sum of RGB (Red+Green+Blue) = 226+21+142=389 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.10% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 226 - color contains mainly: red. Hex color #E2158E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2158E is #1DEA71. Grayscale: #5F5F5F. Windows color (decimal): -1960562 or 9311714. OLE color: 9311714.
HSL color Cylindrical-coordinate representation of color #E2158E: hue angle of 324.59º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E2158E is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 21 | 142 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.11 |
| HSL | 324.59º | 0.83% | 0.48% | - |
| HSV(B) | 324.59º | 0.91% | 0.89% | - |
| XYZ | 36.51 | 18.66 | 27.27 | - |
| YUV | 96.09 | 153.92 | 220.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 142 | 0 | 0.91 | 0.37 | 0.11 | 324.59 | 0.83 | 0.48 |
| Hex | E2 | 15 | 8E | 0 | 5B | 25 | B | 145 | 53 | 30 |
| Octal | 342 | 25 | 216 | 0 | 133 | 45 | 13 | 505 | 123 | 60 |
| Binary | 11100010 | 10101 | 10001110 | 0 | 1011011 | 100101 | 1011 | 101000101 | 1010011 | 110000 |
Color Harmonies of #E2158E
Complementary color
Monochromatic Colors of #E2158E
Black with #E2158E
Text Example
Text Example
White with #E2158E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2158E; }
p { color: rgb(226,21,142); }
H1.HeaderClassName
{
color: #E2158E;
}
.AnyTagClassName
{
color: #E2158E;
}
</style>
background-color css
<style>
a { background-color: #E2158E; }
a { background-color: rgb(226,21,142); }
div.DivClassName
{
background-color: #E2158E;
}
.BgClassName
{
background-color: #E2158E;
}
</style>
border-color css
<style>
span { border-color: #E2158E; }
span { border-color: rgb(226,21,142); }
td.TdClassName
{
border-color: #E2158E;
}
.TagClassName
{
border-color: #E2158E;
}
</style>