Shades of Deep Pink #EF1290
Tints of Deep Pink #EF1290
RGB
CMYK
RGB Variations
Color information
#EF1290 (or 0xEF1290) is known color: Deep Pink. HEX triplet: EF, 12 and 90. RGB value is (239,18,144). Sum of RGB (Red+Green+Blue) = 239+18+144=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1290 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1290 is #10ED6F. Grayscale: #626262. Windows color (decimal): -1109360 or 9442031. OLE color: 9442031.
HSL color Cylindrical-coordinate representation of color #EF1290: hue angle of 325.79º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF1290 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 144 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.06 |
| HSL | 325.79º | 0.87% | 0.5% | - |
| HSV(B) | 325.79º | 0.92% | 0.94% | - |
| XYZ | 40.85 | 20.8 | 28.25 | - |
| YUV | 98.44 | 153.72 | 228.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 144 | 0 | 0.92 | 0.40 | 0.06 | 325.79 | 0.87 | 0.5 |
| Hex | EF | 12 | 90 | 0 | 5C | 28 | 6 | 146 | 57 | 32 |
| Octal | 357 | 22 | 220 | 0 | 134 | 50 | 6 | 506 | 127 | 62 |
| Binary | 11101111 | 10010 | 10010000 | 0 | 1011100 | 101000 | 110 | 101000110 | 1010111 | 110010 |
Color Harmonies of #EF1290
Complementary color
Monochromatic Colors of #EF1290
Black with #EF1290
Text Example
Text Example
White with #EF1290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1290; }
p { color: rgb(239,18,144); }
H1.HeaderClassName
{
color: #EF1290;
}
.AnyTagClassName
{
color: #EF1290;
}
</style>
background-color css
<style>
a { background-color: #EF1290; }
a { background-color: rgb(239,18,144); }
div.DivClassName
{
background-color: #EF1290;
}
.BgClassName
{
background-color: #EF1290;
}
</style>
border-color css
<style>
span { border-color: #EF1290; }
span { border-color: rgb(239,18,144); }
td.TdClassName
{
border-color: #EF1290;
}
.TagClassName
{
border-color: #EF1290;
}
</style>