Shades of Medium Violet Red #E2128E
Tints of Medium Violet Red #E2128E
RGB
CMYK
RGB Variations
Color information
#E2128E (or 0xE2128E) is known color: Medium Violet Red. HEX triplet: E2, 12 and 8E. RGB value is (226,18,142). Sum of RGB (Red+Green+Blue) = 226+18+142=386 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.55% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 226 - color contains mainly: red. Hex color #E2128E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2128E is #1DED71. Grayscale: #5E5E5E. Windows color (decimal): -1961330 or 9310946. OLE color: 9310946.
HSL color Cylindrical-coordinate representation of color #E2128E: hue angle of 324.23º degrees, saturation: 0.85, 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 #E2128E is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 18 | 142 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.11 |
| HSL | 324.23º | 0.85% | 0.48% | - |
| HSV(B) | 324.23º | 0.92% | 0.89% | - |
| XYZ | 36.46 | 18.55 | 27.25 | - |
| YUV | 94.33 | 154.91 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 18 | 142 | 0 | 0.92 | 0.37 | 0.11 | 324.23 | 0.85 | 0.48 |
| Hex | E2 | 12 | 8E | 0 | 5C | 25 | B | 144 | 55 | 30 |
| Octal | 342 | 22 | 216 | 0 | 134 | 45 | 13 | 504 | 125 | 60 |
| Binary | 11100010 | 10010 | 10001110 | 0 | 1011100 | 100101 | 1011 | 101000100 | 1010101 | 110000 |
Color Harmonies of #E2128E
Complementary color
Monochromatic Colors of #E2128E
Black with #E2128E
Text Example
Text Example
White with #E2128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2128E; }
p { color: rgb(226,18,142); }
H1.HeaderClassName
{
color: #E2128E;
}
.AnyTagClassName
{
color: #E2128E;
}
</style>
background-color css
<style>
a { background-color: #E2128E; }
a { background-color: rgb(226,18,142); }
div.DivClassName
{
background-color: #E2128E;
}
.BgClassName
{
background-color: #E2128E;
}
</style>
border-color css
<style>
span { border-color: #E2128E; }
span { border-color: rgb(226,18,142); }
td.TdClassName
{
border-color: #E2128E;
}
.TagClassName
{
border-color: #E2128E;
}
</style>