Shades of Shocking #EF9BBC
Tints of Shocking #EF9BBC
RGB
CMYK
RGB Variations
Color information
#EF9BBC (or 0xEF9BBC) is known color: Shocking. HEX triplet: EF, 9B and BC. RGB value is (239,155,188). Sum of RGB (Red+Green+Blue) = 239+155+188=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 155 (60.94% from 255 or 26.63% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9BBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9BBC is #106443. Grayscale: #B7B7B7. Windows color (decimal): -1074244 or 12360687. OLE color: 12360687.
HSL color Cylindrical-coordinate representation of color #EF9BBC: hue angle of 336.43º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EF9BBC is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 155 | 188 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.06 |
| HSL | 336.43º | 0.72% | 0.77% | - |
| HSV(B) | 336.43º | 0.35% | 0.94% | - |
| XYZ | 56.4 | 45.42 | 53.37 | - |
| YUV | 183.88 | 130.33 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 155 | 188 | 0 | 0.35 | 0.21 | 0.06 | 336.43 | 0.72 | 0.77 |
| Hex | EF | 9B | BC | 0 | 23 | 15 | 6 | 150 | 48 | 4D |
| Octal | 357 | 233 | 274 | 0 | 43 | 25 | 6 | 520 | 110 | 115 |
| Binary | 11101111 | 10011011 | 10111100 | 0 | 100011 | 10101 | 110 | 101010000 | 1001000 | 1001101 |
Color Harmonies of #EF9BBC
Complementary color
Monochromatic Colors of #EF9BBC
Black with #EF9BBC
Text Example
Text Example
White with #EF9BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9BBC; }
p { color: rgb(239,155,188); }
H1.HeaderClassName
{
color: #EF9BBC;
}
.AnyTagClassName
{
color: #EF9BBC;
}
</style>
background-color css
<style>
a { background-color: #EF9BBC; }
a { background-color: rgb(239,155,188); }
div.DivClassName
{
background-color: #EF9BBC;
}
.BgClassName
{
background-color: #EF9BBC;
}
</style>
border-color css
<style>
span { border-color: #EF9BBC; }
span { border-color: rgb(239,155,188); }
td.TdClassName
{
border-color: #EF9BBC;
}
.TagClassName
{
border-color: #EF9BBC;
}
</style>