Shades of Shocking Pink #EF1CC0
Tints of Shocking Pink #EF1CC0
RGB
CMYK
RGB Variations
Color information
#EF1CC0 (or 0xEF1CC0) is known color: Shocking Pink. HEX triplet: EF, 1C and C0. RGB value is (239,28,192). Sum of RGB (Red+Green+Blue) = 239+28+192=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 28 (11.33% from 255 or 6.10% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1CC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1CC0 is #10E33F. Grayscale: #6D6D6D. Windows color (decimal): -1106752 or 12590319. OLE color: 12590319.
HSL color Cylindrical-coordinate representation of color #EF1CC0: hue angle of 313.36º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1CC0 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 28 | 192 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.06 |
| HSL | 313.36º | 0.87% | 0.52% | - |
| HSV(B) | 313.36º | 0.88% | 0.94% | - |
| XYZ | 45.53 | 22.99 | 51.91 | - |
| YUV | 109.79 | 174.4 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 28 | 192 | 0 | 0.88 | 0.20 | 0.06 | 313.36 | 0.87 | 0.52 |
| Hex | EF | 1C | C0 | 0 | 58 | 14 | 6 | 139 | 57 | 34 |
| Octal | 357 | 34 | 300 | 0 | 130 | 24 | 6 | 471 | 127 | 64 |
| Binary | 11101111 | 11100 | 11000000 | 0 | 1011000 | 10100 | 110 | 100111001 | 1010111 | 110100 |
Color Harmonies of #EF1CC0
Complementary color
Monochromatic Colors of #EF1CC0
Black with #EF1CC0
Text Example
Text Example
White with #EF1CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1CC0; }
p { color: rgb(239,28,192); }
H1.HeaderClassName
{
color: #EF1CC0;
}
.AnyTagClassName
{
color: #EF1CC0;
}
</style>
background-color css
<style>
a { background-color: #EF1CC0; }
a { background-color: rgb(239,28,192); }
div.DivClassName
{
background-color: #EF1CC0;
}
.BgClassName
{
background-color: #EF1CC0;
}
</style>
border-color css
<style>
span { border-color: #EF1CC0; }
span { border-color: rgb(239,28,192); }
td.TdClassName
{
border-color: #EF1CC0;
}
.TagClassName
{
border-color: #EF1CC0;
}
</style>