Shades of Dark Pink #EF547C
Tints of Dark Pink #EF547C
RGB
CMYK
RGB Variations
Color information
#EF547C (or 0xEF547C) is known color: Dark Pink. HEX triplet: EF, 54 and 7C. RGB value is (239,84,124). Sum of RGB (Red+Green+Blue) = 239+84+124=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF547C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF547C is #10AB83. Grayscale: #868686. Windows color (decimal): -1092484 or 8148207. OLE color: 8148207.
HSL color Cylindrical-coordinate representation of color #EF547C: hue angle of 344.52º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF547C is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 84 | 124 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.06 |
| HSL | 344.52º | 0.83% | 0.63% | - |
| HSV(B) | 344.52º | 0.65% | 0.94% | - |
| XYZ | 42.41 | 26.15 | 21.88 | - |
| YUV | 134.91 | 121.85 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 84 | 124 | 0 | 0.65 | 0.48 | 0.06 | 344.52 | 0.83 | 0.63 |
| Hex | EF | 54 | 7C | 0 | 41 | 30 | 6 | 159 | 53 | 3F |
| Octal | 357 | 124 | 174 | 0 | 101 | 60 | 6 | 531 | 123 | 77 |
| Binary | 11101111 | 1010100 | 1111100 | 0 | 1000001 | 110000 | 110 | 101011001 | 1010011 | 111111 |
Color Harmonies of #EF547C
Complementary color
Monochromatic Colors of #EF547C
Black with #EF547C
Text Example
Text Example
White with #EF547C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF547C; }
p { color: rgb(239,84,124); }
H1.HeaderClassName
{
color: #EF547C;
}
.AnyTagClassName
{
color: #EF547C;
}
</style>
background-color css
<style>
a { background-color: #EF547C; }
a { background-color: rgb(239,84,124); }
div.DivClassName
{
background-color: #EF547C;
}
.BgClassName
{
background-color: #EF547C;
}
</style>
border-color css
<style>
span { border-color: #EF547C; }
span { border-color: rgb(239,84,124); }
td.TdClassName
{
border-color: #EF547C;
}
.TagClassName
{
border-color: #EF547C;
}
</style>