Shades of Deep Pink #EF078B
Tints of Deep Pink #EF078B
RGB
CMYK
RGB Variations
Color information
#EF078B (or 0xEF078B) is known color: Deep Pink. HEX triplet: EF, 07 and 8B. RGB value is (239,7,139). Sum of RGB (Red+Green+Blue) = 239+7+139=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF078B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF078B is #10F874. Grayscale: #5B5B5B. Windows color (decimal): -1112181 or 9111535. OLE color: 9111535.
HSL color Cylindrical-coordinate representation of color #EF078B: hue angle of 325.86º 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 #EF078B is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 139 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.06 |
| HSL | 325.86º | 0.94% | 0.48% | - |
| HSV(B) | 325.86º | 0.97% | 0.94% | - |
| XYZ | 40.33 | 20.37 | 26.23 | - |
| YUV | 91.42 | 154.86 | 233.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 139 | 0 | 0.97 | 0.42 | 0.06 | 325.86 | 0.94 | 0.48 |
| Hex | EF | 7 | 8B | 0 | 61 | 2A | 6 | 146 | 5E | 30 |
| Octal | 357 | 7 | 213 | 0 | 141 | 52 | 6 | 506 | 136 | 60 |
| Binary | 11101111 | 111 | 10001011 | 0 | 1100001 | 101010 | 110 | 101000110 | 1011110 | 110000 |
Color Harmonies of #EF078B
Complementary color
Monochromatic Colors of #EF078B
Black with #EF078B
Text Example
Text Example
White with #EF078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF078B; }
p { color: rgb(239,7,139); }
H1.HeaderClassName
{
color: #EF078B;
}
.AnyTagClassName
{
color: #EF078B;
}
</style>
background-color css
<style>
a { background-color: #EF078B; }
a { background-color: rgb(239,7,139); }
div.DivClassName
{
background-color: #EF078B;
}
.BgClassName
{
background-color: #EF078B;
}
</style>
border-color css
<style>
span { border-color: #EF078B; }
span { border-color: rgb(239,7,139); }
td.TdClassName
{
border-color: #EF078B;
}
.TagClassName
{
border-color: #EF078B;
}
</style>