Shades of Deep Pink #EF1990
Tints of Deep Pink #EF1990
RGB
CMYK
RGB Variations
Color information
#EF1990 (or 0xEF1990) is known color: Deep Pink. HEX triplet: EF, 19 and 90. RGB value is (239,25,144). Sum of RGB (Red+Green+Blue) = 239+25+144=408 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.58% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1990 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1990 is #10E66F. Grayscale: #666666. Windows color (decimal): -1107568 or 9443823. OLE color: 9443823.
HSL color Cylindrical-coordinate representation of color #EF1990: hue angle of 326.64º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1990 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 144 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.06 |
| HSL | 326.64º | 0.87% | 0.52% | - |
| HSV(B) | 326.64º | 0.9% | 0.94% | - |
| XYZ | 40.98 | 21.06 | 28.29 | - |
| YUV | 102.55 | 151.4 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 144 | 0 | 0.90 | 0.40 | 0.06 | 326.64 | 0.87 | 0.52 |
| Hex | EF | 19 | 90 | 0 | 5A | 28 | 6 | 147 | 57 | 34 |
| Octal | 357 | 31 | 220 | 0 | 132 | 50 | 6 | 507 | 127 | 64 |
| Binary | 11101111 | 11001 | 10010000 | 0 | 1011010 | 101000 | 110 | 101000111 | 1010111 | 110100 |
Color Harmonies of #EF1990
Complementary color
Monochromatic Colors of #EF1990
Black with #EF1990
Text Example
Text Example
White with #EF1990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1990; }
p { color: rgb(239,25,144); }
H1.HeaderClassName
{
color: #EF1990;
}
.AnyTagClassName
{
color: #EF1990;
}
</style>
background-color css
<style>
a { background-color: #EF1990; }
a { background-color: rgb(239,25,144); }
div.DivClassName
{
background-color: #EF1990;
}
.BgClassName
{
background-color: #EF1990;
}
</style>
border-color css
<style>
span { border-color: #EF1990; }
span { border-color: rgb(239,25,144); }
td.TdClassName
{
border-color: #EF1990;
}
.TagClassName
{
border-color: #EF1990;
}
</style>