Shades of Deep Pink #EF1890
Tints of Deep Pink #EF1890
RGB
CMYK
RGB Variations
Color information
#EF1890 (or 0xEF1890) is known color: Deep Pink. HEX triplet: EF, 18 and 90. RGB value is (239,24,144). Sum of RGB (Red+Green+Blue) = 239+24+144=407 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.72% from 407); Green value is 24 (9.77% from 255 or 5.90% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1890 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1890 is #10E76F. Grayscale: #656565. Windows color (decimal): -1107824 or 9443567. OLE color: 9443567.
HSL color Cylindrical-coordinate representation of color #EF1890: hue angle of 326.51º 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 #EF1890 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 144 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.06 |
| HSL | 326.51º | 0.87% | 0.52% | - |
| HSV(B) | 326.51º | 0.9% | 0.94% | - |
| XYZ | 40.96 | 21.02 | 28.28 | - |
| YUV | 101.97 | 151.73 | 225.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 144 | 0 | 0.90 | 0.40 | 0.06 | 326.51 | 0.87 | 0.52 |
| Hex | EF | 18 | 90 | 0 | 5A | 28 | 6 | 147 | 57 | 34 |
| Octal | 357 | 30 | 220 | 0 | 132 | 50 | 6 | 507 | 127 | 64 |
| Binary | 11101111 | 11000 | 10010000 | 0 | 1011010 | 101000 | 110 | 101000111 | 1010111 | 110100 |
Color Harmonies of #EF1890
Complementary color
Monochromatic Colors of #EF1890
Black with #EF1890
Text Example
Text Example
White with #EF1890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1890; }
p { color: rgb(239,24,144); }
H1.HeaderClassName
{
color: #EF1890;
}
.AnyTagClassName
{
color: #EF1890;
}
</style>
background-color css
<style>
a { background-color: #EF1890; }
a { background-color: rgb(239,24,144); }
div.DivClassName
{
background-color: #EF1890;
}
.BgClassName
{
background-color: #EF1890;
}
</style>
border-color css
<style>
span { border-color: #EF1890; }
span { border-color: rgb(239,24,144); }
td.TdClassName
{
border-color: #EF1890;
}
.TagClassName
{
border-color: #EF1890;
}
</style>