Shades of Shocking #E198B9
Tints of Shocking #E198B9
RGB
CMYK
RGB Variations
Color information
#E198B9 (or 0xE198B9) is known color: Shocking. HEX triplet: E1, 98 and B9. RGB value is (225,152,185). Sum of RGB (Red+Green+Blue) = 225+152+185=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E198B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E198B9 is #1E6746. Grayscale: #B1B1B1. Windows color (decimal): -1992519 or 12163297. OLE color: 12163297.
HSL color Cylindrical-coordinate representation of color #E198B9: hue angle of 332.88º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E198B9 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 152 | 185 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.12 |
| HSL | 332.88º | 0.55% | 0.74% | - |
| HSV(B) | 332.88º | 0.32% | 0.88% | - |
| XYZ | 51.04 | 41.97 | 51.31 | - |
| YUV | 177.59 | 132.18 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 152 | 185 | 0 | 0.32 | 0.18 | 0.12 | 332.88 | 0.55 | 0.74 |
| Hex | E1 | 98 | B9 | 0 | 20 | 12 | C | 14D | 37 | 4A |
| Octal | 341 | 230 | 271 | 0 | 40 | 22 | 14 | 515 | 67 | 112 |
| Binary | 11100001 | 10011000 | 10111001 | 0 | 100000 | 10010 | 1100 | 101001101 | 110111 | 1001010 |
Color Harmonies of #E198B9
Complementary color
Monochromatic Colors of #E198B9
Black with #E198B9
Text Example
Text Example
White with #E198B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E198B9; }
p { color: rgb(225,152,185); }
H1.HeaderClassName
{
color: #E198B9;
}
.AnyTagClassName
{
color: #E198B9;
}
</style>
background-color css
<style>
a { background-color: #E198B9; }
a { background-color: rgb(225,152,185); }
div.DivClassName
{
background-color: #E198B9;
}
.BgClassName
{
background-color: #E198B9;
}
</style>
border-color css
<style>
span { border-color: #E198B9; }
span { border-color: rgb(225,152,185); }
td.TdClassName
{
border-color: #E198B9;
}
.TagClassName
{
border-color: #E198B9;
}
</style>