Shades of Deep Pink #EF1E7C
Tints of Deep Pink #EF1E7C
RGB
CMYK
RGB Variations
Color information
#EF1E7C (or 0xEF1E7C) is known color: Deep Pink. HEX triplet: EF, 1E and 7C. RGB value is (239,30,124). Sum of RGB (Red+Green+Blue) = 239+30+124=393 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.81% from 393); Green value is 30 (12.11% from 255 or 7.63% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1E7C is #10E183. Grayscale: #676767. Windows color (decimal): -1106308 or 8134383. OLE color: 8134383.
HSL color Cylindrical-coordinate representation of color #EF1E7C: hue angle of 333.01º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1E7C is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 30 | 124 | - |
| CMYK | 0 | 0.87 | 0.48 | 0.06 |
| HSL | 333.01º | 0.87% | 0.53% | - |
| HSV(B) | 333.01º | 0.87% | 0.94% | - |
| XYZ | 39.7 | 20.73 | 20.98 | - |
| YUV | 103.21 | 139.74 | 224.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 30 | 124 | 0 | 0.87 | 0.48 | 0.06 | 333.01 | 0.87 | 0.53 |
| Hex | EF | 1E | 7C | 0 | 57 | 30 | 6 | 14D | 57 | 35 |
| Octal | 357 | 36 | 174 | 0 | 127 | 60 | 6 | 515 | 127 | 65 |
| Binary | 11101111 | 11110 | 1111100 | 0 | 1010111 | 110000 | 110 | 101001101 | 1010111 | 110101 |
Color Harmonies of #EF1E7C
Complementary color
Monochromatic Colors of #EF1E7C
Black with #EF1E7C
Text Example
Text Example
White with #EF1E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1E7C; }
p { color: rgb(239,30,124); }
H1.HeaderClassName
{
color: #EF1E7C;
}
.AnyTagClassName
{
color: #EF1E7C;
}
</style>
background-color css
<style>
a { background-color: #EF1E7C; }
a { background-color: rgb(239,30,124); }
div.DivClassName
{
background-color: #EF1E7C;
}
.BgClassName
{
background-color: #EF1E7C;
}
</style>
border-color css
<style>
span { border-color: #EF1E7C; }
span { border-color: rgb(239,30,124); }
td.TdClassName
{
border-color: #EF1E7C;
}
.TagClassName
{
border-color: #EF1E7C;
}
</style>