Shades of Deep Pink #EF1A7C
Tints of Deep Pink #EF1A7C
RGB
CMYK
RGB Variations
Color information
#EF1A7C (or 0xEF1A7C) is known color: Deep Pink. HEX triplet: EF, 1A and 7C. RGB value is (239,26,124). Sum of RGB (Red+Green+Blue) = 239+26+124=389 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.44% from 389); Green value is 26 (10.55% from 255 or 6.68% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1A7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1A7C is #10E583. Grayscale: #646464. Windows color (decimal): -1107332 or 8133359. OLE color: 8133359.
HSL color Cylindrical-coordinate representation of color #EF1A7C: hue angle of 332.39º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1A7C is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 26 | 124 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.06 |
| HSL | 332.39º | 0.87% | 0.52% | - |
| HSV(B) | 332.39º | 0.89% | 0.94% | - |
| XYZ | 39.6 | 20.54 | 20.95 | - |
| YUV | 100.86 | 141.07 | 226.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 26 | 124 | 0 | 0.89 | 0.48 | 0.06 | 332.39 | 0.87 | 0.52 |
| Hex | EF | 1A | 7C | 0 | 59 | 30 | 6 | 14C | 57 | 34 |
| Octal | 357 | 32 | 174 | 0 | 131 | 60 | 6 | 514 | 127 | 64 |
| Binary | 11101111 | 11010 | 1111100 | 0 | 1011001 | 110000 | 110 | 101001100 | 1010111 | 110100 |
Color Harmonies of #EF1A7C
Complementary color
Monochromatic Colors of #EF1A7C
Black with #EF1A7C
Text Example
Text Example
White with #EF1A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1A7C; }
p { color: rgb(239,26,124); }
H1.HeaderClassName
{
color: #EF1A7C;
}
.AnyTagClassName
{
color: #EF1A7C;
}
</style>
background-color css
<style>
a { background-color: #EF1A7C; }
a { background-color: rgb(239,26,124); }
div.DivClassName
{
background-color: #EF1A7C;
}
.BgClassName
{
background-color: #EF1A7C;
}
</style>
border-color css
<style>
span { border-color: #EF1A7C; }
span { border-color: rgb(239,26,124); }
td.TdClassName
{
border-color: #EF1A7C;
}
.TagClassName
{
border-color: #EF1A7C;
}
</style>