Shades of Dark Pink #EF5777
Tints of Dark Pink #EF5777
RGB
CMYK
RGB Variations
Color information
#EF5777 (or 0xEF5777) is known color: Dark Pink. HEX triplet: EF, 57 and 77. RGB value is (239,87,119). Sum of RGB (Red+Green+Blue) = 239+87+119=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 87 (34.38% from 255 or 19.55% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5777 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5777 is #10A888. Grayscale: #888888. Windows color (decimal): -1091721 or 7821295. OLE color: 7821295.
HSL color Cylindrical-coordinate representation of color #EF5777: hue angle of 347.37º 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 #EF5777 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 87 | 119 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.06 |
| HSL | 347.37º | 0.83% | 0.64% | - |
| HSV(B) | 347.37º | 0.64% | 0.94% | - |
| XYZ | 42.33 | 26.5 | 20.34 | - |
| YUV | 136.1 | 118.36 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 87 | 119 | 0 | 0.64 | 0.50 | 0.06 | 347.37 | 0.83 | 0.64 |
| Hex | EF | 57 | 77 | 0 | 40 | 32 | 6 | 15B | 53 | 40 |
| Octal | 357 | 127 | 167 | 0 | 100 | 62 | 6 | 533 | 123 | 100 |
| Binary | 11101111 | 1010111 | 1110111 | 0 | 1000000 | 110010 | 110 | 101011011 | 1010011 | 1000000 |
Color Harmonies of #EF5777
Complementary color
Monochromatic Colors of #EF5777
Black with #EF5777
Text Example
Text Example
White with #EF5777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5777; }
p { color: rgb(239,87,119); }
H1.HeaderClassName
{
color: #EF5777;
}
.AnyTagClassName
{
color: #EF5777;
}
</style>
background-color css
<style>
a { background-color: #EF5777; }
a { background-color: rgb(239,87,119); }
div.DivClassName
{
background-color: #EF5777;
}
.BgClassName
{
background-color: #EF5777;
}
</style>
border-color css
<style>
span { border-color: #EF5777; }
span { border-color: rgb(239,87,119); }
td.TdClassName
{
border-color: #EF5777;
}
.TagClassName
{
border-color: #EF5777;
}
</style>