Shades of Shocking #E187C0
Tints of Shocking #E187C0
RGB
CMYK
RGB Variations
Color information
#E187C0 (or 0xE187C0) is known color: Shocking. HEX triplet: E1, 87 and C0. RGB value is (225,135,192). Sum of RGB (Red+Green+Blue) = 225+135+192=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 135 (53.12% from 255 or 24.46% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E187C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E187C0 is #1E783F. Grayscale: #A8A8A8. Windows color (decimal): -1996864 or 12617697. OLE color: 12617697.
HSL color Cylindrical-coordinate representation of color #E187C0: hue angle of 322º 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 #E187C0 is Cyan = 0, Magento = 0.4, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 135 | 192 | - |
| CMYK | 0 | 0.4 | 0.15 | 0.12 |
| HSL | 322º | 0.6% | 0.71% | - |
| HSV(B) | 322º | 0.4% | 0.88% | - |
| XYZ | 49.23 | 37.14 | 54.44 | - |
| YUV | 168.41 | 141.32 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 135 | 192 | 0 | 0.4 | 0.15 | 0.12 | 322 | 0.6 | 0.71 |
| Hex | E1 | 87 | C0 | 0 | 28 | F | C | 142 | 3C | 47 |
| Octal | 341 | 207 | 300 | 0 | 50 | 17 | 14 | 502 | 74 | 107 |
| Binary | 11100001 | 10000111 | 11000000 | 0 | 101000 | 1111 | 1100 | 101000010 | 111100 | 1000111 |
Color Harmonies of #E187C0
Complementary color
Monochromatic Colors of #E187C0
Black with #E187C0
Text Example
Text Example
White with #E187C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E187C0; }
p { color: rgb(225,135,192); }
H1.HeaderClassName
{
color: #E187C0;
}
.AnyTagClassName
{
color: #E187C0;
}
</style>
background-color css
<style>
a { background-color: #E187C0; }
a { background-color: rgb(225,135,192); }
div.DivClassName
{
background-color: #E187C0;
}
.BgClassName
{
background-color: #E187C0;
}
</style>
border-color css
<style>
span { border-color: #E187C0; }
span { border-color: rgb(225,135,192); }
td.TdClassName
{
border-color: #E187C0;
}
.TagClassName
{
border-color: #E187C0;
}
</style>