Shades of Deep Pink #EF1587
Tints of Deep Pink #EF1587
RGB
CMYK
RGB Variations
Color information
#EF1587 (or 0xEF1587) is known color: Deep Pink. HEX triplet: EF, 15 and 87. RGB value is (239,21,135). Sum of RGB (Red+Green+Blue) = 239+21+135=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 21 (8.59% from 255 or 5.32% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1587 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1587 is #10EA78. Grayscale: #626262. Windows color (decimal): -1108601 or 8852975. OLE color: 8852975.
HSL color Cylindrical-coordinate representation of color #EF1587: hue angle of 328.62º 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 #EF1587 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 135 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.06 |
| HSL | 328.62º | 0.87% | 0.51% | - |
| HSV(B) | 328.62º | 0.91% | 0.94% | - |
| XYZ | 40.24 | 20.64 | 24.78 | - |
| YUV | 99.18 | 148.22 | 227.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 135 | 0 | 0.91 | 0.44 | 0.06 | 328.62 | 0.87 | 0.51 |
| Hex | EF | 15 | 87 | 0 | 5B | 2C | 6 | 149 | 57 | 33 |
| Octal | 357 | 25 | 207 | 0 | 133 | 54 | 6 | 511 | 127 | 63 |
| Binary | 11101111 | 10101 | 10000111 | 0 | 1011011 | 101100 | 110 | 101001001 | 1010111 | 110011 |
Color Harmonies of #EF1587
Complementary color
Monochromatic Colors of #EF1587
Black with #EF1587
Text Example
Text Example
White with #EF1587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1587; }
p { color: rgb(239,21,135); }
H1.HeaderClassName
{
color: #EF1587;
}
.AnyTagClassName
{
color: #EF1587;
}
</style>
background-color css
<style>
a { background-color: #EF1587; }
a { background-color: rgb(239,21,135); }
div.DivClassName
{
background-color: #EF1587;
}
.BgClassName
{
background-color: #EF1587;
}
</style>
border-color css
<style>
span { border-color: #EF1587; }
span { border-color: rgb(239,21,135); }
td.TdClassName
{
border-color: #EF1587;
}
.TagClassName
{
border-color: #EF1587;
}
</style>