Shades of Medium Violet Red #E2128A
Tints of Medium Violet Red #E2128A
RGB
CMYK
RGB Variations
Color information
#E2128A (or 0xE2128A) is known color: Medium Violet Red. HEX triplet: E2, 12 and 8A. RGB value is (226,18,138). Sum of RGB (Red+Green+Blue) = 226+18+138=382 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.16% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 226 - color contains mainly: red. Hex color #E2128A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2128A is #1DED75. Grayscale: #5D5D5D. Windows color (decimal): -1961334 or 9048802. OLE color: 9048802.
HSL color Cylindrical-coordinate representation of color #E2128A: hue angle of 325.38º 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 #E2128A is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 18 | 138 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.11 |
| HSL | 325.38º | 0.85% | 0.48% | - |
| HSV(B) | 325.38º | 0.92% | 0.89% | - |
| XYZ | 36.17 | 18.44 | 25.7 | - |
| YUV | 93.87 | 152.91 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 18 | 138 | 0 | 0.92 | 0.39 | 0.11 | 325.38 | 0.85 | 0.48 |
| Hex | E2 | 12 | 8A | 0 | 5C | 27 | B | 145 | 55 | 30 |
| Octal | 342 | 22 | 212 | 0 | 134 | 47 | 13 | 505 | 125 | 60 |
| Binary | 11100010 | 10010 | 10001010 | 0 | 1011100 | 100111 | 1011 | 101000101 | 1010101 | 110000 |
Color Harmonies of #E2128A
Complementary color
Monochromatic Colors of #E2128A
Black with #E2128A
Text Example
Text Example
White with #E2128A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2128A; }
p { color: rgb(226,18,138); }
H1.HeaderClassName
{
color: #E2128A;
}
.AnyTagClassName
{
color: #E2128A;
}
</style>
background-color css
<style>
a { background-color: #E2128A; }
a { background-color: rgb(226,18,138); }
div.DivClassName
{
background-color: #E2128A;
}
.BgClassName
{
background-color: #E2128A;
}
</style>
border-color css
<style>
span { border-color: #E2128A; }
span { border-color: rgb(226,18,138); }
td.TdClassName
{
border-color: #E2128A;
}
.TagClassName
{
border-color: #E2128A;
}
</style>