Shades of Medium Violet Red #E0158B
Tints of Medium Violet Red #E0158B
RGB
CMYK
RGB Variations
Color information
#E0158B (or 0xE0158B) is known color: Medium Violet Red. HEX triplet: E0, 15 and 8B. RGB value is (224,21,139). Sum of RGB (Red+Green+Blue) = 224+21+139=384 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.33% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 224 - color contains mainly: red. Hex color #E0158B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0158B is #1FEA74. Grayscale: #5E5E5E. Windows color (decimal): -2091637 or 9115104. OLE color: 9115104.
HSL color Cylindrical-coordinate representation of color #E0158B: hue angle of 325.12º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E0158B is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 21 | 139 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.12 |
| HSL | 325.12º | 0.83% | 0.48% | - |
| HSV(B) | 325.12º | 0.91% | 0.88% | - |
| XYZ | 35.67 | 18.25 | 26.07 | - |
| YUV | 95.15 | 152.75 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 21 | 139 | 0 | 0.91 | 0.38 | 0.12 | 325.12 | 0.83 | 0.48 |
| Hex | E0 | 15 | 8B | 0 | 5B | 26 | C | 145 | 53 | 30 |
| Octal | 340 | 25 | 213 | 0 | 133 | 46 | 14 | 505 | 123 | 60 |
| Binary | 11100000 | 10101 | 10001011 | 0 | 1011011 | 100110 | 1100 | 101000101 | 1010011 | 110000 |
Color Harmonies of #E0158B
Complementary color
Monochromatic Colors of #E0158B
Black with #E0158B
Text Example
Text Example
White with #E0158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0158B; }
p { color: rgb(224,21,139); }
H1.HeaderClassName
{
color: #E0158B;
}
.AnyTagClassName
{
color: #E0158B;
}
</style>
background-color css
<style>
a { background-color: #E0158B; }
a { background-color: rgb(224,21,139); }
div.DivClassName
{
background-color: #E0158B;
}
.BgClassName
{
background-color: #E0158B;
}
</style>
border-color css
<style>
span { border-color: #E0158B; }
span { border-color: rgb(224,21,139); }
td.TdClassName
{
border-color: #E0158B;
}
.TagClassName
{
border-color: #E0158B;
}
</style>