Shades of Shocking #EF98BB
Tints of Shocking #EF98BB
RGB
CMYK
RGB Variations
Color information
#EF98BB (or 0xEF98BB) is known color: Shocking. HEX triplet: EF, 98 and BB. RGB value is (239,152,187). Sum of RGB (Red+Green+Blue) = 239+152+187=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 152 (59.77% from 255 or 26.30% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EF98BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF98BB is #106744. Grayscale: #B5B5B5. Windows color (decimal): -1075013 or 12294383. OLE color: 12294383.
HSL color Cylindrical-coordinate representation of color #EF98BB: hue angle of 335.86º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF98BB is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 152 | 187 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.06 |
| HSL | 335.86º | 0.73% | 0.77% | - |
| HSV(B) | 335.86º | 0.36% | 0.94% | - |
| XYZ | 55.79 | 44.4 | 52.64 | - |
| YUV | 182 | 130.82 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 152 | 187 | 0 | 0.36 | 0.22 | 0.06 | 335.86 | 0.73 | 0.77 |
| Hex | EF | 98 | BB | 0 | 24 | 16 | 6 | 150 | 49 | 4D |
| Octal | 357 | 230 | 273 | 0 | 44 | 26 | 6 | 520 | 111 | 115 |
| Binary | 11101111 | 10011000 | 10111011 | 0 | 100100 | 10110 | 110 | 101010000 | 1001001 | 1001101 |
Color Harmonies of #EF98BB
Complementary color
Monochromatic Colors of #EF98BB
Black with #EF98BB
Text Example
Text Example
White with #EF98BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF98BB; }
p { color: rgb(239,152,187); }
H1.HeaderClassName
{
color: #EF98BB;
}
.AnyTagClassName
{
color: #EF98BB;
}
</style>
background-color css
<style>
a { background-color: #EF98BB; }
a { background-color: rgb(239,152,187); }
div.DivClassName
{
background-color: #EF98BB;
}
.BgClassName
{
background-color: #EF98BB;
}
</style>
border-color css
<style>
span { border-color: #EF98BB; }
span { border-color: rgb(239,152,187); }
td.TdClassName
{
border-color: #EF98BB;
}
.TagClassName
{
border-color: #EF98BB;
}
</style>