Shades of Shocking #EC9DBB
Tints of Shocking #EC9DBB
RGB
CMYK
RGB Variations
Color information
#EC9DBB (or 0xEC9DBB) is known color: Shocking. HEX triplet: EC, 9D and BB. RGB value is (236,157,187). Sum of RGB (Red+Green+Blue) = 236+157+187=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9DBB is #136244. Grayscale: #B8B8B8. Windows color (decimal): -1270341 or 12295660. OLE color: 12295660.
HSL color Cylindrical-coordinate representation of color #EC9DBB: hue angle of 337.22º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EC9DBB is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 157 | 187 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.07 |
| HSL | 337.22º | 0.68% | 0.77% | - |
| HSV(B) | 337.22º | 0.33% | 0.93% | - |
| XYZ | 55.62 | 45.53 | 52.87 | - |
| YUV | 184.04 | 129.67 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 157 | 187 | 0 | 0.33 | 0.21 | 0.07 | 337.22 | 0.68 | 0.77 |
| Hex | EC | 9D | BB | 0 | 21 | 15 | 7 | 151 | 44 | 4D |
| Octal | 354 | 235 | 273 | 0 | 41 | 25 | 7 | 521 | 104 | 115 |
| Binary | 11101100 | 10011101 | 10111011 | 0 | 100001 | 10101 | 111 | 101010001 | 1000100 | 1001101 |
Color Harmonies of #EC9DBB
Complementary color
Monochromatic Colors of #EC9DBB
Black with #EC9DBB
Text Example
Text Example
White with #EC9DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9DBB; }
p { color: rgb(236,157,187); }
H1.HeaderClassName
{
color: #EC9DBB;
}
.AnyTagClassName
{
color: #EC9DBB;
}
</style>
background-color css
<style>
a { background-color: #EC9DBB; }
a { background-color: rgb(236,157,187); }
div.DivClassName
{
background-color: #EC9DBB;
}
.BgClassName
{
background-color: #EC9DBB;
}
</style>
border-color css
<style>
span { border-color: #EC9DBB; }
span { border-color: rgb(236,157,187); }
td.TdClassName
{
border-color: #EC9DBB;
}
.TagClassName
{
border-color: #EC9DBB;
}
</style>