Shades of Deep Pink #EF087F
Tints of Deep Pink #EF087F
RGB
CMYK
RGB Variations
Color information
#EF087F (or 0xEF087F) is known color: Deep Pink. HEX triplet: EF, 08 and 7F. RGB value is (239,8,127). Sum of RGB (Red+Green+Blue) = 239+8+127=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 8 (3.52% from 255 or 2.14% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF087F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF087F is #10F780. Grayscale: #5A5A5A. Windows color (decimal): -1111937 or 8325359. OLE color: 8325359.
HSL color Cylindrical-coordinate representation of color #EF087F: hue angle of 329.09º 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 #EF087F is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 127 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.06 |
| HSL | 329.09º | 0.94% | 0.48% | - |
| HSV(B) | 329.09º | 0.97% | 0.94% | - |
| XYZ | 39.51 | 20.06 | 21.87 | - |
| YUV | 90.64 | 148.53 | 233.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 127 | 0 | 0.97 | 0.47 | 0.06 | 329.09 | 0.94 | 0.48 |
| Hex | EF | 8 | 7F | 0 | 61 | 2F | 6 | 149 | 5E | 30 |
| Octal | 357 | 10 | 177 | 0 | 141 | 57 | 6 | 511 | 136 | 60 |
| Binary | 11101111 | 1000 | 1111111 | 0 | 1100001 | 101111 | 110 | 101001001 | 1011110 | 110000 |
Color Harmonies of #EF087F
Complementary color
Monochromatic Colors of #EF087F
Black with #EF087F
Text Example
Text Example
White with #EF087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF087F; }
p { color: rgb(239,8,127); }
H1.HeaderClassName
{
color: #EF087F;
}
.AnyTagClassName
{
color: #EF087F;
}
</style>
background-color css
<style>
a { background-color: #EF087F; }
a { background-color: rgb(239,8,127); }
div.DivClassName
{
background-color: #EF087F;
}
.BgClassName
{
background-color: #EF087F;
}
</style>
border-color css
<style>
span { border-color: #EF087F; }
span { border-color: rgb(239,8,127); }
td.TdClassName
{
border-color: #EF087F;
}
.TagClassName
{
border-color: #EF087F;
}
</style>