Shades of Shocking Pink #EF1FBB
Tints of Shocking Pink #EF1FBB
RGB
CMYK
RGB Variations
Color information
#EF1FBB (or 0xEF1FBB) is known color: Shocking Pink. HEX triplet: EF, 1F and BB. RGB value is (239,31,187). Sum of RGB (Red+Green+Blue) = 239+31+187=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 31 (12.5% from 255 or 6.78% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1FBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1FBB is #10E044. Grayscale: #6E6E6E. Windows color (decimal): -1105989 or 12263407. OLE color: 12263407.
HSL color Cylindrical-coordinate representation of color #EF1FBB: hue angle of 315º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1FBB is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 31 | 187 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.06 |
| HSL | 315º | 0.87% | 0.53% | - |
| HSV(B) | 315º | 0.87% | 0.94% | - |
| XYZ | 45.06 | 22.92 | 49.06 | - |
| YUV | 110.98 | 170.91 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 31 | 187 | 0 | 0.87 | 0.22 | 0.06 | 315 | 0.87 | 0.53 |
| Hex | EF | 1F | BB | 0 | 57 | 16 | 6 | 13B | 57 | 35 |
| Octal | 357 | 37 | 273 | 0 | 127 | 26 | 6 | 473 | 127 | 65 |
| Binary | 11101111 | 11111 | 10111011 | 0 | 1010111 | 10110 | 110 | 100111011 | 1010111 | 110101 |
Color Harmonies of #EF1FBB
Complementary color
Monochromatic Colors of #EF1FBB
Black with #EF1FBB
Text Example
Text Example
White with #EF1FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1FBB; }
p { color: rgb(239,31,187); }
H1.HeaderClassName
{
color: #EF1FBB;
}
.AnyTagClassName
{
color: #EF1FBB;
}
</style>
background-color css
<style>
a { background-color: #EF1FBB; }
a { background-color: rgb(239,31,187); }
div.DivClassName
{
background-color: #EF1FBB;
}
.BgClassName
{
background-color: #EF1FBB;
}
</style>
border-color css
<style>
span { border-color: #EF1FBB; }
span { border-color: rgb(239,31,187); }
td.TdClassName
{
border-color: #EF1FBB;
}
.TagClassName
{
border-color: #EF1FBB;
}
</style>