Shades of Deep Pink #EF1D7C
Tints of Deep Pink #EF1D7C
RGB
CMYK
RGB Variations
Color information
#EF1D7C (or 0xEF1D7C) is known color: Deep Pink. HEX triplet: EF, 1D and 7C. RGB value is (239,29,124). Sum of RGB (Red+Green+Blue) = 239+29+124=392 (51% of max value = 765). Red value is 239 (93.75% from 255 or 60.97% from 392); Green value is 29 (11.72% from 255 or 7.40% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1D7C is #10E283. Grayscale: #666666. Windows color (decimal): -1106564 or 8134127. OLE color: 8134127.
HSL color Cylindrical-coordinate representation of color #EF1D7C: hue angle of 332.86º 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 #EF1D7C is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 124 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.06 |
| HSL | 332.86º | 0.87% | 0.53% | - |
| HSV(B) | 332.86º | 0.88% | 0.94% | - |
| XYZ | 39.67 | 20.68 | 20.97 | - |
| YUV | 102.62 | 140.07 | 225.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 124 | 0 | 0.88 | 0.48 | 0.06 | 332.86 | 0.87 | 0.53 |
| Hex | EF | 1D | 7C | 0 | 58 | 30 | 6 | 14D | 57 | 35 |
| Octal | 357 | 35 | 174 | 0 | 130 | 60 | 6 | 515 | 127 | 65 |
| Binary | 11101111 | 11101 | 1111100 | 0 | 1011000 | 110000 | 110 | 101001101 | 1010111 | 110101 |
Color Harmonies of #EF1D7C
Complementary color
Monochromatic Colors of #EF1D7C
Black with #EF1D7C
Text Example
Text Example
White with #EF1D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1D7C; }
p { color: rgb(239,29,124); }
H1.HeaderClassName
{
color: #EF1D7C;
}
.AnyTagClassName
{
color: #EF1D7C;
}
</style>
background-color css
<style>
a { background-color: #EF1D7C; }
a { background-color: rgb(239,29,124); }
div.DivClassName
{
background-color: #EF1D7C;
}
.BgClassName
{
background-color: #EF1D7C;
}
</style>
border-color css
<style>
span { border-color: #EF1D7C; }
span { border-color: rgb(239,29,124); }
td.TdClassName
{
border-color: #EF1D7C;
}
.TagClassName
{
border-color: #EF1D7C;
}
</style>