Shades of Shocking Pink #EF06BC
Tints of Shocking Pink #EF06BC
RGB
CMYK
RGB Variations
Color information
#EF06BC (or 0xEF06BC) is known color: Shocking Pink. HEX triplet: EF, 06 and BC. RGB value is (239,6,188). Sum of RGB (Red+Green+Blue) = 239+6+188=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 6 (2.73% from 255 or 1.39% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EF06BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF06BC is #10F943. Grayscale: #5F5F5F. Windows color (decimal): -1112388 or 12322543. OLE color: 12322543.
HSL color Cylindrical-coordinate representation of color #EF06BC: hue angle of 313.13º degrees, saturation: 0.95, 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 #EF06BC is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 188 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.06 |
| HSL | 313.13º | 0.95% | 0.48% | - |
| HSV(B) | 313.13º | 0.97% | 0.94% | - |
| XYZ | 44.74 | 22.11 | 49.49 | - |
| YUV | 96.42 | 179.69 | 229.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 188 | 0 | 0.97 | 0.21 | 0.06 | 313.13 | 0.95 | 0.48 |
| Hex | EF | 6 | BC | 0 | 61 | 15 | 6 | 139 | 5F | 30 |
| Octal | 357 | 6 | 274 | 0 | 141 | 25 | 6 | 471 | 137 | 60 |
| Binary | 11101111 | 110 | 10111100 | 0 | 1100001 | 10101 | 110 | 100111001 | 1011111 | 110000 |
Color Harmonies of #EF06BC
Complementary color
Monochromatic Colors of #EF06BC
Black with #EF06BC
Text Example
Text Example
White with #EF06BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF06BC; }
p { color: rgb(239,6,188); }
H1.HeaderClassName
{
color: #EF06BC;
}
.AnyTagClassName
{
color: #EF06BC;
}
</style>
background-color css
<style>
a { background-color: #EF06BC; }
a { background-color: rgb(239,6,188); }
div.DivClassName
{
background-color: #EF06BC;
}
.BgClassName
{
background-color: #EF06BC;
}
</style>
border-color css
<style>
span { border-color: #EF06BC; }
span { border-color: rgb(239,6,188); }
td.TdClassName
{
border-color: #EF06BC;
}
.TagClassName
{
border-color: #EF06BC;
}
</style>