Shades of Medium Violet Red #E2138B
Tints of Medium Violet Red #E2138B
RGB
CMYK
RGB Variations
Color information
#E2138B (or 0xE2138B) is known color: Medium Violet Red. HEX triplet: E2, 13 and 8B. RGB value is (226,19,139). Sum of RGB (Red+Green+Blue) = 226+19+139=384 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.85% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 226 - color contains mainly: red. Hex color #E2138B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2138B is #1DEC74. Grayscale: #5E5E5E. Windows color (decimal): -1961077 or 9114594. OLE color: 9114594.
HSL color Cylindrical-coordinate representation of color #E2138B: hue angle of 325.22º degrees, saturation: 0.84, 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 #E2138B is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 19 | 139 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.11 |
| HSL | 325.22º | 0.84% | 0.48% | - |
| HSV(B) | 325.22º | 0.92% | 0.89% | - |
| XYZ | 36.26 | 18.5 | 26.09 | - |
| YUV | 94.57 | 153.08 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 19 | 139 | 0 | 0.92 | 0.38 | 0.11 | 325.22 | 0.84 | 0.48 |
| Hex | E2 | 13 | 8B | 0 | 5C | 26 | B | 145 | 54 | 30 |
| Octal | 342 | 23 | 213 | 0 | 134 | 46 | 13 | 505 | 124 | 60 |
| Binary | 11100010 | 10011 | 10001011 | 0 | 1011100 | 100110 | 1011 | 101000101 | 1010100 | 110000 |
Color Harmonies of #E2138B
Complementary color
Monochromatic Colors of #E2138B
Black with #E2138B
Text Example
Text Example
White with #E2138B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2138B; }
p { color: rgb(226,19,139); }
H1.HeaderClassName
{
color: #E2138B;
}
.AnyTagClassName
{
color: #E2138B;
}
</style>
background-color css
<style>
a { background-color: #E2138B; }
a { background-color: rgb(226,19,139); }
div.DivClassName
{
background-color: #E2138B;
}
.BgClassName
{
background-color: #E2138B;
}
</style>
border-color css
<style>
span { border-color: #E2138B; }
span { border-color: rgb(226,19,139); }
td.TdClassName
{
border-color: #E2138B;
}
.TagClassName
{
border-color: #E2138B;
}
</style>