Shades of Shocking #EC96BF
Tints of Shocking #EC96BF
RGB
CMYK
RGB Variations
Color information
#EC96BF (or 0xEC96BF) is known color: Shocking. HEX triplet: EC, 96 and BF. RGB value is (236,150,191). Sum of RGB (Red+Green+Blue) = 236+150+191=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #EC96BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC96BF is #136940. Grayscale: #B4B4B4. Windows color (decimal): -1272129 or 12556012. OLE color: 12556012.
HSL color Cylindrical-coordinate representation of color #EC96BF: hue angle of 331.4º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EC96BF is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 191 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.07 |
| HSL | 331.4º | 0.69% | 0.76% | - |
| HSV(B) | 331.4º | 0.36% | 0.93% | - |
| XYZ | 54.9 | 43.41 | 54.77 | - |
| YUV | 180.39 | 133.99 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 191 | 0 | 0.36 | 0.19 | 0.07 | 331.4 | 0.69 | 0.76 |
| Hex | EC | 96 | BF | 0 | 24 | 13 | 7 | 14B | 45 | 4C |
| Octal | 354 | 226 | 277 | 0 | 44 | 23 | 7 | 513 | 105 | 114 |
| Binary | 11101100 | 10010110 | 10111111 | 0 | 100100 | 10011 | 111 | 101001011 | 1000101 | 1001100 |
Color Harmonies of #EC96BF
Complementary color
Monochromatic Colors of #EC96BF
Black with #EC96BF
Text Example
Text Example
White with #EC96BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC96BF; }
p { color: rgb(236,150,191); }
H1.HeaderClassName
{
color: #EC96BF;
}
.AnyTagClassName
{
color: #EC96BF;
}
</style>
background-color css
<style>
a { background-color: #EC96BF; }
a { background-color: rgb(236,150,191); }
div.DivClassName
{
background-color: #EC96BF;
}
.BgClassName
{
background-color: #EC96BF;
}
</style>
border-color css
<style>
span { border-color: #EC96BF; }
span { border-color: rgb(236,150,191); }
td.TdClassName
{
border-color: #EC96BF;
}
.TagClassName
{
border-color: #EC96BF;
}
</style>