Shades of Deep Pink #EF037C
Tints of Deep Pink #EF037C
RGB
CMYK
RGB Variations
Color information
#EF037C (or 0xEF037C) is known color: Deep Pink. HEX triplet: EF, 03 and 7C. RGB value is (239,3,124). Sum of RGB (Red+Green+Blue) = 239+3+124=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF037C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF037C is #10FC83. Grayscale: #575757. Windows color (decimal): -1113220 or 8127471. OLE color: 8127471.
HSL color Cylindrical-coordinate representation of color #EF037C: hue angle of 329.24º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF037C is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 124 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.06 |
| HSL | 329.24º | 0.98% | 0.47% | - |
| HSV(B) | 329.24º | 0.99% | 0.94% | - |
| XYZ | 39.27 | 19.87 | 20.83 | - |
| YUV | 87.36 | 148.69 | 236.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 124 | 0 | 0.99 | 0.48 | 0.06 | 329.24 | 0.98 | 0.47 |
| Hex | EF | 3 | 7C | 0 | 63 | 30 | 6 | 149 | 62 | 2F |
| Octal | 357 | 3 | 174 | 0 | 143 | 60 | 6 | 511 | 142 | 57 |
| Binary | 11101111 | 11 | 1111100 | 0 | 1100011 | 110000 | 110 | 101001001 | 1100010 | 101111 |
Color Harmonies of #EF037C
Complementary color
Monochromatic Colors of #EF037C
Black with #EF037C
Text Example
Text Example
White with #EF037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF037C; }
p { color: rgb(239,3,124); }
H1.HeaderClassName
{
color: #EF037C;
}
.AnyTagClassName
{
color: #EF037C;
}
</style>
background-color css
<style>
a { background-color: #EF037C; }
a { background-color: rgb(239,3,124); }
div.DivClassName
{
background-color: #EF037C;
}
.BgClassName
{
background-color: #EF037C;
}
</style>
border-color css
<style>
span { border-color: #EF037C; }
span { border-color: rgb(239,3,124); }
td.TdClassName
{
border-color: #EF037C;
}
.TagClassName
{
border-color: #EF037C;
}
</style>