Shades of Shocking Pink #EF00BC
Tints of Shocking Pink #EF00BC
RGB
CMYK
RGB Variations
Color information
#EF00BC (or 0xEF00BC) is known color: Shocking Pink. HEX triplet: EF, 00 and BC. RGB value is (239,0,188). Sum of RGB (Red+Green+Blue) = 239+0+188=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 0 (0.39% from 255 or 0% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EF00BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF00BC is #10FF43. Grayscale: #5C5C5C. Windows color (decimal): -1113924 or 12321007. OLE color: 12321007.
HSL color Cylindrical-coordinate representation of color #EF00BC: hue angle of 312.8º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF00BC is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 188 | - |
| CMYK | 0 | 1 | 0.21 | 0.06 |
| HSL | 312.8º | 1% | 0.47% | - |
| HSV(B) | 312.8º | 1% | 0.94% | - |
| XYZ | 44.67 | 21.98 | 49.47 | - |
| YUV | 92.89 | 181.68 | 232.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 188 | 0 | 1 | 0.21 | 0.06 | 312.8 | 1 | 0.47 |
| Hex | EF | 0 | BC | 0 | 64 | 15 | 6 | 139 | 64 | 2F |
| Octal | 357 | 0 | 274 | 0 | 144 | 25 | 6 | 471 | 144 | 57 |
| Binary | 11101111 | 0 | 10111100 | 0 | 1100100 | 10101 | 110 | 100111001 | 1100100 | 101111 |
Color Harmonies of #EF00BC
Complementary color
Monochromatic Colors of #EF00BC
Black with #EF00BC
Text Example
Text Example
White with #EF00BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF00BC; }
p { color: rgb(239,0,188); }
H1.HeaderClassName
{
color: #EF00BC;
}
.AnyTagClassName
{
color: #EF00BC;
}
</style>
background-color css
<style>
a { background-color: #EF00BC; }
a { background-color: rgb(239,0,188); }
div.DivClassName
{
background-color: #EF00BC;
}
.BgClassName
{
background-color: #EF00BC;
}
</style>
border-color css
<style>
span { border-color: #EF00BC; }
span { border-color: rgb(239,0,188); }
td.TdClassName
{
border-color: #EF00BC;
}
.TagClassName
{
border-color: #EF00BC;
}
</style>