Shades of Medium Violet Red #E0198B
Tints of Medium Violet Red #E0198B
RGB
CMYK
RGB Variations
Color information
#E0198B (or 0xE0198B) is known color: Medium Violet Red. HEX triplet: E0, 19 and 8B. RGB value is (224,25,139). Sum of RGB (Red+Green+Blue) = 224+25+139=388 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.73% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 224 - color contains mainly: red. Hex color #E0198B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0198B is #1FE674. Grayscale: #616161. Windows color (decimal): -2090613 or 9116128. OLE color: 9116128.
HSL color Cylindrical-coordinate representation of color #E0198B: hue angle of 325.63º 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 #E0198B is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 25 | 139 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.12 |
| HSL | 325.63º | 0.8% | 0.49% | - |
| HSV(B) | 325.63º | 0.89% | 0.88% | - |
| XYZ | 35.75 | 18.41 | 26.09 | - |
| YUV | 97.5 | 151.43 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 139 | 0 | 0.89 | 0.38 | 0.12 | 325.63 | 0.8 | 0.49 |
| Hex | E0 | 19 | 8B | 0 | 59 | 26 | C | 146 | 50 | 31 |
| Octal | 340 | 31 | 213 | 0 | 131 | 46 | 14 | 506 | 120 | 61 |
| Binary | 11100000 | 11001 | 10001011 | 0 | 1011001 | 100110 | 1100 | 101000110 | 1010000 | 110001 |
Color Harmonies of #E0198B
Complementary color
Monochromatic Colors of #E0198B
Black with #E0198B
Text Example
Text Example
White with #E0198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0198B; }
p { color: rgb(224,25,139); }
H1.HeaderClassName
{
color: #E0198B;
}
.AnyTagClassName
{
color: #E0198B;
}
</style>
background-color css
<style>
a { background-color: #E0198B; }
a { background-color: rgb(224,25,139); }
div.DivClassName
{
background-color: #E0198B;
}
.BgClassName
{
background-color: #E0198B;
}
</style>
border-color css
<style>
span { border-color: #E0198B; }
span { border-color: rgb(224,25,139); }
td.TdClassName
{
border-color: #E0198B;
}
.TagClassName
{
border-color: #E0198B;
}
</style>