Shades of Shocking Pink #EF1CBF
Tints of Shocking Pink #EF1CBF
RGB
CMYK
RGB Variations
Color information
#EF1CBF (or 0xEF1CBF) is known color: Shocking Pink. HEX triplet: EF, 1C and BF. RGB value is (239,28,191). Sum of RGB (Red+Green+Blue) = 239+28+191=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 28 (11.33% from 255 or 6.11% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1CBF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1CBF is #10E340. Grayscale: #6D6D6D. Windows color (decimal): -1106753 or 12524783. OLE color: 12524783.
HSL color Cylindrical-coordinate representation of color #EF1CBF: hue angle of 313.65º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1CBF is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 28 | 191 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.06 |
| HSL | 313.65º | 0.87% | 0.52% | - |
| HSV(B) | 313.65º | 0.88% | 0.94% | - |
| XYZ | 45.42 | 22.94 | 51.32 | - |
| YUV | 109.67 | 173.9 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 28 | 191 | 0 | 0.88 | 0.20 | 0.06 | 313.65 | 0.87 | 0.52 |
| Hex | EF | 1C | BF | 0 | 58 | 14 | 6 | 13A | 57 | 34 |
| Octal | 357 | 34 | 277 | 0 | 130 | 24 | 6 | 472 | 127 | 64 |
| Binary | 11101111 | 11100 | 10111111 | 0 | 1011000 | 10100 | 110 | 100111010 | 1010111 | 110100 |
Color Harmonies of #EF1CBF
Complementary color
Monochromatic Colors of #EF1CBF
Black with #EF1CBF
Text Example
Text Example
White with #EF1CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1CBF; }
p { color: rgb(239,28,191); }
H1.HeaderClassName
{
color: #EF1CBF;
}
.AnyTagClassName
{
color: #EF1CBF;
}
</style>
background-color css
<style>
a { background-color: #EF1CBF; }
a { background-color: rgb(239,28,191); }
div.DivClassName
{
background-color: #EF1CBF;
}
.BgClassName
{
background-color: #EF1CBF;
}
</style>
border-color css
<style>
span { border-color: #EF1CBF; }
span { border-color: rgb(239,28,191); }
td.TdClassName
{
border-color: #EF1CBF;
}
.TagClassName
{
border-color: #EF1CBF;
}
</style>