Shades of Shocking Pink #EF1CC6
Tints of Shocking Pink #EF1CC6
RGB
CMYK
RGB Variations
Color information
#EF1CC6 (or 0xEF1CC6) is known color: Shocking Pink. HEX triplet: EF, 1C and C6. RGB value is (239,28,198). Sum of RGB (Red+Green+Blue) = 239+28+198=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 28 (11.33% from 255 or 6.02% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1CC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1CC6 is #10E339. Grayscale: #6E6E6E. Windows color (decimal): -1106746 or 12983535. OLE color: 12983535.
HSL color Cylindrical-coordinate representation of color #EF1CC6: hue angle of 311.66º 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 #EF1CC6 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 28 | 198 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.06 |
| HSL | 311.66º | 0.87% | 0.52% | - |
| HSV(B) | 311.66º | 0.88% | 0.94% | - |
| XYZ | 46.2 | 23.26 | 55.48 | - |
| YUV | 110.47 | 177.4 | 219.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 28 | 198 | 0 | 0.88 | 0.17 | 0.06 | 311.66 | 0.87 | 0.52 |
| Hex | EF | 1C | C6 | 0 | 58 | 11 | 6 | 138 | 57 | 34 |
| Octal | 357 | 34 | 306 | 0 | 130 | 21 | 6 | 470 | 127 | 64 |
| Binary | 11101111 | 11100 | 11000110 | 0 | 1011000 | 10001 | 110 | 100111000 | 1010111 | 110100 |
Color Harmonies of #EF1CC6
Complementary color
Monochromatic Colors of #EF1CC6
Black with #EF1CC6
Text Example
Text Example
White with #EF1CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1CC6; }
p { color: rgb(239,28,198); }
H1.HeaderClassName
{
color: #EF1CC6;
}
.AnyTagClassName
{
color: #EF1CC6;
}
</style>
background-color css
<style>
a { background-color: #EF1CC6; }
a { background-color: rgb(239,28,198); }
div.DivClassName
{
background-color: #EF1CC6;
}
.BgClassName
{
background-color: #EF1CC6;
}
</style>
border-color css
<style>
span { border-color: #EF1CC6; }
span { border-color: rgb(239,28,198); }
td.TdClassName
{
border-color: #EF1CC6;
}
.TagClassName
{
border-color: #EF1CC6;
}
</style>