Shades of Deep Pink #EF0784
Tints of Deep Pink #EF0784
RGB
CMYK
RGB Variations
Color information
#EF0784 (or 0xEF0784) is known color: Deep Pink. HEX triplet: EF, 07 and 84. RGB value is (239,7,132). Sum of RGB (Red+Green+Blue) = 239+7+132=378 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.23% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0784 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0784 is #10F87B. Grayscale: #5A5A5A. Windows color (decimal): -1112188 or 8652783. OLE color: 8652783.
HSL color Cylindrical-coordinate representation of color #EF0784: hue angle of 327.67º 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 #EF0784 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 132 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.06 |
| HSL | 327.67º | 0.94% | 0.48% | - |
| HSV(B) | 327.67º | 0.97% | 0.94% | - |
| XYZ | 39.84 | 20.17 | 23.62 | - |
| YUV | 90.62 | 151.36 | 233.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 132 | 0 | 0.97 | 0.45 | 0.06 | 327.67 | 0.94 | 0.48 |
| Hex | EF | 7 | 84 | 0 | 61 | 2D | 6 | 148 | 5E | 30 |
| Octal | 357 | 7 | 204 | 0 | 141 | 55 | 6 | 510 | 136 | 60 |
| Binary | 11101111 | 111 | 10000100 | 0 | 1100001 | 101101 | 110 | 101001000 | 1011110 | 110000 |
Color Harmonies of #EF0784
Complementary color
Monochromatic Colors of #EF0784
Black with #EF0784
Text Example
Text Example
White with #EF0784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0784; }
p { color: rgb(239,7,132); }
H1.HeaderClassName
{
color: #EF0784;
}
.AnyTagClassName
{
color: #EF0784;
}
</style>
background-color css
<style>
a { background-color: #EF0784; }
a { background-color: rgb(239,7,132); }
div.DivClassName
{
background-color: #EF0784;
}
.BgClassName
{
background-color: #EF0784;
}
</style>
border-color css
<style>
span { border-color: #EF0784; }
span { border-color: rgb(239,7,132); }
td.TdClassName
{
border-color: #EF0784;
}
.TagClassName
{
border-color: #EF0784;
}
</style>