Shades of Shocking Pink #EF1ABF
Tints of Shocking Pink #EF1ABF
RGB
CMYK
RGB Variations
Color information
#EF1ABF (or 0xEF1ABF) is known color: Shocking Pink. HEX triplet: EF, 1A and BF. RGB value is (239,26,191). Sum of RGB (Red+Green+Blue) = 239+26+191=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 26 (10.55% from 255 or 5.70% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1ABF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1ABF is #10E540. Grayscale: #6C6C6C. Windows color (decimal): -1107265 or 12524271. OLE color: 12524271.
HSL color Cylindrical-coordinate representation of color #EF1ABF: hue angle of 313.52º 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 #EF1ABF is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 26 | 191 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.06 |
| HSL | 313.52º | 0.87% | 0.52% | - |
| HSV(B) | 313.52º | 0.89% | 0.94% | - |
| XYZ | 45.37 | 22.85 | 51.31 | - |
| YUV | 108.5 | 174.57 | 221.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 26 | 191 | 0 | 0.89 | 0.20 | 0.06 | 313.52 | 0.87 | 0.52 |
| Hex | EF | 1A | BF | 0 | 59 | 14 | 6 | 13A | 57 | 34 |
| Octal | 357 | 32 | 277 | 0 | 131 | 24 | 6 | 472 | 127 | 64 |
| Binary | 11101111 | 11010 | 10111111 | 0 | 1011001 | 10100 | 110 | 100111010 | 1010111 | 110100 |
Color Harmonies of #EF1ABF
Complementary color
Monochromatic Colors of #EF1ABF
Black with #EF1ABF
Text Example
Text Example
White with #EF1ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1ABF; }
p { color: rgb(239,26,191); }
H1.HeaderClassName
{
color: #EF1ABF;
}
.AnyTagClassName
{
color: #EF1ABF;
}
</style>
background-color css
<style>
a { background-color: #EF1ABF; }
a { background-color: rgb(239,26,191); }
div.DivClassName
{
background-color: #EF1ABF;
}
.BgClassName
{
background-color: #EF1ABF;
}
</style>
border-color css
<style>
span { border-color: #EF1ABF; }
span { border-color: rgb(239,26,191); }
td.TdClassName
{
border-color: #EF1ABF;
}
.TagClassName
{
border-color: #EF1ABF;
}
</style>