Shades of Deep Pink #EF0587
Tints of Deep Pink #EF0587
RGB
CMYK
RGB Variations
Color information
#EF0587 (or 0xEF0587) is known color: Deep Pink. HEX triplet: EF, 05 and 87. RGB value is (239,5,135). Sum of RGB (Red+Green+Blue) = 239+5+135=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 5 (2.34% from 255 or 1.32% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0587 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0587 is #10FA78. Grayscale: #595959. Windows color (decimal): -1112697 or 8848879. OLE color: 8848879.
HSL color Cylindrical-coordinate representation of color #EF0587: hue angle of 326.67º degrees, saturation: 0.96, 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 #EF0587 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 5 | 135 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.06 |
| HSL | 326.67º | 0.96% | 0.48% | - |
| HSV(B) | 326.67º | 0.98% | 0.94% | - |
| XYZ | 40.02 | 20.21 | 24.71 | - |
| YUV | 89.79 | 153.52 | 234.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 5 | 135 | 0 | 0.98 | 0.44 | 0.06 | 326.67 | 0.96 | 0.48 |
| Hex | EF | 5 | 87 | 0 | 62 | 2C | 6 | 147 | 60 | 30 |
| Octal | 357 | 5 | 207 | 0 | 142 | 54 | 6 | 507 | 140 | 60 |
| Binary | 11101111 | 101 | 10000111 | 0 | 1100010 | 101100 | 110 | 101000111 | 1100000 | 110000 |
Color Harmonies of #EF0587
Complementary color
Monochromatic Colors of #EF0587
Black with #EF0587
Text Example
Text Example
White with #EF0587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0587; }
p { color: rgb(239,5,135); }
H1.HeaderClassName
{
color: #EF0587;
}
.AnyTagClassName
{
color: #EF0587;
}
</style>
background-color css
<style>
a { background-color: #EF0587; }
a { background-color: rgb(239,5,135); }
div.DivClassName
{
background-color: #EF0587;
}
.BgClassName
{
background-color: #EF0587;
}
</style>
border-color css
<style>
span { border-color: #EF0587; }
span { border-color: rgb(239,5,135); }
td.TdClassName
{
border-color: #EF0587;
}
.TagClassName
{
border-color: #EF0587;
}
</style>