Shades of Shocking #EF9CBB
Tints of Shocking #EF9CBB
RGB
CMYK
RGB Variations
Color information
#EF9CBB (or 0xEF9CBB) is known color: Shocking. HEX triplet: EF, 9C and BB. RGB value is (239,156,187). Sum of RGB (Red+Green+Blue) = 239+156+187=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 156 (61.33% from 255 or 26.80% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9CBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9CBB is #106344. Grayscale: #B8B8B8. Windows color (decimal): -1073989 or 12295407. OLE color: 12295407.
HSL color Cylindrical-coordinate representation of color #EF9CBB: hue angle of 337.59º 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 #EF9CBB is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 156 | 187 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.06 |
| HSL | 337.59º | 0.72% | 0.77% | - |
| HSV(B) | 337.59º | 0.35% | 0.94% | - |
| XYZ | 56.45 | 45.72 | 52.86 | - |
| YUV | 184.35 | 129.5 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 156 | 187 | 0 | 0.35 | 0.22 | 0.06 | 337.59 | 0.72 | 0.77 |
| Hex | EF | 9C | BB | 0 | 23 | 16 | 6 | 152 | 48 | 4D |
| Octal | 357 | 234 | 273 | 0 | 43 | 26 | 6 | 522 | 110 | 115 |
| Binary | 11101111 | 10011100 | 10111011 | 0 | 100011 | 10110 | 110 | 101010010 | 1001000 | 1001101 |
Color Harmonies of #EF9CBB
Complementary color
Monochromatic Colors of #EF9CBB
Black with #EF9CBB
Text Example
Text Example
White with #EF9CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9CBB; }
p { color: rgb(239,156,187); }
H1.HeaderClassName
{
color: #EF9CBB;
}
.AnyTagClassName
{
color: #EF9CBB;
}
</style>
background-color css
<style>
a { background-color: #EF9CBB; }
a { background-color: rgb(239,156,187); }
div.DivClassName
{
background-color: #EF9CBB;
}
.BgClassName
{
background-color: #EF9CBB;
}
</style>
border-color css
<style>
span { border-color: #EF9CBB; }
span { border-color: rgb(239,156,187); }
td.TdClassName
{
border-color: #EF9CBB;
}
.TagClassName
{
border-color: #EF9CBB;
}
</style>