Shades of Medium Violet Red #E0198A
Tints of Medium Violet Red #E0198A
RGB
CMYK
RGB Variations
Color information
#E0198A (or 0xE0198A) is known color: Medium Violet Red. HEX triplet: E0, 19 and 8A. RGB value is (224,25,138). Sum of RGB (Red+Green+Blue) = 224+25+138=387 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.88% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 224 - color contains mainly: red. Hex color #E0198A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0198A is #1FE675. Grayscale: #616161. Windows color (decimal): -2090614 or 9050592. OLE color: 9050592.
HSL color Cylindrical-coordinate representation of color #E0198A: hue angle of 325.93º degrees, saturation: 0.8, 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 #E0198A is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 25 | 138 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.12 |
| HSL | 325.93º | 0.8% | 0.49% | - |
| HSV(B) | 325.93º | 0.89% | 0.88% | - |
| XYZ | 35.68 | 18.38 | 25.71 | - |
| YUV | 97.38 | 150.93 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 138 | 0 | 0.89 | 0.38 | 0.12 | 325.93 | 0.8 | 0.49 |
| Hex | E0 | 19 | 8A | 0 | 59 | 26 | C | 146 | 50 | 31 |
| Octal | 340 | 31 | 212 | 0 | 131 | 46 | 14 | 506 | 120 | 61 |
| Binary | 11100000 | 11001 | 10001010 | 0 | 1011001 | 100110 | 1100 | 101000110 | 1010000 | 110001 |
Color Harmonies of #E0198A
Complementary color
Monochromatic Colors of #E0198A
Black with #E0198A
Text Example
Text Example
White with #E0198A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0198A; }
p { color: rgb(224,25,138); }
H1.HeaderClassName
{
color: #E0198A;
}
.AnyTagClassName
{
color: #E0198A;
}
</style>
background-color css
<style>
a { background-color: #E0198A; }
a { background-color: rgb(224,25,138); }
div.DivClassName
{
background-color: #E0198A;
}
.BgClassName
{
background-color: #E0198A;
}
</style>
border-color css
<style>
span { border-color: #E0198A; }
span { border-color: rgb(224,25,138); }
td.TdClassName
{
border-color: #E0198A;
}
.TagClassName
{
border-color: #E0198A;
}
</style>