Shades of Medium Violet Red #E2148B
Tints of Medium Violet Red #E2148B
RGB
CMYK
RGB Variations
Color information
#E2148B (or 0xE2148B) is known color: Medium Violet Red. HEX triplet: E2, 14 and 8B. RGB value is (226,20,139). Sum of RGB (Red+Green+Blue) = 226+20+139=385 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.70% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 226 - color contains mainly: red. Hex color #E2148B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2148B is #1DEB74. Grayscale: #5E5E5E. Windows color (decimal): -1960821 or 9114850. OLE color: 9114850.
HSL color Cylindrical-coordinate representation of color #E2148B: hue angle of 325.34º degrees, saturation: 0.84, 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 #E2148B is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 20 | 139 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.11 |
| HSL | 325.34º | 0.84% | 0.48% | - |
| HSV(B) | 325.34º | 0.91% | 0.89% | - |
| XYZ | 36.27 | 18.53 | 26.09 | - |
| YUV | 95.16 | 152.75 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 20 | 139 | 0 | 0.91 | 0.38 | 0.11 | 325.34 | 0.84 | 0.48 |
| Hex | E2 | 14 | 8B | 0 | 5B | 26 | B | 145 | 54 | 30 |
| Octal | 342 | 24 | 213 | 0 | 133 | 46 | 13 | 505 | 124 | 60 |
| Binary | 11100010 | 10100 | 10001011 | 0 | 1011011 | 100110 | 1011 | 101000101 | 1010100 | 110000 |
Color Harmonies of #E2148B
Complementary color
Monochromatic Colors of #E2148B
Black with #E2148B
Text Example
Text Example
White with #E2148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2148B; }
p { color: rgb(226,20,139); }
H1.HeaderClassName
{
color: #E2148B;
}
.AnyTagClassName
{
color: #E2148B;
}
</style>
background-color css
<style>
a { background-color: #E2148B; }
a { background-color: rgb(226,20,139); }
div.DivClassName
{
background-color: #E2148B;
}
.BgClassName
{
background-color: #E2148B;
}
</style>
border-color css
<style>
span { border-color: #E2148B; }
span { border-color: rgb(226,20,139); }
td.TdClassName
{
border-color: #E2148B;
}
.TagClassName
{
border-color: #E2148B;
}
</style>