Shades of Deep Pink #EF057F
Tints of Deep Pink #EF057F
RGB
CMYK
RGB Variations
Color information
#EF057F (or 0xEF057F) is known color: Deep Pink. HEX triplet: EF, 05 and 7F. RGB value is (239,5,127). Sum of RGB (Red+Green+Blue) = 239+5+127=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF057F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF057F is #10FA80. Grayscale: #585858. Windows color (decimal): -1112705 or 8324591. OLE color: 8324591.
HSL color Cylindrical-coordinate representation of color #EF057F: hue angle of 328.72º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF057F is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 5 | 127 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.06 |
| HSL | 328.72º | 0.96% | 0.48% | - |
| HSV(B) | 328.72º | 0.98% | 0.94% | - |
| XYZ | 39.48 | 19.99 | 21.86 | - |
| YUV | 88.87 | 149.52 | 235.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 5 | 127 | 0 | 0.98 | 0.47 | 0.06 | 328.72 | 0.96 | 0.48 |
| Hex | EF | 5 | 7F | 0 | 62 | 2F | 6 | 149 | 60 | 30 |
| Octal | 357 | 5 | 177 | 0 | 142 | 57 | 6 | 511 | 140 | 60 |
| Binary | 11101111 | 101 | 1111111 | 0 | 1100010 | 101111 | 110 | 101001001 | 1100000 | 110000 |
Color Harmonies of #EF057F
Complementary color
Monochromatic Colors of #EF057F
Black with #EF057F
Text Example
Text Example
White with #EF057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF057F; }
p { color: rgb(239,5,127); }
H1.HeaderClassName
{
color: #EF057F;
}
.AnyTagClassName
{
color: #EF057F;
}
</style>
background-color css
<style>
a { background-color: #EF057F; }
a { background-color: rgb(239,5,127); }
div.DivClassName
{
background-color: #EF057F;
}
.BgClassName
{
background-color: #EF057F;
}
</style>
border-color css
<style>
span { border-color: #EF057F; }
span { border-color: rgb(239,5,127); }
td.TdClassName
{
border-color: #EF057F;
}
.TagClassName
{
border-color: #EF057F;
}
</style>