Shades of Shocking #E187BF
Tints of Shocking #E187BF
RGB
CMYK
RGB Variations
Color information
#E187BF (or 0xE187BF) is known color: Shocking. HEX triplet: E1, 87 and BF. RGB value is (225,135,191). Sum of RGB (Red+Green+Blue) = 225+135+191=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 135 (53.12% from 255 or 24.50% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E187BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E187BF is #1E7840. Grayscale: #A8A8A8. Windows color (decimal): -1996865 or 12552161. OLE color: 12552161.
HSL color Cylindrical-coordinate representation of color #E187BF: hue angle of 322.67º 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 #E187BF is Cyan = 0, Magento = 0.4, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 135 | 191 | - |
| CMYK | 0 | 0.4 | 0.15 | 0.12 |
| HSL | 322.67º | 0.6% | 0.71% | - |
| HSV(B) | 322.67º | 0.4% | 0.88% | - |
| XYZ | 49.12 | 37.1 | 53.86 | - |
| YUV | 168.29 | 140.82 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 135 | 191 | 0 | 0.4 | 0.15 | 0.12 | 322.67 | 0.6 | 0.71 |
| Hex | E1 | 87 | BF | 0 | 28 | F | C | 143 | 3C | 47 |
| Octal | 341 | 207 | 277 | 0 | 50 | 17 | 14 | 503 | 74 | 107 |
| Binary | 11100001 | 10000111 | 10111111 | 0 | 101000 | 1111 | 1100 | 101000011 | 111100 | 1000111 |
Color Harmonies of #E187BF
Complementary color
Monochromatic Colors of #E187BF
Black with #E187BF
Text Example
Text Example
White with #E187BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E187BF; }
p { color: rgb(225,135,191); }
H1.HeaderClassName
{
color: #E187BF;
}
.AnyTagClassName
{
color: #E187BF;
}
</style>
background-color css
<style>
a { background-color: #E187BF; }
a { background-color: rgb(225,135,191); }
div.DivClassName
{
background-color: #E187BF;
}
.BgClassName
{
background-color: #E187BF;
}
</style>
border-color css
<style>
span { border-color: #E187BF; }
span { border-color: rgb(225,135,191); }
td.TdClassName
{
border-color: #E187BF;
}
.TagClassName
{
border-color: #E187BF;
}
</style>