Shades of Shocking Pink #EF1ECC
Tints of Shocking Pink #EF1ECC
RGB
CMYK
RGB Variations
Color information
#EF1ECC (or 0xEF1ECC) is known color: Shocking Pink. HEX triplet: EF, 1E and CC. RGB value is (239,30,204). Sum of RGB (Red+Green+Blue) = 239+30+204=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 30 (12.11% from 255 or 6.34% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1ECC is #10E133. Grayscale: #6F6F6F. Windows color (decimal): -1106228 or 13377263. OLE color: 13377263.
HSL color Cylindrical-coordinate representation of color #EF1ECC: hue angle of 310.05º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1ECC is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 30 | 204 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.06 |
| HSL | 310.05º | 0.87% | 0.53% | - |
| HSV(B) | 310.05º | 0.87% | 0.94% | - |
| XYZ | 46.96 | 23.64 | 59.21 | - |
| YUV | 112.33 | 179.74 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 30 | 204 | 0 | 0.87 | 0.15 | 0.06 | 310.05 | 0.87 | 0.53 |
| Hex | EF | 1E | CC | 0 | 57 | F | 6 | 136 | 57 | 35 |
| Octal | 357 | 36 | 314 | 0 | 127 | 17 | 6 | 466 | 127 | 65 |
| Binary | 11101111 | 11110 | 11001100 | 0 | 1010111 | 1111 | 110 | 100110110 | 1010111 | 110101 |
Color Harmonies of #EF1ECC
Complementary color
Monochromatic Colors of #EF1ECC
Black with #EF1ECC
Text Example
Text Example
White with #EF1ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1ECC; }
p { color: rgb(239,30,204); }
H1.HeaderClassName
{
color: #EF1ECC;
}
.AnyTagClassName
{
color: #EF1ECC;
}
</style>
background-color css
<style>
a { background-color: #EF1ECC; }
a { background-color: rgb(239,30,204); }
div.DivClassName
{
background-color: #EF1ECC;
}
.BgClassName
{
background-color: #EF1ECC;
}
</style>
border-color css
<style>
span { border-color: #EF1ECC; }
span { border-color: rgb(239,30,204); }
td.TdClassName
{
border-color: #EF1ECC;
}
.TagClassName
{
border-color: #EF1ECC;
}
</style>