Shades of Deep Pink #EF0084
Tints of Deep Pink #EF0084
RGB
CMYK
RGB Variations
Color information
#EF0084 (or 0xEF0084) is known color: Deep Pink. HEX triplet: EF, 00 and 84. RGB value is (239,0,132). Sum of RGB (Red+Green+Blue) = 239+0+132=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0084 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0084 is #10FF7B. Grayscale: #565656. Windows color (decimal): -1113980 or 8650991. OLE color: 8650991.
HSL color Cylindrical-coordinate representation of color #EF0084: hue angle of 326.86º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0084 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 132 | - |
| CMYK | 0 | 1 | 0.45 | 0.06 |
| HSL | 326.86º | 1% | 0.47% | - |
| HSV(B) | 326.86º | 1% | 0.94% | - |
| XYZ | 39.76 | 20.02 | 23.6 | - |
| YUV | 86.51 | 153.68 | 236.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 132 | 0 | 1 | 0.45 | 0.06 | 326.86 | 1 | 0.47 |
| Hex | EF | 0 | 84 | 0 | 64 | 2D | 6 | 147 | 64 | 2F |
| Octal | 357 | 0 | 204 | 0 | 144 | 55 | 6 | 507 | 144 | 57 |
| Binary | 11101111 | 0 | 10000100 | 0 | 1100100 | 101101 | 110 | 101000111 | 1100100 | 101111 |
Color Harmonies of #EF0084
Complementary color
Monochromatic Colors of #EF0084
Black with #EF0084
Text Example
Text Example
White with #EF0084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0084; }
p { color: rgb(239,0,132); }
H1.HeaderClassName
{
color: #EF0084;
}
.AnyTagClassName
{
color: #EF0084;
}
</style>
background-color css
<style>
a { background-color: #EF0084; }
a { background-color: rgb(239,0,132); }
div.DivClassName
{
background-color: #EF0084;
}
.BgClassName
{
background-color: #EF0084;
}
</style>
border-color css
<style>
span { border-color: #EF0084; }
span { border-color: rgb(239,0,132); }
td.TdClassName
{
border-color: #EF0084;
}
.TagClassName
{
border-color: #EF0084;
}
</style>