Shades of Deep Pink #EF2087
Tints of Deep Pink #EF2087
RGB
CMYK
RGB Variations
Color information
#EF2087 (or 0xEF2087) is known color: Deep Pink. HEX triplet: EF, 20 and 87. RGB value is (239,32,135). Sum of RGB (Red+Green+Blue) = 239+32+135=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2087 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2087 is #10DF78. Grayscale: #696969. Windows color (decimal): -1105785 or 8855791. OLE color: 8855791.
HSL color Cylindrical-coordinate representation of color #EF2087: hue angle of 330.14º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF2087 is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 135 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.06 |
| HSL | 330.14º | 0.87% | 0.53% | - |
| HSV(B) | 330.14º | 0.87% | 0.94% | - |
| XYZ | 40.49 | 21.13 | 24.87 | - |
| YUV | 105.64 | 144.58 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 135 | 0 | 0.87 | 0.44 | 0.06 | 330.14 | 0.87 | 0.53 |
| Hex | EF | 20 | 87 | 0 | 57 | 2C | 6 | 14A | 57 | 35 |
| Octal | 357 | 40 | 207 | 0 | 127 | 54 | 6 | 512 | 127 | 65 |
| Binary | 11101111 | 100000 | 10000111 | 0 | 1010111 | 101100 | 110 | 101001010 | 1010111 | 110101 |
Color Harmonies of #EF2087
Complementary color
Monochromatic Colors of #EF2087
Black with #EF2087
Text Example
Text Example
White with #EF2087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2087; }
p { color: rgb(239,32,135); }
H1.HeaderClassName
{
color: #EF2087;
}
.AnyTagClassName
{
color: #EF2087;
}
</style>
background-color css
<style>
a { background-color: #EF2087; }
a { background-color: rgb(239,32,135); }
div.DivClassName
{
background-color: #EF2087;
}
.BgClassName
{
background-color: #EF2087;
}
</style>
border-color css
<style>
span { border-color: #EF2087; }
span { border-color: rgb(239,32,135); }
td.TdClassName
{
border-color: #EF2087;
}
.TagClassName
{
border-color: #EF2087;
}
</style>