Shades of Shocking #EC8DBB
Tints of Shocking #EC8DBB
RGB
CMYK
RGB Variations
Color information
#EC8DBB (or 0xEC8DBB) is known color: Shocking. HEX triplet: EC, 8D and BB. RGB value is (236,141,187). Sum of RGB (Red+Green+Blue) = 236+141+187=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8DBB is #137244. Grayscale: #AEAEAE. Windows color (decimal): -1274437 or 12291564. OLE color: 12291564.
HSL color Cylindrical-coordinate representation of color #EC8DBB: hue angle of 330.95º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC8DBB is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 141 | 187 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.07 |
| HSL | 330.95º | 0.71% | 0.74% | - |
| HSV(B) | 330.95º | 0.4% | 0.93% | - |
| XYZ | 53.09 | 40.47 | 52.03 | - |
| YUV | 174.65 | 134.97 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 187 | 0 | 0.40 | 0.21 | 0.07 | 330.95 | 0.71 | 0.74 |
| Hex | EC | 8D | BB | 0 | 28 | 15 | 7 | 14B | 47 | 4A |
| Octal | 354 | 215 | 273 | 0 | 50 | 25 | 7 | 513 | 107 | 112 |
| Binary | 11101100 | 10001101 | 10111011 | 0 | 101000 | 10101 | 111 | 101001011 | 1000111 | 1001010 |
Color Harmonies of #EC8DBB
Complementary color
Monochromatic Colors of #EC8DBB
Black with #EC8DBB
Text Example
Text Example
White with #EC8DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8DBB; }
p { color: rgb(236,141,187); }
H1.HeaderClassName
{
color: #EC8DBB;
}
.AnyTagClassName
{
color: #EC8DBB;
}
</style>
background-color css
<style>
a { background-color: #EC8DBB; }
a { background-color: rgb(236,141,187); }
div.DivClassName
{
background-color: #EC8DBB;
}
.BgClassName
{
background-color: #EC8DBB;
}
</style>
border-color css
<style>
span { border-color: #EC8DBB; }
span { border-color: rgb(236,141,187); }
td.TdClassName
{
border-color: #EC8DBB;
}
.TagClassName
{
border-color: #EC8DBB;
}
</style>