Shades of Shocking #EC8BBB
Tints of Shocking #EC8BBB
RGB
CMYK
RGB Variations
Color information
#EC8BBB (or 0xEC8BBB) is known color: Shocking. HEX triplet: EC, 8B and BB. RGB value is (236,139,187). Sum of RGB (Red+Green+Blue) = 236+139+187=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 139 (54.69% from 255 or 24.73% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8BBB is #137444. Grayscale: #ADADAD. Windows color (decimal): -1274949 or 12291052. OLE color: 12291052.
HSL color Cylindrical-coordinate representation of color #EC8BBB: hue angle of 330.31º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC8BBB is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 187 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.07 |
| HSL | 330.31º | 0.72% | 0.74% | - |
| HSV(B) | 330.31º | 0.41% | 0.93% | - |
| XYZ | 52.79 | 39.89 | 51.93 | - |
| YUV | 173.48 | 135.64 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 187 | 0 | 0.41 | 0.21 | 0.07 | 330.31 | 0.72 | 0.74 |
| Hex | EC | 8B | BB | 0 | 29 | 15 | 7 | 14A | 48 | 4A |
| Octal | 354 | 213 | 273 | 0 | 51 | 25 | 7 | 512 | 110 | 112 |
| Binary | 11101100 | 10001011 | 10111011 | 0 | 101001 | 10101 | 111 | 101001010 | 1001000 | 1001010 |
Color Harmonies of #EC8BBB
Complementary color
Monochromatic Colors of #EC8BBB
Black with #EC8BBB
Text Example
Text Example
White with #EC8BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8BBB; }
p { color: rgb(236,139,187); }
H1.HeaderClassName
{
color: #EC8BBB;
}
.AnyTagClassName
{
color: #EC8BBB;
}
</style>
background-color css
<style>
a { background-color: #EC8BBB; }
a { background-color: rgb(236,139,187); }
div.DivClassName
{
background-color: #EC8BBB;
}
.BgClassName
{
background-color: #EC8BBB;
}
</style>
border-color css
<style>
span { border-color: #EC8BBB; }
span { border-color: rgb(236,139,187); }
td.TdClassName
{
border-color: #EC8BBB;
}
.TagClassName
{
border-color: #EC8BBB;
}
</style>