Shades of Dark Pink #EF557C
Tints of Dark Pink #EF557C
RGB
CMYK
RGB Variations
Color information
#EF557C (or 0xEF557C) is known color: Dark Pink. HEX triplet: EF, 55 and 7C. RGB value is (239,85,124). Sum of RGB (Red+Green+Blue) = 239+85+124=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EF557C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF557C is #10AA83. Grayscale: #878787. Windows color (decimal): -1092228 or 8148463. OLE color: 8148463.
HSL color Cylindrical-coordinate representation of color #EF557C: hue angle of 344.81º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF557C is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 124 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.06 |
| HSL | 344.81º | 0.83% | 0.64% | - |
| HSV(B) | 344.81º | 0.64% | 0.94% | - |
| XYZ | 42.48 | 26.3 | 21.91 | - |
| YUV | 135.49 | 121.52 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 124 | 0 | 0.64 | 0.48 | 0.06 | 344.81 | 0.83 | 0.64 |
| Hex | EF | 55 | 7C | 0 | 40 | 30 | 6 | 159 | 53 | 40 |
| Octal | 357 | 125 | 174 | 0 | 100 | 60 | 6 | 531 | 123 | 100 |
| Binary | 11101111 | 1010101 | 1111100 | 0 | 1000000 | 110000 | 110 | 101011001 | 1010011 | 1000000 |
Color Harmonies of #EF557C
Complementary color
Monochromatic Colors of #EF557C
Black with #EF557C
Text Example
Text Example
White with #EF557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF557C; }
p { color: rgb(239,85,124); }
H1.HeaderClassName
{
color: #EF557C;
}
.AnyTagClassName
{
color: #EF557C;
}
</style>
background-color css
<style>
a { background-color: #EF557C; }
a { background-color: rgb(239,85,124); }
div.DivClassName
{
background-color: #EF557C;
}
.BgClassName
{
background-color: #EF557C;
}
</style>
border-color css
<style>
span { border-color: #EF557C; }
span { border-color: rgb(239,85,124); }
td.TdClassName
{
border-color: #EF557C;
}
.TagClassName
{
border-color: #EF557C;
}
</style>