Shades of Deep Pink #EF187C
Tints of Deep Pink #EF187C
RGB
CMYK
RGB Variations
Color information
#EF187C (or 0xEF187C) is known color: Deep Pink. HEX triplet: EF, 18 and 7C. RGB value is (239,24,124). Sum of RGB (Red+Green+Blue) = 239+24+124=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF187C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF187C is #10E783. Grayscale: #636363. Windows color (decimal): -1107844 or 8132847. OLE color: 8132847.
HSL color Cylindrical-coordinate representation of color #EF187C: hue angle of 332.09º 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 #EF187C is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 124 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.06 |
| HSL | 332.09º | 0.87% | 0.52% | - |
| HSV(B) | 332.09º | 0.9% | 0.94% | - |
| XYZ | 39.56 | 20.46 | 20.93 | - |
| YUV | 99.69 | 141.73 | 227.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 124 | 0 | 0.90 | 0.48 | 0.06 | 332.09 | 0.87 | 0.52 |
| Hex | EF | 18 | 7C | 0 | 5A | 30 | 6 | 14C | 57 | 34 |
| Octal | 357 | 30 | 174 | 0 | 132 | 60 | 6 | 514 | 127 | 64 |
| Binary | 11101111 | 11000 | 1111100 | 0 | 1011010 | 110000 | 110 | 101001100 | 1010111 | 110100 |
Color Harmonies of #EF187C
Complementary color
Monochromatic Colors of #EF187C
Black with #EF187C
Text Example
Text Example
White with #EF187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF187C; }
p { color: rgb(239,24,124); }
H1.HeaderClassName
{
color: #EF187C;
}
.AnyTagClassName
{
color: #EF187C;
}
</style>
background-color css
<style>
a { background-color: #EF187C; }
a { background-color: rgb(239,24,124); }
div.DivClassName
{
background-color: #EF187C;
}
.BgClassName
{
background-color: #EF187C;
}
</style>
border-color css
<style>
span { border-color: #EF187C; }
span { border-color: rgb(239,24,124); }
td.TdClassName
{
border-color: #EF187C;
}
.TagClassName
{
border-color: #EF187C;
}
</style>