Shades of Shocking #EF9EBB
Tints of Shocking #EF9EBB
RGB
CMYK
RGB Variations
Color information
#EF9EBB (or 0xEF9EBB) is known color: Shocking. HEX triplet: EF, 9E and BB. RGB value is (239,158,187). Sum of RGB (Red+Green+Blue) = 239+158+187=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 158 (62.11% from 255 or 27.05% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9EBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9EBB is #106144. Grayscale: #B9B9B9. Windows color (decimal): -1073477 or 12295919. OLE color: 12295919.
HSL color Cylindrical-coordinate representation of color #EF9EBB: hue angle of 338.52º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EF9EBB is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 187 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.06 |
| HSL | 338.52º | 0.72% | 0.78% | - |
| HSV(B) | 338.52º | 0.34% | 0.94% | - |
| XYZ | 56.79 | 46.39 | 52.98 | - |
| YUV | 185.53 | 128.84 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 187 | 0 | 0.34 | 0.22 | 0.06 | 338.52 | 0.72 | 0.78 |
| Hex | EF | 9E | BB | 0 | 22 | 16 | 6 | 153 | 48 | 4E |
| Octal | 357 | 236 | 273 | 0 | 42 | 26 | 6 | 523 | 110 | 116 |
| Binary | 11101111 | 10011110 | 10111011 | 0 | 100010 | 10110 | 110 | 101010011 | 1001000 | 1001110 |
Color Harmonies of #EF9EBB
Complementary color
Monochromatic Colors of #EF9EBB
Black with #EF9EBB
Text Example
Text Example
White with #EF9EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9EBB; }
p { color: rgb(239,158,187); }
H1.HeaderClassName
{
color: #EF9EBB;
}
.AnyTagClassName
{
color: #EF9EBB;
}
</style>
background-color css
<style>
a { background-color: #EF9EBB; }
a { background-color: rgb(239,158,187); }
div.DivClassName
{
background-color: #EF9EBB;
}
.BgClassName
{
background-color: #EF9EBB;
}
</style>
border-color css
<style>
span { border-color: #EF9EBB; }
span { border-color: rgb(239,158,187); }
td.TdClassName
{
border-color: #EF9EBB;
}
.TagClassName
{
border-color: #EF9EBB;
}
</style>