Shades of Shocking Pink #EF1CC8
Tints of Shocking Pink #EF1CC8
RGB
CMYK
RGB Variations
Color information
#EF1CC8 (or 0xEF1CC8) is known color: Shocking Pink. HEX triplet: EF, 1C and C8. RGB value is (239,28,200). Sum of RGB (Red+Green+Blue) = 239+28+200=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 28 (11.33% from 255 or 6.00% from 467); Blue value is 200 (78.52% from 255 or 42.83% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1CC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1CC8 is #10E337. Grayscale: #6E6E6E. Windows color (decimal): -1106744 or 13114607. OLE color: 13114607.
HSL color Cylindrical-coordinate representation of color #EF1CC8: hue angle of 311.09º 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 #EF1CC8 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 28 | 200 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.06 |
| HSL | 311.09º | 0.87% | 0.52% | - |
| HSV(B) | 311.09º | 0.88% | 0.94% | - |
| XYZ | 46.44 | 23.35 | 56.7 | - |
| YUV | 110.7 | 178.4 | 219.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 28 | 200 | 0 | 0.88 | 0.16 | 0.06 | 311.09 | 0.87 | 0.52 |
| Hex | EF | 1C | C8 | 0 | 58 | 10 | 6 | 137 | 57 | 34 |
| Octal | 357 | 34 | 310 | 0 | 130 | 20 | 6 | 467 | 127 | 64 |
| Binary | 11101111 | 11100 | 11001000 | 0 | 1011000 | 10000 | 110 | 100110111 | 1010111 | 110100 |
Color Harmonies of #EF1CC8
Complementary color
Monochromatic Colors of #EF1CC8
Black with #EF1CC8
Text Example
Text Example
White with #EF1CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1CC8; }
p { color: rgb(239,28,200); }
H1.HeaderClassName
{
color: #EF1CC8;
}
.AnyTagClassName
{
color: #EF1CC8;
}
</style>
background-color css
<style>
a { background-color: #EF1CC8; }
a { background-color: rgb(239,28,200); }
div.DivClassName
{
background-color: #EF1CC8;
}
.BgClassName
{
background-color: #EF1CC8;
}
</style>
border-color css
<style>
span { border-color: #EF1CC8; }
span { border-color: rgb(239,28,200); }
td.TdClassName
{
border-color: #EF1CC8;
}
.TagClassName
{
border-color: #EF1CC8;
}
</style>