Shades of Shocking Pink #EF1DBB
Tints of Shocking Pink #EF1DBB
RGB
CMYK
RGB Variations
Color information
#EF1DBB (or 0xEF1DBB) is known color: Shocking Pink. HEX triplet: EF, 1D and BB. RGB value is (239,29,187). Sum of RGB (Red+Green+Blue) = 239+29+187=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 29 (11.72% from 255 or 6.37% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1DBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1DBB is #10E244. Grayscale: #6D6D6D. Windows color (decimal): -1106501 or 12262895. OLE color: 12262895.
HSL color Cylindrical-coordinate representation of color #EF1DBB: hue angle of 314.86º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1DBB is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 187 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.06 |
| HSL | 314.86º | 0.87% | 0.53% | - |
| HSV(B) | 314.86º | 0.88% | 0.94% | - |
| XYZ | 45.01 | 22.82 | 49.05 | - |
| YUV | 109.8 | 171.57 | 220.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 187 | 0 | 0.88 | 0.22 | 0.06 | 314.86 | 0.87 | 0.53 |
| Hex | EF | 1D | BB | 0 | 58 | 16 | 6 | 13B | 57 | 35 |
| Octal | 357 | 35 | 273 | 0 | 130 | 26 | 6 | 473 | 127 | 65 |
| Binary | 11101111 | 11101 | 10111011 | 0 | 1011000 | 10110 | 110 | 100111011 | 1010111 | 110101 |
Color Harmonies of #EF1DBB
Complementary color
Monochromatic Colors of #EF1DBB
Black with #EF1DBB
Text Example
Text Example
White with #EF1DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1DBB; }
p { color: rgb(239,29,187); }
H1.HeaderClassName
{
color: #EF1DBB;
}
.AnyTagClassName
{
color: #EF1DBB;
}
</style>
background-color css
<style>
a { background-color: #EF1DBB; }
a { background-color: rgb(239,29,187); }
div.DivClassName
{
background-color: #EF1DBB;
}
.BgClassName
{
background-color: #EF1DBB;
}
</style>
border-color css
<style>
span { border-color: #EF1DBB; }
span { border-color: rgb(239,29,187); }
td.TdClassName
{
border-color: #EF1DBB;
}
.TagClassName
{
border-color: #EF1DBB;
}
</style>