Shades of Shocking #EF92BA
Tints of Shocking #EF92BA
RGB
CMYK
RGB Variations
Color information
#EF92BA (or 0xEF92BA) is known color: Shocking. HEX triplet: EF, 92 and BA. RGB value is (239,146,186). Sum of RGB (Red+Green+Blue) = 239+146+186=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 146 (57.42% from 255 or 25.57% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EF92BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF92BA is #106D45. Grayscale: #B2B2B2. Windows color (decimal): -1076550 or 12227311. OLE color: 12227311.
HSL color Cylindrical-coordinate representation of color #EF92BA: hue angle of 334.19º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF92BA is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 186 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.06 |
| HSL | 334.19º | 0.74% | 0.75% | - |
| HSV(B) | 334.19º | 0.39% | 0.94% | - |
| XYZ | 54.74 | 42.45 | 51.76 | - |
| YUV | 178.37 | 132.31 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 186 | 0 | 0.39 | 0.22 | 0.06 | 334.19 | 0.74 | 0.75 |
| Hex | EF | 92 | BA | 0 | 27 | 16 | 6 | 14E | 4A | 4B |
| Octal | 357 | 222 | 272 | 0 | 47 | 26 | 6 | 516 | 112 | 113 |
| Binary | 11101111 | 10010010 | 10111010 | 0 | 100111 | 10110 | 110 | 101001110 | 1001010 | 1001011 |
Color Harmonies of #EF92BA
Complementary color
Monochromatic Colors of #EF92BA
Black with #EF92BA
Text Example
Text Example
White with #EF92BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF92BA; }
p { color: rgb(239,146,186); }
H1.HeaderClassName
{
color: #EF92BA;
}
.AnyTagClassName
{
color: #EF92BA;
}
</style>
background-color css
<style>
a { background-color: #EF92BA; }
a { background-color: rgb(239,146,186); }
div.DivClassName
{
background-color: #EF92BA;
}
.BgClassName
{
background-color: #EF92BA;
}
</style>
border-color css
<style>
span { border-color: #EF92BA; }
span { border-color: rgb(239,146,186); }
td.TdClassName
{
border-color: #EF92BA;
}
.TagClassName
{
border-color: #EF92BA;
}
</style>