Shades of Deep Pink #EF1590
Tints of Deep Pink #EF1590
RGB
CMYK
RGB Variations
Color information
#EF1590 (or 0xEF1590) is known color: Deep Pink. HEX triplet: EF, 15 and 90. RGB value is (239,21,144). Sum of RGB (Red+Green+Blue) = 239+21+144=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 21 (8.59% from 255 or 5.20% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1590 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1590 is #10EA6F. Grayscale: #636363. Windows color (decimal): -1108592 or 9442799. OLE color: 9442799.
HSL color Cylindrical-coordinate representation of color #EF1590: hue angle of 326.15º 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 #EF1590 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 144 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.06 |
| HSL | 326.15º | 0.87% | 0.51% | - |
| HSV(B) | 326.15º | 0.91% | 0.94% | - |
| XYZ | 40.9 | 20.9 | 28.26 | - |
| YUV | 100.2 | 152.72 | 227 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 144 | 0 | 0.91 | 0.40 | 0.06 | 326.15 | 0.87 | 0.51 |
| Hex | EF | 15 | 90 | 0 | 5B | 28 | 6 | 146 | 57 | 33 |
| Octal | 357 | 25 | 220 | 0 | 133 | 50 | 6 | 506 | 127 | 63 |
| Binary | 11101111 | 10101 | 10010000 | 0 | 1011011 | 101000 | 110 | 101000110 | 1010111 | 110011 |
Color Harmonies of #EF1590
Complementary color
Monochromatic Colors of #EF1590
Black with #EF1590
Text Example
Text Example
White with #EF1590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1590; }
p { color: rgb(239,21,144); }
H1.HeaderClassName
{
color: #EF1590;
}
.AnyTagClassName
{
color: #EF1590;
}
</style>
background-color css
<style>
a { background-color: #EF1590; }
a { background-color: rgb(239,21,144); }
div.DivClassName
{
background-color: #EF1590;
}
.BgClassName
{
background-color: #EF1590;
}
</style>
border-color css
<style>
span { border-color: #EF1590; }
span { border-color: rgb(239,21,144); }
td.TdClassName
{
border-color: #EF1590;
}
.TagClassName
{
border-color: #EF1590;
}
</style>