Shades of Medium Violet Red #E0148B
Tints of Medium Violet Red #E0148B
RGB
CMYK
RGB Variations
Color information
#E0148B (or 0xE0148B) is known color: Medium Violet Red. HEX triplet: E0, 14 and 8B. RGB value is (224,20,139). Sum of RGB (Red+Green+Blue) = 224+20+139=383 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.49% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 224 - color contains mainly: red. Hex color #E0148B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0148B is #1FEB74. Grayscale: #5E5E5E. Windows color (decimal): -2091893 or 9114848. OLE color: 9114848.
HSL color Cylindrical-coordinate representation of color #E0148B: hue angle of 325º degrees, saturation: 0.84, 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 #E0148B is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 139 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.12 |
| HSL | 325º | 0.84% | 0.48% | - |
| HSV(B) | 325º | 0.91% | 0.88% | - |
| XYZ | 35.65 | 18.21 | 26.06 | - |
| YUV | 94.56 | 153.09 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 139 | 0 | 0.91 | 0.38 | 0.12 | 325 | 0.84 | 0.48 |
| Hex | E0 | 14 | 8B | 0 | 5B | 26 | C | 145 | 54 | 30 |
| Octal | 340 | 24 | 213 | 0 | 133 | 46 | 14 | 505 | 124 | 60 |
| Binary | 11100000 | 10100 | 10001011 | 0 | 1011011 | 100110 | 1100 | 101000101 | 1010100 | 110000 |
Color Harmonies of #E0148B
Complementary color
Monochromatic Colors of #E0148B
Black with #E0148B
Text Example
Text Example
White with #E0148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0148B; }
p { color: rgb(224,20,139); }
H1.HeaderClassName
{
color: #E0148B;
}
.AnyTagClassName
{
color: #E0148B;
}
</style>
background-color css
<style>
a { background-color: #E0148B; }
a { background-color: rgb(224,20,139); }
div.DivClassName
{
background-color: #E0148B;
}
.BgClassName
{
background-color: #E0148B;
}
</style>
border-color css
<style>
span { border-color: #E0148B; }
span { border-color: rgb(224,20,139); }
td.TdClassName
{
border-color: #E0148B;
}
.TagClassName
{
border-color: #E0148B;
}
</style>