Shades of Shocking #EC8BB6
Tints of Shocking #EC8BB6
RGB
CMYK
RGB Variations
Color information
#EC8BB6 (or 0xEC8BB6) is known color: Shocking. HEX triplet: EC, 8B and B6. RGB value is (236,139,182). Sum of RGB (Red+Green+Blue) = 236+139+182=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 139 (54.69% from 255 or 24.96% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8BB6 is #137449. Grayscale: #ACACAC. Windows color (decimal): -1274954 or 11963372. OLE color: 11963372.
HSL color Cylindrical-coordinate representation of color #EC8BB6: hue angle of 333.4º 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 #EC8BB6 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 182 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.07 |
| HSL | 333.4º | 0.72% | 0.74% | - |
| HSV(B) | 333.4º | 0.41% | 0.93% | - |
| XYZ | 52.27 | 39.68 | 49.16 | - |
| YUV | 172.91 | 133.14 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 182 | 0 | 0.41 | 0.23 | 0.07 | 333.4 | 0.72 | 0.74 |
| Hex | EC | 8B | B6 | 0 | 29 | 17 | 7 | 14D | 48 | 4A |
| Octal | 354 | 213 | 266 | 0 | 51 | 27 | 7 | 515 | 110 | 112 |
| Binary | 11101100 | 10001011 | 10110110 | 0 | 101001 | 10111 | 111 | 101001101 | 1001000 | 1001010 |
Color Harmonies of #EC8BB6
Complementary color
Monochromatic Colors of #EC8BB6
Black with #EC8BB6
Text Example
Text Example
White with #EC8BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8BB6; }
p { color: rgb(236,139,182); }
H1.HeaderClassName
{
color: #EC8BB6;
}
.AnyTagClassName
{
color: #EC8BB6;
}
</style>
background-color css
<style>
a { background-color: #EC8BB6; }
a { background-color: rgb(236,139,182); }
div.DivClassName
{
background-color: #EC8BB6;
}
.BgClassName
{
background-color: #EC8BB6;
}
</style>
border-color css
<style>
span { border-color: #EC8BB6; }
span { border-color: rgb(236,139,182); }
td.TdClassName
{
border-color: #EC8BB6;
}
.TagClassName
{
border-color: #EC8BB6;
}
</style>