Shades of Shocking #EF8DBB
Tints of Shocking #EF8DBB
RGB
CMYK
RGB Variations
Color information
#EF8DBB (or 0xEF8DBB) is known color: Shocking. HEX triplet: EF, 8D and BB. RGB value is (239,141,187). Sum of RGB (Red+Green+Blue) = 239+141+187=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8DBB is #107244. Grayscale: #AFAFAF. Windows color (decimal): -1077829 or 12291567. OLE color: 12291567.
HSL color Cylindrical-coordinate representation of color #EF8DBB: hue angle of 331.84º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8DBB is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 187 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.06 |
| HSL | 331.84º | 0.75% | 0.75% | - |
| HSV(B) | 331.84º | 0.41% | 0.94% | - |
| XYZ | 54.09 | 40.99 | 52.07 | - |
| YUV | 175.55 | 134.47 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 187 | 0 | 0.41 | 0.22 | 0.06 | 331.84 | 0.75 | 0.75 |
| Hex | EF | 8D | BB | 0 | 29 | 16 | 6 | 14C | 4B | 4B |
| Octal | 357 | 215 | 273 | 0 | 51 | 26 | 6 | 514 | 113 | 113 |
| Binary | 11101111 | 10001101 | 10111011 | 0 | 101001 | 10110 | 110 | 101001100 | 1001011 | 1001011 |
Color Harmonies of #EF8DBB
Complementary color
Monochromatic Colors of #EF8DBB
Black with #EF8DBB
Text Example
Text Example
White with #EF8DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8DBB; }
p { color: rgb(239,141,187); }
H1.HeaderClassName
{
color: #EF8DBB;
}
.AnyTagClassName
{
color: #EF8DBB;
}
</style>
background-color css
<style>
a { background-color: #EF8DBB; }
a { background-color: rgb(239,141,187); }
div.DivClassName
{
background-color: #EF8DBB;
}
.BgClassName
{
background-color: #EF8DBB;
}
</style>
border-color css
<style>
span { border-color: #EF8DBB; }
span { border-color: rgb(239,141,187); }
td.TdClassName
{
border-color: #EF8DBB;
}
.TagClassName
{
border-color: #EF8DBB;
}
</style>