Shades of Shocking Pink #EF1BC9
Tints of Shocking Pink #EF1BC9
RGB
CMYK
RGB Variations
Color information
#EF1BC9 (or 0xEF1BC9) is known color: Shocking Pink. HEX triplet: EF, 1B and C9. RGB value is (239,27,201). Sum of RGB (Red+Green+Blue) = 239+27+201=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 27 (10.94% from 255 or 5.78% from 467); Blue value is 201 (78.91% from 255 or 43.04% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1BC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1BC9 is #10E436. Grayscale: #6D6D6D. Windows color (decimal): -1106999 or 13179887. OLE color: 13179887.
HSL color Cylindrical-coordinate representation of color #EF1BC9: hue angle of 310.75º 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 #EF1BC9 is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 201 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.06 |
| HSL | 310.75º | 0.87% | 0.52% | - |
| HSV(B) | 310.75º | 0.89% | 0.94% | - |
| XYZ | 46.53 | 23.35 | 57.31 | - |
| YUV | 110.22 | 179.24 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 201 | 0 | 0.89 | 0.16 | 0.06 | 310.75 | 0.87 | 0.52 |
| Hex | EF | 1B | C9 | 0 | 59 | 10 | 6 | 137 | 57 | 34 |
| Octal | 357 | 33 | 311 | 0 | 131 | 20 | 6 | 467 | 127 | 64 |
| Binary | 11101111 | 11011 | 11001001 | 0 | 1011001 | 10000 | 110 | 100110111 | 1010111 | 110100 |
Color Harmonies of #EF1BC9
Complementary color
Monochromatic Colors of #EF1BC9
Black with #EF1BC9
Text Example
Text Example
White with #EF1BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1BC9; }
p { color: rgb(239,27,201); }
H1.HeaderClassName
{
color: #EF1BC9;
}
.AnyTagClassName
{
color: #EF1BC9;
}
</style>
background-color css
<style>
a { background-color: #EF1BC9; }
a { background-color: rgb(239,27,201); }
div.DivClassName
{
background-color: #EF1BC9;
}
.BgClassName
{
background-color: #EF1BC9;
}
</style>
border-color css
<style>
span { border-color: #EF1BC9; }
span { border-color: rgb(239,27,201); }
td.TdClassName
{
border-color: #EF1BC9;
}
.TagClassName
{
border-color: #EF1BC9;
}
</style>