Shades of Deep Pink #EF159F
Tints of Deep Pink #EF159F
RGB
CMYK
RGB Variations
Color information
#EF159F (or 0xEF159F) is known color: Deep Pink. HEX triplet: EF, 15 and 9F. RGB value is (239,21,159). Sum of RGB (Red+Green+Blue) = 239+21+159=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 21 (8.59% from 255 or 5.01% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF159F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF159F is #10EA60. Grayscale: #656565. Windows color (decimal): -1108577 or 10425839. OLE color: 10425839.
HSL color Cylindrical-coordinate representation of color #EF159F: hue angle of 322.02º 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 #EF159F is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 159 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.06 |
| HSL | 322.02º | 0.87% | 0.51% | - |
| HSV(B) | 322.02º | 0.91% | 0.94% | - |
| XYZ | 42.12 | 21.39 | 34.71 | - |
| YUV | 101.91 | 160.22 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 159 | 0 | 0.91 | 0.33 | 0.06 | 322.02 | 0.87 | 0.51 |
| Hex | EF | 15 | 9F | 0 | 5B | 21 | 6 | 142 | 57 | 33 |
| Octal | 357 | 25 | 237 | 0 | 133 | 41 | 6 | 502 | 127 | 63 |
| Binary | 11101111 | 10101 | 10011111 | 0 | 1011011 | 100001 | 110 | 101000010 | 1010111 | 110011 |
Color Harmonies of #EF159F
Complementary color
Monochromatic Colors of #EF159F
Black with #EF159F
Text Example
Text Example
White with #EF159F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF159F; }
p { color: rgb(239,21,159); }
H1.HeaderClassName
{
color: #EF159F;
}
.AnyTagClassName
{
color: #EF159F;
}
</style>
background-color css
<style>
a { background-color: #EF159F; }
a { background-color: rgb(239,21,159); }
div.DivClassName
{
background-color: #EF159F;
}
.BgClassName
{
background-color: #EF159F;
}
</style>
border-color css
<style>
span { border-color: #EF159F; }
span { border-color: rgb(239,21,159); }
td.TdClassName
{
border-color: #EF159F;
}
.TagClassName
{
border-color: #EF159F;
}
</style>