Shades of Shocking Pink #EF18B5
Tints of Shocking Pink #EF18B5
RGB
CMYK
RGB Variations
Color information
#EF18B5 (or 0xEF18B5) is known color: Shocking Pink. HEX triplet: EF, 18 and B5. RGB value is (239,24,181). Sum of RGB (Red+Green+Blue) = 239+24+181=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 24 (9.77% from 255 or 5.41% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EF18B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF18B5 is #10E74A. Grayscale: #696969. Windows color (decimal): -1107787 or 11868399. OLE color: 11868399.
HSL color Cylindrical-coordinate representation of color #EF18B5: hue angle of 316.19º 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 #EF18B5 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 181 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.06 |
| HSL | 316.19º | 0.87% | 0.52% | - |
| HSV(B) | 316.19º | 0.9% | 0.94% | - |
| XYZ | 44.26 | 22.34 | 45.7 | - |
| YUV | 106.18 | 170.23 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 181 | 0 | 0.90 | 0.24 | 0.06 | 316.19 | 0.87 | 0.52 |
| Hex | EF | 18 | B5 | 0 | 5A | 18 | 6 | 13C | 57 | 34 |
| Octal | 357 | 30 | 265 | 0 | 132 | 30 | 6 | 474 | 127 | 64 |
| Binary | 11101111 | 11000 | 10110101 | 0 | 1011010 | 11000 | 110 | 100111100 | 1010111 | 110100 |
Color Harmonies of #EF18B5
Complementary color
Monochromatic Colors of #EF18B5
Black with #EF18B5
Text Example
Text Example
White with #EF18B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF18B5; }
p { color: rgb(239,24,181); }
H1.HeaderClassName
{
color: #EF18B5;
}
.AnyTagClassName
{
color: #EF18B5;
}
</style>
background-color css
<style>
a { background-color: #EF18B5; }
a { background-color: rgb(239,24,181); }
div.DivClassName
{
background-color: #EF18B5;
}
.BgClassName
{
background-color: #EF18B5;
}
</style>
border-color css
<style>
span { border-color: #EF18B5; }
span { border-color: rgb(239,24,181); }
td.TdClassName
{
border-color: #EF18B5;
}
.TagClassName
{
border-color: #EF18B5;
}
</style>