Shades of Deep Pink #EF087C
Tints of Deep Pink #EF087C
RGB
CMYK
RGB Variations
Color information
#EF087C (or 0xEF087C) is known color: Deep Pink. HEX triplet: EF, 08 and 7C. RGB value is (239,8,124). Sum of RGB (Red+Green+Blue) = 239+8+124=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF087C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF087C is #10F783. Grayscale: #5A5A5A. Windows color (decimal): -1111940 or 8128751. OLE color: 8128751.
HSL color Cylindrical-coordinate representation of color #EF087C: hue angle of 329.87º 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 #EF087C is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 124 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.06 |
| HSL | 329.87º | 0.94% | 0.48% | - |
| HSV(B) | 329.87º | 0.97% | 0.94% | - |
| XYZ | 39.32 | 19.98 | 20.85 | - |
| YUV | 90.29 | 147.03 | 234.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 124 | 0 | 0.97 | 0.48 | 0.06 | 329.87 | 0.94 | 0.48 |
| Hex | EF | 8 | 7C | 0 | 61 | 30 | 6 | 14A | 5E | 30 |
| Octal | 357 | 10 | 174 | 0 | 141 | 60 | 6 | 512 | 136 | 60 |
| Binary | 11101111 | 1000 | 1111100 | 0 | 1100001 | 110000 | 110 | 101001010 | 1011110 | 110000 |
Color Harmonies of #EF087C
Complementary color
Monochromatic Colors of #EF087C
Black with #EF087C
Text Example
Text Example
White with #EF087C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF087C; }
p { color: rgb(239,8,124); }
H1.HeaderClassName
{
color: #EF087C;
}
.AnyTagClassName
{
color: #EF087C;
}
</style>
background-color css
<style>
a { background-color: #EF087C; }
a { background-color: rgb(239,8,124); }
div.DivClassName
{
background-color: #EF087C;
}
.BgClassName
{
background-color: #EF087C;
}
</style>
border-color css
<style>
span { border-color: #EF087C; }
span { border-color: rgb(239,8,124); }
td.TdClassName
{
border-color: #EF087C;
}
.TagClassName
{
border-color: #EF087C;
}
</style>