Shades of Shocking #EF8CBB
Tints of Shocking #EF8CBB
RGB
CMYK
RGB Variations
Color information
#EF8CBB (or 0xEF8CBB) is known color: Shocking. HEX triplet: EF, 8C and BB. RGB value is (239,140,187). Sum of RGB (Red+Green+Blue) = 239+140+187=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 140 (55.08% from 255 or 24.73% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8CBB is #107344. Grayscale: #AEAEAE. Windows color (decimal): -1078085 or 12291311. OLE color: 12291311.
HSL color Cylindrical-coordinate representation of color #EF8CBB: hue angle of 331.52º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8CBB is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 187 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.06 |
| HSL | 331.52º | 0.76% | 0.74% | - |
| HSV(B) | 331.52º | 0.41% | 0.94% | - |
| XYZ | 53.94 | 40.69 | 52.03 | - |
| YUV | 174.96 | 134.8 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 187 | 0 | 0.41 | 0.22 | 0.06 | 331.52 | 0.76 | 0.74 |
| Hex | EF | 8C | BB | 0 | 29 | 16 | 6 | 14C | 4C | 4A |
| Octal | 357 | 214 | 273 | 0 | 51 | 26 | 6 | 514 | 114 | 112 |
| Binary | 11101111 | 10001100 | 10111011 | 0 | 101001 | 10110 | 110 | 101001100 | 1001100 | 1001010 |
Color Harmonies of #EF8CBB
Complementary color
Monochromatic Colors of #EF8CBB
Black with #EF8CBB
Text Example
Text Example
White with #EF8CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8CBB; }
p { color: rgb(239,140,187); }
H1.HeaderClassName
{
color: #EF8CBB;
}
.AnyTagClassName
{
color: #EF8CBB;
}
</style>
background-color css
<style>
a { background-color: #EF8CBB; }
a { background-color: rgb(239,140,187); }
div.DivClassName
{
background-color: #EF8CBB;
}
.BgClassName
{
background-color: #EF8CBB;
}
</style>
border-color css
<style>
span { border-color: #EF8CBB; }
span { border-color: rgb(239,140,187); }
td.TdClassName
{
border-color: #EF8CBB;
}
.TagClassName
{
border-color: #EF8CBB;
}
</style>