Shades of Medium Violet Red #E0188A
Tints of Medium Violet Red #E0188A
RGB
CMYK
RGB Variations
Color information
#E0188A (or 0xE0188A) is known color: Medium Violet Red. HEX triplet: E0, 18 and 8A. RGB value is (224,24,138). Sum of RGB (Red+Green+Blue) = 224+24+138=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E0188A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0188A is #1FE775. Grayscale: #606060. Windows color (decimal): -2090870 or 9050336. OLE color: 9050336.
HSL color Cylindrical-coordinate representation of color #E0188A: hue angle of 325.8º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E0188A is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 24 | 138 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.12 |
| HSL | 325.8º | 0.81% | 0.49% | - |
| HSV(B) | 325.8º | 0.89% | 0.88% | - |
| XYZ | 35.65 | 18.34 | 25.7 | - |
| YUV | 96.8 | 151.26 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 24 | 138 | 0 | 0.89 | 0.38 | 0.12 | 325.8 | 0.81 | 0.49 |
| Hex | E0 | 18 | 8A | 0 | 59 | 26 | C | 146 | 51 | 31 |
| Octal | 340 | 30 | 212 | 0 | 131 | 46 | 14 | 506 | 121 | 61 |
| Binary | 11100000 | 11000 | 10001010 | 0 | 1011001 | 100110 | 1100 | 101000110 | 1010001 | 110001 |
Color Harmonies of #E0188A
Complementary color
Monochromatic Colors of #E0188A
Black with #E0188A
Text Example
Text Example
White with #E0188A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0188A; }
p { color: rgb(224,24,138); }
H1.HeaderClassName
{
color: #E0188A;
}
.AnyTagClassName
{
color: #E0188A;
}
</style>
background-color css
<style>
a { background-color: #E0188A; }
a { background-color: rgb(224,24,138); }
div.DivClassName
{
background-color: #E0188A;
}
.BgClassName
{
background-color: #E0188A;
}
</style>
border-color css
<style>
span { border-color: #E0188A; }
span { border-color: rgb(224,24,138); }
td.TdClassName
{
border-color: #E0188A;
}
.TagClassName
{
border-color: #E0188A;
}
</style>