Shades of Shocking #E188B9
Tints of Shocking #E188B9
RGB
CMYK
RGB Variations
Color information
#E188B9 (or 0xE188B9) is known color: Shocking. HEX triplet: E1, 88 and B9. RGB value is (225,136,185). Sum of RGB (Red+Green+Blue) = 225+136+185=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 136 (53.52% from 255 or 24.91% from 546); Blue value is 185 (72.66% from 255 or 33.88% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E188B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E188B9 is #1E7746. Grayscale: #A8A8A8. Windows color (decimal): -1996615 or 12159201. OLE color: 12159201.
HSL color Cylindrical-coordinate representation of color #E188B9: hue angle of 326.97º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E188B9 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 136 | 185 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.12 |
| HSL | 326.97º | 0.6% | 0.71% | - |
| HSV(B) | 326.97º | 0.4% | 0.88% | - |
| XYZ | 48.61 | 37.12 | 50.5 | - |
| YUV | 168.2 | 137.49 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 136 | 185 | 0 | 0.40 | 0.18 | 0.12 | 326.97 | 0.6 | 0.71 |
| Hex | E1 | 88 | B9 | 0 | 28 | 12 | C | 147 | 3C | 47 |
| Octal | 341 | 210 | 271 | 0 | 50 | 22 | 14 | 507 | 74 | 107 |
| Binary | 11100001 | 10001000 | 10111001 | 0 | 101000 | 10010 | 1100 | 101000111 | 111100 | 1000111 |
Color Harmonies of #E188B9
Complementary color
Monochromatic Colors of #E188B9
Black with #E188B9
Text Example
Text Example
White with #E188B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E188B9; }
p { color: rgb(225,136,185); }
H1.HeaderClassName
{
color: #E188B9;
}
.AnyTagClassName
{
color: #E188B9;
}
</style>
background-color css
<style>
a { background-color: #E188B9; }
a { background-color: rgb(225,136,185); }
div.DivClassName
{
background-color: #E188B9;
}
.BgClassName
{
background-color: #E188B9;
}
</style>
border-color css
<style>
span { border-color: #E188B9; }
span { border-color: rgb(225,136,185); }
td.TdClassName
{
border-color: #E188B9;
}
.TagClassName
{
border-color: #E188B9;
}
</style>