Shades of Deep Pink #EF0787
Tints of Deep Pink #EF0787
RGB
CMYK
RGB Variations
Color information
#EF0787 (or 0xEF0787) is known color: Deep Pink. HEX triplet: EF, 07 and 87. RGB value is (239,7,135). Sum of RGB (Red+Green+Blue) = 239+7+135=381 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.73% from 381); Green value is 7 (3.12% from 255 or 1.84% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0787 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0787 is #10F878. Grayscale: #5A5A5A. Windows color (decimal): -1112185 or 8849391. OLE color: 8849391.
HSL color Cylindrical-coordinate representation of color #EF0787: hue angle of 326.9º 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 #EF0787 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 135 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.06 |
| HSL | 326.9º | 0.94% | 0.48% | - |
| HSV(B) | 326.9º | 0.97% | 0.94% | - |
| XYZ | 40.05 | 20.25 | 24.72 | - |
| YUV | 90.96 | 152.86 | 233.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 135 | 0 | 0.97 | 0.44 | 0.06 | 326.9 | 0.94 | 0.48 |
| Hex | EF | 7 | 87 | 0 | 61 | 2C | 6 | 147 | 5E | 30 |
| Octal | 357 | 7 | 207 | 0 | 141 | 54 | 6 | 507 | 136 | 60 |
| Binary | 11101111 | 111 | 10000111 | 0 | 1100001 | 101100 | 110 | 101000111 | 1011110 | 110000 |
Color Harmonies of #EF0787
Complementary color
Monochromatic Colors of #EF0787
Black with #EF0787
Text Example
Text Example
White with #EF0787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0787; }
p { color: rgb(239,7,135); }
H1.HeaderClassName
{
color: #EF0787;
}
.AnyTagClassName
{
color: #EF0787;
}
</style>
background-color css
<style>
a { background-color: #EF0787; }
a { background-color: rgb(239,7,135); }
div.DivClassName
{
background-color: #EF0787;
}
.BgClassName
{
background-color: #EF0787;
}
</style>
border-color css
<style>
span { border-color: #EF0787; }
span { border-color: rgb(239,7,135); }
td.TdClassName
{
border-color: #EF0787;
}
.TagClassName
{
border-color: #EF0787;
}
</style>