Shades of Shocking Pink #EF1DCF
Tints of Shocking Pink #EF1DCF
RGB
CMYK
RGB Variations
Color information
#EF1DCF (or 0xEF1DCF) is known color: Shocking Pink. HEX triplet: EF, 1D and CF. RGB value is (239,29,207). Sum of RGB (Red+Green+Blue) = 239+29+207=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 29 (11.72% from 255 or 6.11% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1DCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1DCF is #10E230. Grayscale: #6F6F6F. Windows color (decimal): -1106481 or 13573615. OLE color: 13573615.
HSL color Cylindrical-coordinate representation of color #EF1DCF: hue angle of 309.14º 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 #EF1DCF is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 207 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.06 |
| HSL | 309.14º | 0.87% | 0.53% | - |
| HSV(B) | 309.14º | 0.88% | 0.94% | - |
| XYZ | 47.3 | 23.73 | 61.12 | - |
| YUV | 112.08 | 181.57 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 207 | 0 | 0.88 | 0.13 | 0.06 | 309.14 | 0.87 | 0.53 |
| Hex | EF | 1D | CF | 0 | 58 | D | 6 | 135 | 57 | 35 |
| Octal | 357 | 35 | 317 | 0 | 130 | 15 | 6 | 465 | 127 | 65 |
| Binary | 11101111 | 11101 | 11001111 | 0 | 1011000 | 1101 | 110 | 100110101 | 1010111 | 110101 |
Color Harmonies of #EF1DCF
Complementary color
Monochromatic Colors of #EF1DCF
Black with #EF1DCF
Text Example
Text Example
White with #EF1DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1DCF; }
p { color: rgb(239,29,207); }
H1.HeaderClassName
{
color: #EF1DCF;
}
.AnyTagClassName
{
color: #EF1DCF;
}
</style>
background-color css
<style>
a { background-color: #EF1DCF; }
a { background-color: rgb(239,29,207); }
div.DivClassName
{
background-color: #EF1DCF;
}
.BgClassName
{
background-color: #EF1DCF;
}
</style>
border-color css
<style>
span { border-color: #EF1DCF; }
span { border-color: rgb(239,29,207); }
td.TdClassName
{
border-color: #EF1DCF;
}
.TagClassName
{
border-color: #EF1DCF;
}
</style>