Shades of Shocking Pink #EF1DCC
Tints of Shocking Pink #EF1DCC
RGB
CMYK
RGB Variations
Color information
#EF1DCC (or 0xEF1DCC) is known color: Shocking Pink. HEX triplet: EF, 1D and CC. RGB value is (239,29,204). Sum of RGB (Red+Green+Blue) = 239+29+204=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 29 (11.72% from 255 or 6.14% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1DCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1DCC is #10E233. Grayscale: #6F6F6F. Windows color (decimal): -1106484 or 13377007. OLE color: 13377007.
HSL color Cylindrical-coordinate representation of color #EF1DCC: hue angle of 310º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1DCC is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 204 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.06 |
| HSL | 310º | 0.87% | 0.53% | - |
| HSV(B) | 310º | 0.88% | 0.94% | - |
| XYZ | 46.94 | 23.59 | 59.21 | - |
| YUV | 111.74 | 180.07 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 204 | 0 | 0.88 | 0.15 | 0.06 | 310 | 0.87 | 0.53 |
| Hex | EF | 1D | CC | 0 | 58 | F | 6 | 136 | 57 | 35 |
| Octal | 357 | 35 | 314 | 0 | 130 | 17 | 6 | 466 | 127 | 65 |
| Binary | 11101111 | 11101 | 11001100 | 0 | 1011000 | 1111 | 110 | 100110110 | 1010111 | 110101 |
Color Harmonies of #EF1DCC
Complementary color
Monochromatic Colors of #EF1DCC
Black with #EF1DCC
Text Example
Text Example
White with #EF1DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1DCC; }
p { color: rgb(239,29,204); }
H1.HeaderClassName
{
color: #EF1DCC;
}
.AnyTagClassName
{
color: #EF1DCC;
}
</style>
background-color css
<style>
a { background-color: #EF1DCC; }
a { background-color: rgb(239,29,204); }
div.DivClassName
{
background-color: #EF1DCC;
}
.BgClassName
{
background-color: #EF1DCC;
}
</style>
border-color css
<style>
span { border-color: #EF1DCC; }
span { border-color: rgb(239,29,204); }
td.TdClassName
{
border-color: #EF1DCC;
}
.TagClassName
{
border-color: #EF1DCC;
}
</style>