Shades of Deep Pink #EF077D
Tints of Deep Pink #EF077D
RGB
CMYK
RGB Variations
Color information
#EF077D (or 0xEF077D) is known color: Deep Pink. HEX triplet: EF, 07 and 7D. RGB value is (239,7,125). Sum of RGB (Red+Green+Blue) = 239+7+125=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF077D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF077D is #10F882. Grayscale: #595959. Windows color (decimal): -1112195 or 8194031. OLE color: 8194031.
HSL color Cylindrical-coordinate representation of color #EF077D: hue angle of 329.48º 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 #EF077D is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 125 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.06 |
| HSL | 329.48º | 0.94% | 0.48% | - |
| HSV(B) | 329.48º | 0.97% | 0.94% | - |
| XYZ | 39.37 | 19.98 | 21.18 | - |
| YUV | 89.82 | 147.86 | 234.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 125 | 0 | 0.97 | 0.48 | 0.06 | 329.48 | 0.94 | 0.48 |
| Hex | EF | 7 | 7D | 0 | 61 | 30 | 6 | 149 | 5E | 30 |
| Octal | 357 | 7 | 175 | 0 | 141 | 60 | 6 | 511 | 136 | 60 |
| Binary | 11101111 | 111 | 1111101 | 0 | 1100001 | 110000 | 110 | 101001001 | 1011110 | 110000 |
Color Harmonies of #EF077D
Complementary color
Monochromatic Colors of #EF077D
Black with #EF077D
Text Example
Text Example
White with #EF077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF077D; }
p { color: rgb(239,7,125); }
H1.HeaderClassName
{
color: #EF077D;
}
.AnyTagClassName
{
color: #EF077D;
}
</style>
background-color css
<style>
a { background-color: #EF077D; }
a { background-color: rgb(239,7,125); }
div.DivClassName
{
background-color: #EF077D;
}
.BgClassName
{
background-color: #EF077D;
}
</style>
border-color css
<style>
span { border-color: #EF077D; }
span { border-color: rgb(239,7,125); }
td.TdClassName
{
border-color: #EF077D;
}
.TagClassName
{
border-color: #EF077D;
}
</style>