Shades of Medium Violet Red #E01488
Tints of Medium Violet Red #E01488
RGB
CMYK
RGB Variations
Color information
#E01488 (or 0xE01488) is known color: Medium Violet Red. HEX triplet: E0, 14 and 88. RGB value is (224,20,136). Sum of RGB (Red+Green+Blue) = 224+20+136=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 20 (8.20% from 255 or 5.26% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E01488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01488 is #1FEB77. Grayscale: #5D5D5D. Windows color (decimal): -2091896 or 8918240. OLE color: 8918240.
HSL color Cylindrical-coordinate representation of color #E01488: hue angle of 325.88º 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 #E01488 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 136 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.12 |
| HSL | 325.88º | 0.84% | 0.48% | - |
| HSV(B) | 325.88º | 0.91% | 0.88% | - |
| XYZ | 35.43 | 18.13 | 24.92 | - |
| YUV | 94.22 | 151.59 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 136 | 0 | 0.91 | 0.39 | 0.12 | 325.88 | 0.84 | 0.48 |
| Hex | E0 | 14 | 88 | 0 | 5B | 27 | C | 146 | 54 | 30 |
| Octal | 340 | 24 | 210 | 0 | 133 | 47 | 14 | 506 | 124 | 60 |
| Binary | 11100000 | 10100 | 10001000 | 0 | 1011011 | 100111 | 1100 | 101000110 | 1010100 | 110000 |
Color Harmonies of #E01488
Complementary color
Monochromatic Colors of #E01488
Black with #E01488
Text Example
Text Example
White with #E01488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01488; }
p { color: rgb(224,20,136); }
H1.HeaderClassName
{
color: #E01488;
}
.AnyTagClassName
{
color: #E01488;
}
</style>
background-color css
<style>
a { background-color: #E01488; }
a { background-color: rgb(224,20,136); }
div.DivClassName
{
background-color: #E01488;
}
.BgClassName
{
background-color: #E01488;
}
</style>
border-color css
<style>
span { border-color: #E01488; }
span { border-color: rgb(224,20,136); }
td.TdClassName
{
border-color: #E01488;
}
.TagClassName
{
border-color: #E01488;
}
</style>