Shades of Shocking Pink #EF0BBC
Tints of Shocking Pink #EF0BBC
RGB
CMYK
RGB Variations
Color information
#EF0BBC (or 0xEF0BBC) is known color: Shocking Pink. HEX triplet: EF, 0B and BC. RGB value is (239,11,188). Sum of RGB (Red+Green+Blue) = 239+11+188=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 11 (4.69% from 255 or 2.51% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0BBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0BBC is #10F443. Grayscale: #626262. Windows color (decimal): -1111108 or 12323823. OLE color: 12323823.
HSL color Cylindrical-coordinate representation of color #EF0BBC: hue angle of 313.42º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0BBC is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 11 | 188 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.06 |
| HSL | 313.42º | 0.91% | 0.49% | - |
| HSV(B) | 313.42º | 0.95% | 0.94% | - |
| XYZ | 44.79 | 22.22 | 49.51 | - |
| YUV | 99.35 | 178.04 | 227.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 11 | 188 | 0 | 0.95 | 0.21 | 0.06 | 313.42 | 0.91 | 0.49 |
| Hex | EF | B | BC | 0 | 5F | 15 | 6 | 139 | 5B | 31 |
| Octal | 357 | 13 | 274 | 0 | 137 | 25 | 6 | 471 | 133 | 61 |
| Binary | 11101111 | 1011 | 10111100 | 0 | 1011111 | 10101 | 110 | 100111001 | 1011011 | 110001 |
Color Harmonies of #EF0BBC
Complementary color
Monochromatic Colors of #EF0BBC
Black with #EF0BBC
Text Example
Text Example
White with #EF0BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0BBC; }
p { color: rgb(239,11,188); }
H1.HeaderClassName
{
color: #EF0BBC;
}
.AnyTagClassName
{
color: #EF0BBC;
}
</style>
background-color css
<style>
a { background-color: #EF0BBC; }
a { background-color: rgb(239,11,188); }
div.DivClassName
{
background-color: #EF0BBC;
}
.BgClassName
{
background-color: #EF0BBC;
}
</style>
border-color css
<style>
span { border-color: #EF0BBC; }
span { border-color: rgb(239,11,188); }
td.TdClassName
{
border-color: #EF0BBC;
}
.TagClassName
{
border-color: #EF0BBC;
}
</style>