Shades of Shocking Pink #EF18B9
Tints of Shocking Pink #EF18B9
RGB
CMYK
RGB Variations
Color information
#EF18B9 (or 0xEF18B9) is known color: Shocking Pink. HEX triplet: EF, 18 and B9. RGB value is (239,24,185). Sum of RGB (Red+Green+Blue) = 239+24+185=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 24 (9.77% from 255 or 5.36% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EF18B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF18B9 is #10E746. Grayscale: #6A6A6A. Windows color (decimal): -1107783 or 12130543. OLE color: 12130543.
HSL color Cylindrical-coordinate representation of color #EF18B9: hue angle of 315.07º 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 #EF18B9 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 185 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.06 |
| HSL | 315.07º | 0.87% | 0.52% | - |
| HSV(B) | 315.07º | 0.9% | 0.94% | - |
| XYZ | 44.68 | 22.51 | 47.89 | - |
| YUV | 106.64 | 172.23 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 185 | 0 | 0.90 | 0.23 | 0.06 | 315.07 | 0.87 | 0.52 |
| Hex | EF | 18 | B9 | 0 | 5A | 17 | 6 | 13B | 57 | 34 |
| Octal | 357 | 30 | 271 | 0 | 132 | 27 | 6 | 473 | 127 | 64 |
| Binary | 11101111 | 11000 | 10111001 | 0 | 1011010 | 10111 | 110 | 100111011 | 1010111 | 110100 |
Color Harmonies of #EF18B9
Complementary color
Monochromatic Colors of #EF18B9
Black with #EF18B9
Text Example
Text Example
White with #EF18B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF18B9; }
p { color: rgb(239,24,185); }
H1.HeaderClassName
{
color: #EF18B9;
}
.AnyTagClassName
{
color: #EF18B9;
}
</style>
background-color css
<style>
a { background-color: #EF18B9; }
a { background-color: rgb(239,24,185); }
div.DivClassName
{
background-color: #EF18B9;
}
.BgClassName
{
background-color: #EF18B9;
}
</style>
border-color css
<style>
span { border-color: #EF18B9; }
span { border-color: rgb(239,24,185); }
td.TdClassName
{
border-color: #EF18B9;
}
.TagClassName
{
border-color: #EF18B9;
}
</style>