Shades of Deep Pink #EF0987
Tints of Deep Pink #EF0987
RGB
CMYK
RGB Variations
Color information
#EF0987 (or 0xEF0987) is known color: Deep Pink. HEX triplet: EF, 09 and 87. RGB value is (239,9,135). Sum of RGB (Red+Green+Blue) = 239+9+135=383 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.40% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0987 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0987 is #10F678. Grayscale: #5B5B5B. Windows color (decimal): -1111673 or 8849903. OLE color: 8849903.
HSL color Cylindrical-coordinate representation of color #EF0987: hue angle of 327.13º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0987 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 135 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.06 |
| HSL | 327.13º | 0.93% | 0.49% | - |
| HSV(B) | 327.13º | 0.96% | 0.94% | - |
| XYZ | 40.07 | 20.3 | 24.73 | - |
| YUV | 92.13 | 152.2 | 232.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 135 | 0 | 0.96 | 0.44 | 0.06 | 327.13 | 0.93 | 0.49 |
| Hex | EF | 9 | 87 | 0 | 60 | 2C | 6 | 147 | 5D | 31 |
| Octal | 357 | 11 | 207 | 0 | 140 | 54 | 6 | 507 | 135 | 61 |
| Binary | 11101111 | 1001 | 10000111 | 0 | 1100000 | 101100 | 110 | 101000111 | 1011101 | 110001 |
Color Harmonies of #EF0987
Complementary color
Monochromatic Colors of #EF0987
Black with #EF0987
Text Example
Text Example
White with #EF0987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0987; }
p { color: rgb(239,9,135); }
H1.HeaderClassName
{
color: #EF0987;
}
.AnyTagClassName
{
color: #EF0987;
}
</style>
background-color css
<style>
a { background-color: #EF0987; }
a { background-color: rgb(239,9,135); }
div.DivClassName
{
background-color: #EF0987;
}
.BgClassName
{
background-color: #EF0987;
}
</style>
border-color css
<style>
span { border-color: #EF0987; }
span { border-color: rgb(239,9,135); }
td.TdClassName
{
border-color: #EF0987;
}
.TagClassName
{
border-color: #EF0987;
}
</style>