Shades of Shocking #E188B5
Tints of Shocking #E188B5
RGB
CMYK
RGB Variations
Color information
#E188B5 (or 0xE188B5) is known color: Shocking. HEX triplet: E1, 88 and B5. RGB value is (225,136,181). Sum of RGB (Red+Green+Blue) = 225+136+181=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 136 (53.52% from 255 or 25.09% from 542); Blue value is 181 (71.09% from 255 or 33.39% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E188B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E188B5 is #1E774A. Grayscale: #A7A7A7. Windows color (decimal): -1996619 or 11897057. OLE color: 11897057.
HSL color Cylindrical-coordinate representation of color #E188B5: hue angle of 329.66º 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 #E188B5 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 136 | 181 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.12 |
| HSL | 329.66º | 0.6% | 0.71% | - |
| HSV(B) | 329.66º | 0.4% | 0.88% | - |
| XYZ | 48.2 | 36.95 | 48.31 | - |
| YUV | 167.74 | 135.49 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 136 | 181 | 0 | 0.40 | 0.20 | 0.12 | 329.66 | 0.6 | 0.71 |
| Hex | E1 | 88 | B5 | 0 | 28 | 14 | C | 14A | 3C | 47 |
| Octal | 341 | 210 | 265 | 0 | 50 | 24 | 14 | 512 | 74 | 107 |
| Binary | 11100001 | 10001000 | 10110101 | 0 | 101000 | 10100 | 1100 | 101001010 | 111100 | 1000111 |
Color Harmonies of #E188B5
Complementary color
Monochromatic Colors of #E188B5
Black with #E188B5
Text Example
Text Example
White with #E188B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E188B5; }
p { color: rgb(225,136,181); }
H1.HeaderClassName
{
color: #E188B5;
}
.AnyTagClassName
{
color: #E188B5;
}
</style>
background-color css
<style>
a { background-color: #E188B5; }
a { background-color: rgb(225,136,181); }
div.DivClassName
{
background-color: #E188B5;
}
.BgClassName
{
background-color: #E188B5;
}
</style>
border-color css
<style>
span { border-color: #E188B5; }
span { border-color: rgb(225,136,181); }
td.TdClassName
{
border-color: #E188B5;
}
.TagClassName
{
border-color: #E188B5;
}
</style>