Shades of Shocking Pink #EF1BBD
Tints of Shocking Pink #EF1BBD
RGB
CMYK
RGB Variations
Color information
#EF1BBD (or 0xEF1BBD) is known color: Shocking Pink. HEX triplet: EF, 1B and BD. RGB value is (239,27,189). Sum of RGB (Red+Green+Blue) = 239+27+189=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 27 (10.94% from 255 or 5.93% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1BBD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1BBD is #10E442. Grayscale: #6C6C6C. Windows color (decimal): -1107011 or 12393455. OLE color: 12393455.
HSL color Cylindrical-coordinate representation of color #EF1BBD: hue angle of 314.15º 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 #EF1BBD is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 189 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.06 |
| HSL | 314.15º | 0.87% | 0.52% | - |
| HSV(B) | 314.15º | 0.89% | 0.94% | - |
| XYZ | 45.17 | 22.81 | 50.17 | - |
| YUV | 108.86 | 173.24 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 189 | 0 | 0.89 | 0.21 | 0.06 | 314.15 | 0.87 | 0.52 |
| Hex | EF | 1B | BD | 0 | 59 | 15 | 6 | 13A | 57 | 34 |
| Octal | 357 | 33 | 275 | 0 | 131 | 25 | 6 | 472 | 127 | 64 |
| Binary | 11101111 | 11011 | 10111101 | 0 | 1011001 | 10101 | 110 | 100111010 | 1010111 | 110100 |
Color Harmonies of #EF1BBD
Complementary color
Monochromatic Colors of #EF1BBD
Black with #EF1BBD
Text Example
Text Example
White with #EF1BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1BBD; }
p { color: rgb(239,27,189); }
H1.HeaderClassName
{
color: #EF1BBD;
}
.AnyTagClassName
{
color: #EF1BBD;
}
</style>
background-color css
<style>
a { background-color: #EF1BBD; }
a { background-color: rgb(239,27,189); }
div.DivClassName
{
background-color: #EF1BBD;
}
.BgClassName
{
background-color: #EF1BBD;
}
</style>
border-color css
<style>
span { border-color: #EF1BBD; }
span { border-color: rgb(239,27,189); }
td.TdClassName
{
border-color: #EF1BBD;
}
.TagClassName
{
border-color: #EF1BBD;
}
</style>