Shades of Medium Violet Red #E2158A
Tints of Medium Violet Red #E2158A
RGB
CMYK
RGB Variations
Color information
#E2158A (or 0xE2158A) is known color: Medium Violet Red. HEX triplet: E2, 15 and 8A. RGB value is (226,21,138). Sum of RGB (Red+Green+Blue) = 226+21+138=385 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.70% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 226 - color contains mainly: red. Hex color #E2158A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2158A is #1DEA75. Grayscale: #5F5F5F. Windows color (decimal): -1960566 or 9049570. OLE color: 9049570.
HSL color Cylindrical-coordinate representation of color #E2158A: hue angle of 325.76º 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 #E2158A is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 21 | 138 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.11 |
| HSL | 325.76º | 0.83% | 0.48% | - |
| HSV(B) | 325.76º | 0.91% | 0.89% | - |
| XYZ | 36.22 | 18.54 | 25.71 | - |
| YUV | 95.63 | 151.92 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 138 | 0 | 0.91 | 0.39 | 0.11 | 325.76 | 0.83 | 0.48 |
| Hex | E2 | 15 | 8A | 0 | 5B | 27 | B | 146 | 53 | 30 |
| Octal | 342 | 25 | 212 | 0 | 133 | 47 | 13 | 506 | 123 | 60 |
| Binary | 11100010 | 10101 | 10001010 | 0 | 1011011 | 100111 | 1011 | 101000110 | 1010011 | 110000 |
Color Harmonies of #E2158A
Complementary color
Monochromatic Colors of #E2158A
Black with #E2158A
Text Example
Text Example
White with #E2158A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2158A; }
p { color: rgb(226,21,138); }
H1.HeaderClassName
{
color: #E2158A;
}
.AnyTagClassName
{
color: #E2158A;
}
</style>
background-color css
<style>
a { background-color: #E2158A; }
a { background-color: rgb(226,21,138); }
div.DivClassName
{
background-color: #E2158A;
}
.BgClassName
{
background-color: #E2158A;
}
</style>
border-color css
<style>
span { border-color: #E2158A; }
span { border-color: rgb(226,21,138); }
td.TdClassName
{
border-color: #E2158A;
}
.TagClassName
{
border-color: #E2158A;
}
</style>