Shades of Dark Pink #EF497C
Tints of Dark Pink #EF497C
RGB
CMYK
RGB Variations
Color information
#EF497C (or 0xEF497C) is known color: Dark Pink. HEX triplet: EF, 49 and 7C. RGB value is (239,73,124). Sum of RGB (Red+Green+Blue) = 239+73+124=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EF497C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF497C is #10B683. Grayscale: #808080. Windows color (decimal): -1095300 or 8145391. OLE color: 8145391.
HSL color Cylindrical-coordinate representation of color #EF497C: hue angle of 341.57º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF497C is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 73 | 124 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.06 |
| HSL | 341.57º | 0.84% | 0.61% | - |
| HSV(B) | 341.57º | 0.69% | 0.94% | - |
| XYZ | 41.62 | 24.57 | 21.62 | - |
| YUV | 128.45 | 125.5 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 73 | 124 | 0 | 0.69 | 0.48 | 0.06 | 341.57 | 0.84 | 0.61 |
| Hex | EF | 49 | 7C | 0 | 45 | 30 | 6 | 156 | 54 | 3D |
| Octal | 357 | 111 | 174 | 0 | 105 | 60 | 6 | 526 | 124 | 75 |
| Binary | 11101111 | 1001001 | 1111100 | 0 | 1000101 | 110000 | 110 | 101010110 | 1010100 | 111101 |
Color Harmonies of #EF497C
Complementary color
Monochromatic Colors of #EF497C
Black with #EF497C
Text Example
Text Example
White with #EF497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF497C; }
p { color: rgb(239,73,124); }
H1.HeaderClassName
{
color: #EF497C;
}
.AnyTagClassName
{
color: #EF497C;
}
</style>
background-color css
<style>
a { background-color: #EF497C; }
a { background-color: rgb(239,73,124); }
div.DivClassName
{
background-color: #EF497C;
}
.BgClassName
{
background-color: #EF497C;
}
</style>
border-color css
<style>
span { border-color: #EF497C; }
span { border-color: rgb(239,73,124); }
td.TdClassName
{
border-color: #EF497C;
}
.TagClassName
{
border-color: #EF497C;
}
</style>