Shades of Shocking Pink #EF18BF
Tints of Shocking Pink #EF18BF
RGB
CMYK
RGB Variations
Color information
#EF18BF (or 0xEF18BF) is known color: Shocking Pink. HEX triplet: EF, 18 and BF. RGB value is (239,24,191). Sum of RGB (Red+Green+Blue) = 239+24+191=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 24 (9.77% from 255 or 5.29% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF18BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF18BF is #10E740. Grayscale: #6A6A6A. Windows color (decimal): -1107777 or 12523759. OLE color: 12523759.
HSL color Cylindrical-coordinate representation of color #EF18BF: hue angle of 313.4º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF18BF is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 191 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.06 |
| HSL | 313.4º | 0.87% | 0.52% | - |
| HSV(B) | 313.4º | 0.9% | 0.94% | - |
| XYZ | 45.33 | 22.77 | 51.3 | - |
| YUV | 107.32 | 175.23 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 191 | 0 | 0.90 | 0.20 | 0.06 | 313.4 | 0.87 | 0.52 |
| Hex | EF | 18 | BF | 0 | 5A | 14 | 6 | 139 | 57 | 34 |
| Octal | 357 | 30 | 277 | 0 | 132 | 24 | 6 | 471 | 127 | 64 |
| Binary | 11101111 | 11000 | 10111111 | 0 | 1011010 | 10100 | 110 | 100111001 | 1010111 | 110100 |
Color Harmonies of #EF18BF
Complementary color
Monochromatic Colors of #EF18BF
Black with #EF18BF
Text Example
Text Example
White with #EF18BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF18BF; }
p { color: rgb(239,24,191); }
H1.HeaderClassName
{
color: #EF18BF;
}
.AnyTagClassName
{
color: #EF18BF;
}
</style>
background-color css
<style>
a { background-color: #EF18BF; }
a { background-color: rgb(239,24,191); }
div.DivClassName
{
background-color: #EF18BF;
}
.BgClassName
{
background-color: #EF18BF;
}
</style>
border-color css
<style>
span { border-color: #EF18BF; }
span { border-color: rgb(239,24,191); }
td.TdClassName
{
border-color: #EF18BF;
}
.TagClassName
{
border-color: #EF18BF;
}
</style>