Shades of Shocking #EF9EBA
Tints of Shocking #EF9EBA
RGB
CMYK
RGB Variations
Color information
#EF9EBA (or 0xEF9EBA) is known color: Shocking. HEX triplet: EF, 9E and BA. RGB value is (239,158,186). Sum of RGB (Red+Green+Blue) = 239+158+186=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 158 (62.11% from 255 or 27.10% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9EBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9EBA is #106145. Grayscale: #B9B9B9. Windows color (decimal): -1073478 or 12230383. OLE color: 12230383.
HSL color Cylindrical-coordinate representation of color #EF9EBA: hue angle of 339.26º 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 #EF9EBA is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 186 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.06 |
| HSL | 339.26º | 0.72% | 0.78% | - |
| HSV(B) | 339.26º | 0.34% | 0.94% | - |
| XYZ | 56.69 | 46.35 | 52.41 | - |
| YUV | 185.41 | 128.34 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 186 | 0 | 0.34 | 0.22 | 0.06 | 339.26 | 0.72 | 0.78 |
| Hex | EF | 9E | BA | 0 | 22 | 16 | 6 | 153 | 48 | 4E |
| Octal | 357 | 236 | 272 | 0 | 42 | 26 | 6 | 523 | 110 | 116 |
| Binary | 11101111 | 10011110 | 10111010 | 0 | 100010 | 10110 | 110 | 101010011 | 1001000 | 1001110 |
Color Harmonies of #EF9EBA
Complementary color
Monochromatic Colors of #EF9EBA
Black with #EF9EBA
Text Example
Text Example
White with #EF9EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9EBA; }
p { color: rgb(239,158,186); }
H1.HeaderClassName
{
color: #EF9EBA;
}
.AnyTagClassName
{
color: #EF9EBA;
}
</style>
background-color css
<style>
a { background-color: #EF9EBA; }
a { background-color: rgb(239,158,186); }
div.DivClassName
{
background-color: #EF9EBA;
}
.BgClassName
{
background-color: #EF9EBA;
}
</style>
border-color css
<style>
span { border-color: #EF9EBA; }
span { border-color: rgb(239,158,186); }
td.TdClassName
{
border-color: #EF9EBA;
}
.TagClassName
{
border-color: #EF9EBA;
}
</style>