Shades of Shocking #EF8EBA
Tints of Shocking #EF8EBA
RGB
CMYK
RGB Variations
Color information
#EF8EBA (or 0xEF8EBA) is known color: Shocking. HEX triplet: EF, 8E and BA. RGB value is (239,142,186). Sum of RGB (Red+Green+Blue) = 239+142+186=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 142 (55.86% from 255 or 25.04% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8EBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8EBA is #107145. Grayscale: #AFAFAF. Windows color (decimal): -1077574 or 12226287. OLE color: 12226287.
HSL color Cylindrical-coordinate representation of color #EF8EBA: hue angle of 332.78º 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 #EF8EBA is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 142 | 186 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.06 |
| HSL | 332.78º | 0.75% | 0.75% | - |
| HSV(B) | 332.78º | 0.41% | 0.94% | - |
| XYZ | 54.13 | 41.24 | 51.56 | - |
| YUV | 176.02 | 133.64 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 142 | 186 | 0 | 0.41 | 0.22 | 0.06 | 332.78 | 0.75 | 0.75 |
| Hex | EF | 8E | BA | 0 | 29 | 16 | 6 | 14D | 4B | 4B |
| Octal | 357 | 216 | 272 | 0 | 51 | 26 | 6 | 515 | 113 | 113 |
| Binary | 11101111 | 10001110 | 10111010 | 0 | 101001 | 10110 | 110 | 101001101 | 1001011 | 1001011 |
Color Harmonies of #EF8EBA
Complementary color
Monochromatic Colors of #EF8EBA
Black with #EF8EBA
Text Example
Text Example
White with #EF8EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8EBA; }
p { color: rgb(239,142,186); }
H1.HeaderClassName
{
color: #EF8EBA;
}
.AnyTagClassName
{
color: #EF8EBA;
}
</style>
background-color css
<style>
a { background-color: #EF8EBA; }
a { background-color: rgb(239,142,186); }
div.DivClassName
{
background-color: #EF8EBA;
}
.BgClassName
{
background-color: #EF8EBA;
}
</style>
border-color css
<style>
span { border-color: #EF8EBA; }
span { border-color: rgb(239,142,186); }
td.TdClassName
{
border-color: #EF8EBA;
}
.TagClassName
{
border-color: #EF8EBA;
}
</style>