Shades of Shocking Pink #EF1BBC
Tints of Shocking Pink #EF1BBC
RGB
CMYK
RGB Variations
Color information
#EF1BBC (or 0xEF1BBC) is known color: Shocking Pink. HEX triplet: EF, 1B and BC. RGB value is (239,27,188). Sum of RGB (Red+Green+Blue) = 239+27+188=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 27 (10.94% from 255 or 5.95% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1BBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1BBC is #10E443. Grayscale: #6C6C6C. Windows color (decimal): -1107012 or 12327919. OLE color: 12327919.
HSL color Cylindrical-coordinate representation of color #EF1BBC: hue angle of 314.43º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1BBC is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 188 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.06 |
| HSL | 314.43º | 0.87% | 0.52% | - |
| HSV(B) | 314.43º | 0.89% | 0.94% | - |
| XYZ | 45.07 | 22.77 | 49.6 | - |
| YUV | 108.74 | 172.74 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 188 | 0 | 0.89 | 0.21 | 0.06 | 314.43 | 0.87 | 0.52 |
| Hex | EF | 1B | BC | 0 | 59 | 15 | 6 | 13A | 57 | 34 |
| Octal | 357 | 33 | 274 | 0 | 131 | 25 | 6 | 472 | 127 | 64 |
| Binary | 11101111 | 11011 | 10111100 | 0 | 1011001 | 10101 | 110 | 100111010 | 1010111 | 110100 |
Color Harmonies of #EF1BBC
Complementary color
Monochromatic Colors of #EF1BBC
Black with #EF1BBC
Text Example
Text Example
White with #EF1BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1BBC; }
p { color: rgb(239,27,188); }
H1.HeaderClassName
{
color: #EF1BBC;
}
.AnyTagClassName
{
color: #EF1BBC;
}
</style>
background-color css
<style>
a { background-color: #EF1BBC; }
a { background-color: rgb(239,27,188); }
div.DivClassName
{
background-color: #EF1BBC;
}
.BgClassName
{
background-color: #EF1BBC;
}
</style>
border-color css
<style>
span { border-color: #EF1BBC; }
span { border-color: rgb(239,27,188); }
td.TdClassName
{
border-color: #EF1BBC;
}
.TagClassName
{
border-color: #EF1BBC;
}
</style>