Shades of Shocking Pink #EF07BB
Tints of Shocking Pink #EF07BB
RGB
CMYK
RGB Variations
Color information
#EF07BB (or 0xEF07BB) is known color: Shocking Pink. HEX triplet: EF, 07 and BB. RGB value is (239,7,187). Sum of RGB (Red+Green+Blue) = 239+7+187=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 7 (3.12% from 255 or 1.62% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EF07BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF07BB is #10F844. Grayscale: #606060. Windows color (decimal): -1112133 or 12257263. OLE color: 12257263.
HSL color Cylindrical-coordinate representation of color #EF07BB: hue angle of 313.45º 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 #EF07BB is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 187 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.06 |
| HSL | 313.45º | 0.94% | 0.48% | - |
| HSV(B) | 313.45º | 0.97% | 0.94% | - |
| XYZ | 44.64 | 22.09 | 48.92 | - |
| YUV | 96.89 | 178.86 | 229.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 187 | 0 | 0.97 | 0.22 | 0.06 | 313.45 | 0.94 | 0.48 |
| Hex | EF | 7 | BB | 0 | 61 | 16 | 6 | 139 | 5E | 30 |
| Octal | 357 | 7 | 273 | 0 | 141 | 26 | 6 | 471 | 136 | 60 |
| Binary | 11101111 | 111 | 10111011 | 0 | 1100001 | 10110 | 110 | 100111001 | 1011110 | 110000 |
Color Harmonies of #EF07BB
Complementary color
Monochromatic Colors of #EF07BB
Black with #EF07BB
Text Example
Text Example
White with #EF07BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF07BB; }
p { color: rgb(239,7,187); }
H1.HeaderClassName
{
color: #EF07BB;
}
.AnyTagClassName
{
color: #EF07BB;
}
</style>
background-color css
<style>
a { background-color: #EF07BB; }
a { background-color: rgb(239,7,187); }
div.DivClassName
{
background-color: #EF07BB;
}
.BgClassName
{
background-color: #EF07BB;
}
</style>
border-color css
<style>
span { border-color: #EF07BB; }
span { border-color: rgb(239,7,187); }
td.TdClassName
{
border-color: #EF07BB;
}
.TagClassName
{
border-color: #EF07BB;
}
</style>