Shades of Deep Pink #EF0786
Tints of Deep Pink #EF0786
RGB
CMYK
RGB Variations
Color information
#EF0786 (or 0xEF0786) is known color: Deep Pink. HEX triplet: EF, 07 and 86. RGB value is (239,7,134). Sum of RGB (Red+Green+Blue) = 239+7+134=380 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.89% from 380); Green value is 7 (3.12% from 255 or 1.84% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0786 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0786 is #10F879. Grayscale: #5A5A5A. Windows color (decimal): -1112186 or 8783855. OLE color: 8783855.
HSL color Cylindrical-coordinate representation of color #EF0786: hue angle of 327.16º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF0786 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 134 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.06 |
| HSL | 327.16º | 0.94% | 0.48% | - |
| HSV(B) | 327.16º | 0.97% | 0.94% | - |
| XYZ | 39.98 | 20.22 | 24.35 | - |
| YUV | 90.85 | 152.36 | 233.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 134 | 0 | 0.97 | 0.44 | 0.06 | 327.16 | 0.94 | 0.48 |
| Hex | EF | 7 | 86 | 0 | 61 | 2C | 6 | 147 | 5E | 30 |
| Octal | 357 | 7 | 206 | 0 | 141 | 54 | 6 | 507 | 136 | 60 |
| Binary | 11101111 | 111 | 10000110 | 0 | 1100001 | 101100 | 110 | 101000111 | 1011110 | 110000 |
Color Harmonies of #EF0786
Complementary color
Monochromatic Colors of #EF0786
Black with #EF0786
Text Example
Text Example
White with #EF0786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0786; }
p { color: rgb(239,7,134); }
H1.HeaderClassName
{
color: #EF0786;
}
.AnyTagClassName
{
color: #EF0786;
}
</style>
background-color css
<style>
a { background-color: #EF0786; }
a { background-color: rgb(239,7,134); }
div.DivClassName
{
background-color: #EF0786;
}
.BgClassName
{
background-color: #EF0786;
}
</style>
border-color css
<style>
span { border-color: #EF0786; }
span { border-color: rgb(239,7,134); }
td.TdClassName
{
border-color: #EF0786;
}
.TagClassName
{
border-color: #EF0786;
}
</style>