Shades of Shocking #EC9CBA
Tints of Shocking #EC9CBA
RGB
CMYK
RGB Variations
Color information
#EC9CBA (or 0xEC9CBA) is known color: Shocking. HEX triplet: EC, 9C and BA. RGB value is (236,156,186). Sum of RGB (Red+Green+Blue) = 236+156+186=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9CBA is #136345. Grayscale: #B7B7B7. Windows color (decimal): -1270598 or 12229868. OLE color: 12229868.
HSL color Cylindrical-coordinate representation of color #EC9CBA: hue angle of 337.5º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EC9CBA is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 186 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.07 |
| HSL | 337.5º | 0.68% | 0.77% | - |
| HSV(B) | 337.5º | 0.34% | 0.93% | - |
| XYZ | 55.34 | 45.15 | 52.25 | - |
| YUV | 183.34 | 129.5 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 186 | 0 | 0.34 | 0.21 | 0.07 | 337.5 | 0.68 | 0.77 |
| Hex | EC | 9C | BA | 0 | 22 | 15 | 7 | 152 | 44 | 4D |
| Octal | 354 | 234 | 272 | 0 | 42 | 25 | 7 | 522 | 104 | 115 |
| Binary | 11101100 | 10011100 | 10111010 | 0 | 100010 | 10101 | 111 | 101010010 | 1000100 | 1001101 |
Color Harmonies of #EC9CBA
Complementary color
Monochromatic Colors of #EC9CBA
Black with #EC9CBA
Text Example
Text Example
White with #EC9CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9CBA; }
p { color: rgb(236,156,186); }
H1.HeaderClassName
{
color: #EC9CBA;
}
.AnyTagClassName
{
color: #EC9CBA;
}
</style>
background-color css
<style>
a { background-color: #EC9CBA; }
a { background-color: rgb(236,156,186); }
div.DivClassName
{
background-color: #EC9CBA;
}
.BgClassName
{
background-color: #EC9CBA;
}
</style>
border-color css
<style>
span { border-color: #EC9CBA; }
span { border-color: rgb(236,156,186); }
td.TdClassName
{
border-color: #EC9CBA;
}
.TagClassName
{
border-color: #EC9CBA;
}
</style>