Shades of Shocking #EF94BC
Tints of Shocking #EF94BC
RGB
CMYK
RGB Variations
Color information
#EF94BC (or 0xEF94BC) is known color: Shocking. HEX triplet: EF, 94 and BC. RGB value is (239,148,188). Sum of RGB (Red+Green+Blue) = 239+148+188=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 148 (58.20% from 255 or 25.74% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EF94BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF94BC is #106B43. Grayscale: #B3B3B3. Windows color (decimal): -1076036 or 12358895. OLE color: 12358895.
HSL color Cylindrical-coordinate representation of color #EF94BC: hue angle of 333.63º 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 #EF94BC is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 148 | 188 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.06 |
| HSL | 333.63º | 0.74% | 0.76% | - |
| HSV(B) | 333.63º | 0.38% | 0.94% | - |
| XYZ | 55.26 | 43.16 | 53 | - |
| YUV | 179.77 | 132.65 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 188 | 0 | 0.38 | 0.21 | 0.06 | 333.63 | 0.74 | 0.76 |
| Hex | EF | 94 | BC | 0 | 26 | 15 | 6 | 14E | 4A | 4C |
| Octal | 357 | 224 | 274 | 0 | 46 | 25 | 6 | 516 | 112 | 114 |
| Binary | 11101111 | 10010100 | 10111100 | 0 | 100110 | 10101 | 110 | 101001110 | 1001010 | 1001100 |
Color Harmonies of #EF94BC
Complementary color
Monochromatic Colors of #EF94BC
Black with #EF94BC
Text Example
Text Example
White with #EF94BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF94BC; }
p { color: rgb(239,148,188); }
H1.HeaderClassName
{
color: #EF94BC;
}
.AnyTagClassName
{
color: #EF94BC;
}
</style>
background-color css
<style>
a { background-color: #EF94BC; }
a { background-color: rgb(239,148,188); }
div.DivClassName
{
background-color: #EF94BC;
}
.BgClassName
{
background-color: #EF94BC;
}
</style>
border-color css
<style>
span { border-color: #EF94BC; }
span { border-color: rgb(239,148,188); }
td.TdClassName
{
border-color: #EF94BC;
}
.TagClassName
{
border-color: #EF94BC;
}
</style>