Shades of Shocking #EC99BC
Tints of Shocking #EC99BC
RGB
CMYK
RGB Variations
Color information
#EC99BC (or 0xEC99BC) is known color: Shocking. HEX triplet: EC, 99 and BC. RGB value is (236,153,188). Sum of RGB (Red+Green+Blue) = 236+153+188=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #EC99BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC99BC is #136643. Grayscale: #B5B5B5. Windows color (decimal): -1271364 or 12360172. OLE color: 12360172.
HSL color Cylindrical-coordinate representation of color #EC99BC: hue angle of 334.7º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC99BC is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 188 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.07 |
| HSL | 334.7º | 0.69% | 0.76% | - |
| HSV(B) | 334.7º | 0.35% | 0.93% | - |
| XYZ | 55.06 | 44.25 | 53.22 | - |
| YUV | 181.81 | 131.5 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 188 | 0 | 0.35 | 0.20 | 0.07 | 334.7 | 0.69 | 0.76 |
| Hex | EC | 99 | BC | 0 | 23 | 14 | 7 | 14F | 45 | 4C |
| Octal | 354 | 231 | 274 | 0 | 43 | 24 | 7 | 517 | 105 | 114 |
| Binary | 11101100 | 10011001 | 10111100 | 0 | 100011 | 10100 | 111 | 101001111 | 1000101 | 1001100 |
Color Harmonies of #EC99BC
Complementary color
Monochromatic Colors of #EC99BC
Black with #EC99BC
Text Example
Text Example
White with #EC99BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC99BC; }
p { color: rgb(236,153,188); }
H1.HeaderClassName
{
color: #EC99BC;
}
.AnyTagClassName
{
color: #EC99BC;
}
</style>
background-color css
<style>
a { background-color: #EC99BC; }
a { background-color: rgb(236,153,188); }
div.DivClassName
{
background-color: #EC99BC;
}
.BgClassName
{
background-color: #EC99BC;
}
</style>
border-color css
<style>
span { border-color: #EC99BC; }
span { border-color: rgb(236,153,188); }
td.TdClassName
{
border-color: #EC99BC;
}
.TagClassName
{
border-color: #EC99BC;
}
</style>