Shades of Shocking #EF9DBC
Tints of Shocking #EF9DBC
RGB
CMYK
RGB Variations
Color information
#EF9DBC (or 0xEF9DBC) is known color: Shocking. HEX triplet: EF, 9D and BC. RGB value is (239,157,188). Sum of RGB (Red+Green+Blue) = 239+157+188=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 157 (61.72% from 255 or 26.88% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9DBC is #106243. Grayscale: #B9B9B9. Windows color (decimal): -1073732 or 12361199. OLE color: 12361199.
HSL color Cylindrical-coordinate representation of color #EF9DBC: hue angle of 337.32º 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 #EF9DBC is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 157 | 188 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.06 |
| HSL | 337.32º | 0.72% | 0.78% | - |
| HSV(B) | 337.32º | 0.34% | 0.94% | - |
| XYZ | 56.73 | 46.1 | 53.48 | - |
| YUV | 185.05 | 129.67 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 157 | 188 | 0 | 0.34 | 0.21 | 0.06 | 337.32 | 0.72 | 0.78 |
| Hex | EF | 9D | BC | 0 | 22 | 15 | 6 | 151 | 48 | 4E |
| Octal | 357 | 235 | 274 | 0 | 42 | 25 | 6 | 521 | 110 | 116 |
| Binary | 11101111 | 10011101 | 10111100 | 0 | 100010 | 10101 | 110 | 101010001 | 1001000 | 1001110 |
Color Harmonies of #EF9DBC
Complementary color
Monochromatic Colors of #EF9DBC
Black with #EF9DBC
Text Example
Text Example
White with #EF9DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9DBC; }
p { color: rgb(239,157,188); }
H1.HeaderClassName
{
color: #EF9DBC;
}
.AnyTagClassName
{
color: #EF9DBC;
}
</style>
background-color css
<style>
a { background-color: #EF9DBC; }
a { background-color: rgb(239,157,188); }
div.DivClassName
{
background-color: #EF9DBC;
}
.BgClassName
{
background-color: #EF9DBC;
}
</style>
border-color css
<style>
span { border-color: #EF9DBC; }
span { border-color: rgb(239,157,188); }
td.TdClassName
{
border-color: #EF9DBC;
}
.TagClassName
{
border-color: #EF9DBC;
}
</style>