Shades of Shocking Pink #EF08BC
Tints of Shocking Pink #EF08BC
RGB
CMYK
RGB Variations
Color information
#EF08BC (or 0xEF08BC) is known color: Shocking Pink. HEX triplet: EF, 08 and BC. RGB value is (239,8,188). Sum of RGB (Red+Green+Blue) = 239+8+188=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 8 (3.52% from 255 or 1.84% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF08BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF08BC is #10F743. Grayscale: #616161. Windows color (decimal): -1111876 or 12323055. OLE color: 12323055.
HSL color Cylindrical-coordinate representation of color #EF08BC: hue angle of 313.25º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF08BC is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 188 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.06 |
| HSL | 313.25º | 0.94% | 0.48% | - |
| HSV(B) | 313.25º | 0.97% | 0.94% | - |
| XYZ | 44.76 | 22.16 | 49.49 | - |
| YUV | 97.59 | 179.03 | 228.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 188 | 0 | 0.97 | 0.21 | 0.06 | 313.25 | 0.94 | 0.48 |
| Hex | EF | 8 | BC | 0 | 61 | 15 | 6 | 139 | 5E | 30 |
| Octal | 357 | 10 | 274 | 0 | 141 | 25 | 6 | 471 | 136 | 60 |
| Binary | 11101111 | 1000 | 10111100 | 0 | 1100001 | 10101 | 110 | 100111001 | 1011110 | 110000 |
Color Harmonies of #EF08BC
Complementary color
Monochromatic Colors of #EF08BC
Black with #EF08BC
Text Example
Text Example
White with #EF08BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF08BC; }
p { color: rgb(239,8,188); }
H1.HeaderClassName
{
color: #EF08BC;
}
.AnyTagClassName
{
color: #EF08BC;
}
</style>
background-color css
<style>
a { background-color: #EF08BC; }
a { background-color: rgb(239,8,188); }
div.DivClassName
{
background-color: #EF08BC;
}
.BgClassName
{
background-color: #EF08BC;
}
</style>
border-color css
<style>
span { border-color: #EF08BC; }
span { border-color: rgb(239,8,188); }
td.TdClassName
{
border-color: #EF08BC;
}
.TagClassName
{
border-color: #EF08BC;
}
</style>