Shades of Shocking Pink #EF1ACC
Tints of Shocking Pink #EF1ACC
RGB
CMYK
RGB Variations
Color information
#EF1ACC (or 0xEF1ACC) is known color: Shocking Pink. HEX triplet: EF, 1A and CC. RGB value is (239,26,204). Sum of RGB (Red+Green+Blue) = 239+26+204=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 26 (10.55% from 255 or 5.54% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1ACC is #10E533. Grayscale: #6D6D6D. Windows color (decimal): -1107252 or 13376239. OLE color: 13376239.
HSL color Cylindrical-coordinate representation of color #EF1ACC: hue angle of 309.86º 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 #EF1ACC is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 26 | 204 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.06 |
| HSL | 309.86º | 0.87% | 0.52% | - |
| HSV(B) | 309.86º | 0.89% | 0.94% | - |
| XYZ | 46.87 | 23.45 | 59.18 | - |
| YUV | 109.98 | 181.07 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 26 | 204 | 0 | 0.89 | 0.15 | 0.06 | 309.86 | 0.87 | 0.52 |
| Hex | EF | 1A | CC | 0 | 59 | F | 6 | 136 | 57 | 34 |
| Octal | 357 | 32 | 314 | 0 | 131 | 17 | 6 | 466 | 127 | 64 |
| Binary | 11101111 | 11010 | 11001100 | 0 | 1011001 | 1111 | 110 | 100110110 | 1010111 | 110100 |
Color Harmonies of #EF1ACC
Complementary color
Monochromatic Colors of #EF1ACC
Black with #EF1ACC
Text Example
Text Example
White with #EF1ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1ACC; }
p { color: rgb(239,26,204); }
H1.HeaderClassName
{
color: #EF1ACC;
}
.AnyTagClassName
{
color: #EF1ACC;
}
</style>
background-color css
<style>
a { background-color: #EF1ACC; }
a { background-color: rgb(239,26,204); }
div.DivClassName
{
background-color: #EF1ACC;
}
.BgClassName
{
background-color: #EF1ACC;
}
</style>
border-color css
<style>
span { border-color: #EF1ACC; }
span { border-color: rgb(239,26,204); }
td.TdClassName
{
border-color: #EF1ACC;
}
.TagClassName
{
border-color: #EF1ACC;
}
</style>