Shades of Deep Pink #EF1586
Tints of Deep Pink #EF1586
RGB
CMYK
RGB Variations
Color information
#EF1586 (or 0xEF1586) is known color: Deep Pink. HEX triplet: EF, 15 and 86. RGB value is (239,21,134). Sum of RGB (Red+Green+Blue) = 239+21+134=394 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.66% from 394); Green value is 21 (8.59% from 255 or 5.33% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1586 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1586 is #10EA79. Grayscale: #626262. Windows color (decimal): -1108602 or 8787439. OLE color: 8787439.
HSL color Cylindrical-coordinate representation of color #EF1586: hue angle of 328.9º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF1586 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 134 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.06 |
| HSL | 328.9º | 0.87% | 0.51% | - |
| HSV(B) | 328.9º | 0.91% | 0.94% | - |
| XYZ | 40.17 | 20.61 | 24.41 | - |
| YUV | 99.06 | 147.72 | 227.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 134 | 0 | 0.91 | 0.44 | 0.06 | 328.9 | 0.87 | 0.51 |
| Hex | EF | 15 | 86 | 0 | 5B | 2C | 6 | 149 | 57 | 33 |
| Octal | 357 | 25 | 206 | 0 | 133 | 54 | 6 | 511 | 127 | 63 |
| Binary | 11101111 | 10101 | 10000110 | 0 | 1011011 | 101100 | 110 | 101001001 | 1010111 | 110011 |
Color Harmonies of #EF1586
Complementary color
Monochromatic Colors of #EF1586
Black with #EF1586
Text Example
Text Example
White with #EF1586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1586; }
p { color: rgb(239,21,134); }
H1.HeaderClassName
{
color: #EF1586;
}
.AnyTagClassName
{
color: #EF1586;
}
</style>
background-color css
<style>
a { background-color: #EF1586; }
a { background-color: rgb(239,21,134); }
div.DivClassName
{
background-color: #EF1586;
}
.BgClassName
{
background-color: #EF1586;
}
</style>
border-color css
<style>
span { border-color: #EF1586; }
span { border-color: rgb(239,21,134); }
td.TdClassName
{
border-color: #EF1586;
}
.TagClassName
{
border-color: #EF1586;
}
</style>