Shades of Shocking #EF94BB
Tints of Shocking #EF94BB
RGB
CMYK
RGB Variations
Color information
#EF94BB (or 0xEF94BB) is known color: Shocking. HEX triplet: EF, 94 and BB. RGB value is (239,148,187). Sum of RGB (Red+Green+Blue) = 239+148+187=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EF94BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF94BB is #106B44. Grayscale: #B3B3B3. Windows color (decimal): -1076037 or 12293359. OLE color: 12293359.
HSL color Cylindrical-coordinate representation of color #EF94BB: hue angle of 334.29º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF94BB is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 148 | 187 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.06 |
| HSL | 334.29º | 0.74% | 0.76% | - |
| HSV(B) | 334.29º | 0.38% | 0.94% | - |
| XYZ | 55.16 | 43.12 | 52.43 | - |
| YUV | 179.66 | 132.15 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 187 | 0 | 0.38 | 0.22 | 0.06 | 334.29 | 0.74 | 0.76 |
| Hex | EF | 94 | BB | 0 | 26 | 16 | 6 | 14E | 4A | 4C |
| Octal | 357 | 224 | 273 | 0 | 46 | 26 | 6 | 516 | 112 | 114 |
| Binary | 11101111 | 10010100 | 10111011 | 0 | 100110 | 10110 | 110 | 101001110 | 1001010 | 1001100 |
Color Harmonies of #EF94BB
Complementary color
Monochromatic Colors of #EF94BB
Black with #EF94BB
Text Example
Text Example
White with #EF94BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF94BB; }
p { color: rgb(239,148,187); }
H1.HeaderClassName
{
color: #EF94BB;
}
.AnyTagClassName
{
color: #EF94BB;
}
</style>
background-color css
<style>
a { background-color: #EF94BB; }
a { background-color: rgb(239,148,187); }
div.DivClassName
{
background-color: #EF94BB;
}
.BgClassName
{
background-color: #EF94BB;
}
</style>
border-color css
<style>
span { border-color: #EF94BB; }
span { border-color: rgb(239,148,187); }
td.TdClassName
{
border-color: #EF94BB;
}
.TagClassName
{
border-color: #EF94BB;
}
</style>