Shades of Shocking #E198B8
Tints of Shocking #E198B8
RGB
CMYK
RGB Variations
Color information
#E198B8 (or 0xE198B8) is known color: Shocking. HEX triplet: E1, 98 and B8. RGB value is (225,152,184). Sum of RGB (Red+Green+Blue) = 225+152+184=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 152 (59.77% from 255 or 27.09% from 561); Blue value is 184 (72.27% from 255 or 32.80% from 561); Max value from RGB is 225 - color contains mainly: red. Hex color #E198B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E198B8 is #1E6747. Grayscale: #B1B1B1. Windows color (decimal): -1992520 or 12097761. OLE color: 12097761.
HSL color Cylindrical-coordinate representation of color #E198B8: hue angle of 333.7º 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 #E198B8 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 152 | 184 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.12 |
| HSL | 333.7º | 0.55% | 0.74% | - |
| HSV(B) | 333.7º | 0.32% | 0.88% | - |
| XYZ | 50.93 | 41.92 | 50.76 | - |
| YUV | 177.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 152 | 184 | 0 | 0.32 | 0.18 | 0.12 | 333.7 | 0.55 | 0.74 |
| Hex | E1 | 98 | B8 | 0 | 20 | 12 | C | 14E | 37 | 4A |
| Octal | 341 | 230 | 270 | 0 | 40 | 22 | 14 | 516 | 67 | 112 |
| Binary | 11100001 | 10011000 | 10111000 | 0 | 100000 | 10010 | 1100 | 101001110 | 110111 | 1001010 |
Color Harmonies of #E198B8
Complementary color
Monochromatic Colors of #E198B8
Black with #E198B8
Text Example
Text Example
White with #E198B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E198B8; }
p { color: rgb(225,152,184); }
H1.HeaderClassName
{
color: #E198B8;
}
.AnyTagClassName
{
color: #E198B8;
}
</style>
background-color css
<style>
a { background-color: #E198B8; }
a { background-color: rgb(225,152,184); }
div.DivClassName
{
background-color: #E198B8;
}
.BgClassName
{
background-color: #E198B8;
}
</style>
border-color css
<style>
span { border-color: #E198B8; }
span { border-color: rgb(225,152,184); }
td.TdClassName
{
border-color: #E198B8;
}
.TagClassName
{
border-color: #E198B8;
}
</style>