Shades of Shocking #EF9CBA
Tints of Shocking #EF9CBA
RGB
CMYK
RGB Variations
Color information
#EF9CBA (or 0xEF9CBA) is known color: Shocking. HEX triplet: EF, 9C and BA. RGB value is (239,156,186). Sum of RGB (Red+Green+Blue) = 239+156+186=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 156 (61.33% from 255 or 26.85% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9CBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9CBA is #106345. Grayscale: #B8B8B8. Windows color (decimal): -1073990 or 12229871. OLE color: 12229871.
HSL color Cylindrical-coordinate representation of color #EF9CBA: hue angle of 338.31º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EF9CBA is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 156 | 186 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.06 |
| HSL | 338.31º | 0.72% | 0.77% | - |
| HSV(B) | 338.31º | 0.35% | 0.94% | - |
| XYZ | 56.35 | 45.67 | 52.3 | - |
| YUV | 184.24 | 129 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 156 | 186 | 0 | 0.35 | 0.22 | 0.06 | 338.31 | 0.72 | 0.77 |
| Hex | EF | 9C | BA | 0 | 23 | 16 | 6 | 152 | 48 | 4D |
| Octal | 357 | 234 | 272 | 0 | 43 | 26 | 6 | 522 | 110 | 115 |
| Binary | 11101111 | 10011100 | 10111010 | 0 | 100011 | 10110 | 110 | 101010010 | 1001000 | 1001101 |
Color Harmonies of #EF9CBA
Complementary color
Monochromatic Colors of #EF9CBA
Black with #EF9CBA
Text Example
Text Example
White with #EF9CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9CBA; }
p { color: rgb(239,156,186); }
H1.HeaderClassName
{
color: #EF9CBA;
}
.AnyTagClassName
{
color: #EF9CBA;
}
</style>
background-color css
<style>
a { background-color: #EF9CBA; }
a { background-color: rgb(239,156,186); }
div.DivClassName
{
background-color: #EF9CBA;
}
.BgClassName
{
background-color: #EF9CBA;
}
</style>
border-color css
<style>
span { border-color: #EF9CBA; }
span { border-color: rgb(239,156,186); }
td.TdClassName
{
border-color: #EF9CBA;
}
.TagClassName
{
border-color: #EF9CBA;
}
</style>