Shades of Shocking Pink #EF1DC4
Tints of Shocking Pink #EF1DC4
RGB
CMYK
RGB Variations
Color information
#EF1DC4 (or 0xEF1DC4) is known color: Shocking Pink. HEX triplet: EF, 1D and C4. RGB value is (239,29,196). Sum of RGB (Red+Green+Blue) = 239+29+196=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 29 (11.72% from 255 or 6.25% from 464); Blue value is 196 (76.95% from 255 or 42.24% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1DC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1DC4 is #10E23B. Grayscale: #6E6E6E. Windows color (decimal): -1106492 or 12852719. OLE color: 12852719.
HSL color Cylindrical-coordinate representation of color #EF1DC4: hue angle of 312.29º 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 #EF1DC4 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 196 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.06 |
| HSL | 312.29º | 0.87% | 0.53% | - |
| HSV(B) | 312.29º | 0.88% | 0.94% | - |
| XYZ | 46 | 23.21 | 54.28 | - |
| YUV | 110.83 | 176.07 | 219.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 196 | 0 | 0.88 | 0.18 | 0.06 | 312.29 | 0.87 | 0.53 |
| Hex | EF | 1D | C4 | 0 | 58 | 12 | 6 | 138 | 57 | 35 |
| Octal | 357 | 35 | 304 | 0 | 130 | 22 | 6 | 470 | 127 | 65 |
| Binary | 11101111 | 11101 | 11000100 | 0 | 1011000 | 10010 | 110 | 100111000 | 1010111 | 110101 |
Color Harmonies of #EF1DC4
Complementary color
Monochromatic Colors of #EF1DC4
Black with #EF1DC4
Text Example
Text Example
White with #EF1DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1DC4; }
p { color: rgb(239,29,196); }
H1.HeaderClassName
{
color: #EF1DC4;
}
.AnyTagClassName
{
color: #EF1DC4;
}
</style>
background-color css
<style>
a { background-color: #EF1DC4; }
a { background-color: rgb(239,29,196); }
div.DivClassName
{
background-color: #EF1DC4;
}
.BgClassName
{
background-color: #EF1DC4;
}
</style>
border-color css
<style>
span { border-color: #EF1DC4; }
span { border-color: rgb(239,29,196); }
td.TdClassName
{
border-color: #EF1DC4;
}
.TagClassName
{
border-color: #EF1DC4;
}
</style>