Shades of Deep Pink #EF0486
Tints of Deep Pink #EF0486
RGB
CMYK
RGB Variations
Color information
#EF0486 (or 0xEF0486) is known color: Deep Pink. HEX triplet: EF, 04 and 86. RGB value is (239,4,134). Sum of RGB (Red+Green+Blue) = 239+4+134=377 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.40% from 377); Green value is 4 (1.95% from 255 or 1.06% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0486 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0486 is #10FB79. Grayscale: #585858. Windows color (decimal): -1112954 or 8783087. OLE color: 8783087.
HSL color Cylindrical-coordinate representation of color #EF0486: hue angle of 326.81º degrees, saturation: 0.97, 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 #EF0486 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 134 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.06 |
| HSL | 326.81º | 0.97% | 0.48% | - |
| HSV(B) | 326.81º | 0.98% | 0.94% | - |
| XYZ | 39.94 | 20.16 | 24.34 | - |
| YUV | 89.09 | 153.36 | 234.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 134 | 0 | 0.98 | 0.44 | 0.06 | 326.81 | 0.97 | 0.48 |
| Hex | EF | 4 | 86 | 0 | 62 | 2C | 6 | 147 | 61 | 30 |
| Octal | 357 | 4 | 206 | 0 | 142 | 54 | 6 | 507 | 141 | 60 |
| Binary | 11101111 | 100 | 10000110 | 0 | 1100010 | 101100 | 110 | 101000111 | 1100001 | 110000 |
Color Harmonies of #EF0486
Complementary color
Monochromatic Colors of #EF0486
Black with #EF0486
Text Example
Text Example
White with #EF0486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0486; }
p { color: rgb(239,4,134); }
H1.HeaderClassName
{
color: #EF0486;
}
.AnyTagClassName
{
color: #EF0486;
}
</style>
background-color css
<style>
a { background-color: #EF0486; }
a { background-color: rgb(239,4,134); }
div.DivClassName
{
background-color: #EF0486;
}
.BgClassName
{
background-color: #EF0486;
}
</style>
border-color css
<style>
span { border-color: #EF0486; }
span { border-color: rgb(239,4,134); }
td.TdClassName
{
border-color: #EF0486;
}
.TagClassName
{
border-color: #EF0486;
}
</style>