Shades of Shocking #EC95BC
Tints of Shocking #EC95BC
RGB
CMYK
RGB Variations
Color information
#EC95BC (or 0xEC95BC) is known color: Shocking. HEX triplet: EC, 95 and BC. RGB value is (236,149,188). Sum of RGB (Red+Green+Blue) = 236+149+188=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 149 (58.59% from 255 or 26.00% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #EC95BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC95BC is #136A43. Grayscale: #B3B3B3. Windows color (decimal): -1272388 or 12359148. OLE color: 12359148.
HSL color Cylindrical-coordinate representation of color #EC95BC: hue angle of 333.1º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC95BC is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 188 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.07 |
| HSL | 333.1º | 0.7% | 0.75% | - |
| HSV(B) | 333.1º | 0.37% | 0.93% | - |
| XYZ | 54.42 | 42.96 | 53 | - |
| YUV | 179.46 | 132.82 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 188 | 0 | 0.37 | 0.20 | 0.07 | 333.1 | 0.7 | 0.75 |
| Hex | EC | 95 | BC | 0 | 25 | 14 | 7 | 14D | 46 | 4B |
| Octal | 354 | 225 | 274 | 0 | 45 | 24 | 7 | 515 | 106 | 113 |
| Binary | 11101100 | 10010101 | 10111100 | 0 | 100101 | 10100 | 111 | 101001101 | 1000110 | 1001011 |
Color Harmonies of #EC95BC
Complementary color
Monochromatic Colors of #EC95BC
Black with #EC95BC
Text Example
Text Example
White with #EC95BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC95BC; }
p { color: rgb(236,149,188); }
H1.HeaderClassName
{
color: #EC95BC;
}
.AnyTagClassName
{
color: #EC95BC;
}
</style>
background-color css
<style>
a { background-color: #EC95BC; }
a { background-color: rgb(236,149,188); }
div.DivClassName
{
background-color: #EC95BC;
}
.BgClassName
{
background-color: #EC95BC;
}
</style>
border-color css
<style>
span { border-color: #EC95BC; }
span { border-color: rgb(236,149,188); }
td.TdClassName
{
border-color: #EC95BC;
}
.TagClassName
{
border-color: #EC95BC;
}
</style>