Shades of Medium Violet Red #E2108A
Tints of Medium Violet Red #E2108A
RGB
CMYK
RGB Variations
Color information
#E2108A (or 0xE2108A) is known color: Medium Violet Red. HEX triplet: E2, 10 and 8A. RGB value is (226,16,138). Sum of RGB (Red+Green+Blue) = 226+16+138=380 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.47% from 380); Green value is 16 (6.64% from 255 or 4.21% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 226 - color contains mainly: red. Hex color #E2108A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2108A is #1DEF75. Grayscale: #5C5C5C. Windows color (decimal): -1961846 or 9048290. OLE color: 9048290.
HSL color Cylindrical-coordinate representation of color #E2108A: hue angle of 325.14º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2108A is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 16 | 138 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.11 |
| HSL | 325.14º | 0.87% | 0.47% | - |
| HSV(B) | 325.14º | 0.93% | 0.89% | - |
| XYZ | 36.14 | 18.37 | 25.69 | - |
| YUV | 92.7 | 153.57 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 138 | 0 | 0.93 | 0.39 | 0.11 | 325.14 | 0.87 | 0.47 |
| Hex | E2 | 10 | 8A | 0 | 5D | 27 | B | 145 | 57 | 2F |
| Octal | 342 | 20 | 212 | 0 | 135 | 47 | 13 | 505 | 127 | 57 |
| Binary | 11100010 | 10000 | 10001010 | 0 | 1011101 | 100111 | 1011 | 101000101 | 1010111 | 101111 |
Color Harmonies of #E2108A
Complementary color
Monochromatic Colors of #E2108A
Black with #E2108A
Text Example
Text Example
White with #E2108A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2108A; }
p { color: rgb(226,16,138); }
H1.HeaderClassName
{
color: #E2108A;
}
.AnyTagClassName
{
color: #E2108A;
}
</style>
background-color css
<style>
a { background-color: #E2108A; }
a { background-color: rgb(226,16,138); }
div.DivClassName
{
background-color: #E2108A;
}
.BgClassName
{
background-color: #E2108A;
}
</style>
border-color css
<style>
span { border-color: #E2108A; }
span { border-color: rgb(226,16,138); }
td.TdClassName
{
border-color: #E2108A;
}
.TagClassName
{
border-color: #E2108A;
}
</style>