Shades of Shocking #EC96B8
Tints of Shocking #EC96B8
RGB
CMYK
RGB Variations
Color information
#EC96B8 (or 0xEC96B8) is known color: Shocking. HEX triplet: EC, 96 and B8. RGB value is (236,150,184). Sum of RGB (Red+Green+Blue) = 236+150+184=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 184 (72.27% from 255 or 32.28% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #EC96B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC96B8 is #136947. Grayscale: #B3B3B3. Windows color (decimal): -1272136 or 12097260. OLE color: 12097260.
HSL color Cylindrical-coordinate representation of color #EC96B8: hue angle of 336.28º 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 #EC96B8 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 184 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.07 |
| HSL | 336.28º | 0.69% | 0.76% | - |
| HSV(B) | 336.28º | 0.36% | 0.93% | - |
| XYZ | 54.15 | 43.11 | 50.81 | - |
| YUV | 179.59 | 130.49 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 184 | 0 | 0.36 | 0.22 | 0.07 | 336.28 | 0.69 | 0.76 |
| Hex | EC | 96 | B8 | 0 | 24 | 16 | 7 | 150 | 45 | 4C |
| Octal | 354 | 226 | 270 | 0 | 44 | 26 | 7 | 520 | 105 | 114 |
| Binary | 11101100 | 10010110 | 10111000 | 0 | 100100 | 10110 | 111 | 101010000 | 1000101 | 1001100 |
Color Harmonies of #EC96B8
Complementary color
Monochromatic Colors of #EC96B8
Black with #EC96B8
Text Example
Text Example
White with #EC96B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC96B8; }
p { color: rgb(236,150,184); }
H1.HeaderClassName
{
color: #EC96B8;
}
.AnyTagClassName
{
color: #EC96B8;
}
</style>
background-color css
<style>
a { background-color: #EC96B8; }
a { background-color: rgb(236,150,184); }
div.DivClassName
{
background-color: #EC96B8;
}
.BgClassName
{
background-color: #EC96B8;
}
</style>
border-color css
<style>
span { border-color: #EC96B8; }
span { border-color: rgb(236,150,184); }
td.TdClassName
{
border-color: #EC96B8;
}
.TagClassName
{
border-color: #EC96B8;
}
</style>