Shades of Shocking #EF9BBF
Tints of Shocking #EF9BBF
RGB
CMYK
RGB Variations
Color information
#EF9BBF (or 0xEF9BBF) is known color: Shocking. HEX triplet: EF, 9B and BF. RGB value is (239,155,191). Sum of RGB (Red+Green+Blue) = 239+155+191=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 155 (60.94% from 255 or 26.50% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9BBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9BBF is #106440. Grayscale: #B8B8B8. Windows color (decimal): -1074241 or 12557295. OLE color: 12557295.
HSL color Cylindrical-coordinate representation of color #EF9BBF: hue angle of 334.29º 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 #EF9BBF is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 155 | 191 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.06 |
| HSL | 334.29º | 0.72% | 0.77% | - |
| HSV(B) | 334.29º | 0.35% | 0.94% | - |
| XYZ | 56.72 | 45.56 | 55.09 | - |
| YUV | 184.22 | 131.83 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 155 | 191 | 0 | 0.35 | 0.20 | 0.06 | 334.29 | 0.72 | 0.77 |
| Hex | EF | 9B | BF | 0 | 23 | 14 | 6 | 14E | 48 | 4D |
| Octal | 357 | 233 | 277 | 0 | 43 | 24 | 6 | 516 | 110 | 115 |
| Binary | 11101111 | 10011011 | 10111111 | 0 | 100011 | 10100 | 110 | 101001110 | 1001000 | 1001101 |
Color Harmonies of #EF9BBF
Complementary color
Monochromatic Colors of #EF9BBF
Black with #EF9BBF
Text Example
Text Example
White with #EF9BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9BBF; }
p { color: rgb(239,155,191); }
H1.HeaderClassName
{
color: #EF9BBF;
}
.AnyTagClassName
{
color: #EF9BBF;
}
</style>
background-color css
<style>
a { background-color: #EF9BBF; }
a { background-color: rgb(239,155,191); }
div.DivClassName
{
background-color: #EF9BBF;
}
.BgClassName
{
background-color: #EF9BBF;
}
</style>
border-color css
<style>
span { border-color: #EF9BBF; }
span { border-color: rgb(239,155,191); }
td.TdClassName
{
border-color: #EF9BBF;
}
.TagClassName
{
border-color: #EF9BBF;
}
</style>