Shades of Shocking #EC98BB
Tints of Shocking #EC98BB
RGB
CMYK
RGB Variations
Color information
#EC98BB (or 0xEC98BB) is known color: Shocking. HEX triplet: EC, 98 and BB. RGB value is (236,152,187). Sum of RGB (Red+Green+Blue) = 236+152+187=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 152 (59.77% from 255 or 26.43% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #EC98BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC98BB is #136744. Grayscale: #B5B5B5. Windows color (decimal): -1271621 or 12294380. OLE color: 12294380.
HSL color Cylindrical-coordinate representation of color #EC98BB: hue angle of 335º 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 #EC98BB is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 187 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.07 |
| HSL | 335º | 0.69% | 0.76% | - |
| HSV(B) | 335º | 0.36% | 0.93% | - |
| XYZ | 54.79 | 43.88 | 52.6 | - |
| YUV | 181.11 | 131.33 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 187 | 0 | 0.36 | 0.21 | 0.07 | 335 | 0.69 | 0.76 |
| Hex | EC | 98 | BB | 0 | 24 | 15 | 7 | 14F | 45 | 4C |
| Octal | 354 | 230 | 273 | 0 | 44 | 25 | 7 | 517 | 105 | 114 |
| Binary | 11101100 | 10011000 | 10111011 | 0 | 100100 | 10101 | 111 | 101001111 | 1000101 | 1001100 |
Color Harmonies of #EC98BB
Complementary color
Monochromatic Colors of #EC98BB
Black with #EC98BB
Text Example
Text Example
White with #EC98BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC98BB; }
p { color: rgb(236,152,187); }
H1.HeaderClassName
{
color: #EC98BB;
}
.AnyTagClassName
{
color: #EC98BB;
}
</style>
background-color css
<style>
a { background-color: #EC98BB; }
a { background-color: rgb(236,152,187); }
div.DivClassName
{
background-color: #EC98BB;
}
.BgClassName
{
background-color: #EC98BB;
}
</style>
border-color css
<style>
span { border-color: #EC98BB; }
span { border-color: rgb(236,152,187); }
td.TdClassName
{
border-color: #EC98BB;
}
.TagClassName
{
border-color: #EC98BB;
}
</style>