Shades of Shocking Pink #EF18B8
Tints of Shocking Pink #EF18B8
RGB
CMYK
RGB Variations
Color information
#EF18B8 (or 0xEF18B8) is known color: Shocking Pink. HEX triplet: EF, 18 and B8. RGB value is (239,24,184). Sum of RGB (Red+Green+Blue) = 239+24+184=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 24 (9.77% from 255 or 5.37% from 447); Blue value is 184 (72.27% from 255 or 41.16% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF18B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF18B8 is #10E747. Grayscale: #6A6A6A. Windows color (decimal): -1107784 or 12065007. OLE color: 12065007.
HSL color Cylindrical-coordinate representation of color #EF18B8: hue angle of 315.35º 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 #EF18B8 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 184 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.06 |
| HSL | 315.35º | 0.87% | 0.52% | - |
| HSV(B) | 315.35º | 0.9% | 0.94% | - |
| XYZ | 44.57 | 22.46 | 47.33 | - |
| YUV | 106.53 | 171.73 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 184 | 0 | 0.90 | 0.23 | 0.06 | 315.35 | 0.87 | 0.52 |
| Hex | EF | 18 | B8 | 0 | 5A | 17 | 6 | 13B | 57 | 34 |
| Octal | 357 | 30 | 270 | 0 | 132 | 27 | 6 | 473 | 127 | 64 |
| Binary | 11101111 | 11000 | 10111000 | 0 | 1011010 | 10111 | 110 | 100111011 | 1010111 | 110100 |
Color Harmonies of #EF18B8
Complementary color
Monochromatic Colors of #EF18B8
Black with #EF18B8
Text Example
Text Example
White with #EF18B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF18B8; }
p { color: rgb(239,24,184); }
H1.HeaderClassName
{
color: #EF18B8;
}
.AnyTagClassName
{
color: #EF18B8;
}
</style>
background-color css
<style>
a { background-color: #EF18B8; }
a { background-color: rgb(239,24,184); }
div.DivClassName
{
background-color: #EF18B8;
}
.BgClassName
{
background-color: #EF18B8;
}
</style>
border-color css
<style>
span { border-color: #EF18B8; }
span { border-color: rgb(239,24,184); }
td.TdClassName
{
border-color: #EF18B8;
}
.TagClassName
{
border-color: #EF18B8;
}
</style>