Shades of Shocking Pink #EF1BCC
Tints of Shocking Pink #EF1BCC
RGB
CMYK
RGB Variations
Color information
#EF1BCC (or 0xEF1BCC) is known color: Shocking Pink. HEX triplet: EF, 1B and CC. RGB value is (239,27,204). Sum of RGB (Red+Green+Blue) = 239+27+204=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 27 (10.94% from 255 or 5.74% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1BCC is #10E433. Grayscale: #6E6E6E. Windows color (decimal): -1106996 or 13376495. OLE color: 13376495.
HSL color Cylindrical-coordinate representation of color #EF1BCC: hue angle of 309.91º 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 #EF1BCC is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 204 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.06 |
| HSL | 309.91º | 0.87% | 0.52% | - |
| HSV(B) | 309.91º | 0.89% | 0.94% | - |
| XYZ | 46.89 | 23.49 | 59.19 | - |
| YUV | 110.57 | 180.74 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 204 | 0 | 0.89 | 0.15 | 0.06 | 309.91 | 0.87 | 0.52 |
| Hex | EF | 1B | CC | 0 | 59 | F | 6 | 136 | 57 | 34 |
| Octal | 357 | 33 | 314 | 0 | 131 | 17 | 6 | 466 | 127 | 64 |
| Binary | 11101111 | 11011 | 11001100 | 0 | 1011001 | 1111 | 110 | 100110110 | 1010111 | 110100 |
Color Harmonies of #EF1BCC
Complementary color
Monochromatic Colors of #EF1BCC
Black with #EF1BCC
Text Example
Text Example
White with #EF1BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1BCC; }
p { color: rgb(239,27,204); }
H1.HeaderClassName
{
color: #EF1BCC;
}
.AnyTagClassName
{
color: #EF1BCC;
}
</style>
background-color css
<style>
a { background-color: #EF1BCC; }
a { background-color: rgb(239,27,204); }
div.DivClassName
{
background-color: #EF1BCC;
}
.BgClassName
{
background-color: #EF1BCC;
}
</style>
border-color css
<style>
span { border-color: #EF1BCC; }
span { border-color: rgb(239,27,204); }
td.TdClassName
{
border-color: #EF1BCC;
}
.TagClassName
{
border-color: #EF1BCC;
}
</style>