Shades of Dark Pink #EF5676
Tints of Dark Pink #EF5676
RGB
CMYK
RGB Variations
Color information
#EF5676 (or 0xEF5676) is known color: Dark Pink. HEX triplet: EF, 56 and 76. RGB value is (239,86,118). Sum of RGB (Red+Green+Blue) = 239+86+118=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5676 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5676 is #10A989. Grayscale: #878787. Windows color (decimal): -1091978 or 7755503. OLE color: 7755503.
HSL color Cylindrical-coordinate representation of color #EF5676: hue angle of 347.45º 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 #EF5676 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 86 | 118 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.06 |
| HSL | 347.45º | 0.83% | 0.64% | - |
| HSV(B) | 347.45º | 0.64% | 0.94% | - |
| XYZ | 42.19 | 26.31 | 19.99 | - |
| YUV | 135.4 | 118.19 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 86 | 118 | 0 | 0.64 | 0.51 | 0.06 | 347.45 | 0.83 | 0.64 |
| Hex | EF | 56 | 76 | 0 | 40 | 33 | 6 | 15B | 53 | 40 |
| Octal | 357 | 126 | 166 | 0 | 100 | 63 | 6 | 533 | 123 | 100 |
| Binary | 11101111 | 1010110 | 1110110 | 0 | 1000000 | 110011 | 110 | 101011011 | 1010011 | 1000000 |
Color Harmonies of #EF5676
Complementary color
Monochromatic Colors of #EF5676
Black with #EF5676
Text Example
Text Example
White with #EF5676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5676; }
p { color: rgb(239,86,118); }
H1.HeaderClassName
{
color: #EF5676;
}
.AnyTagClassName
{
color: #EF5676;
}
</style>
background-color css
<style>
a { background-color: #EF5676; }
a { background-color: rgb(239,86,118); }
div.DivClassName
{
background-color: #EF5676;
}
.BgClassName
{
background-color: #EF5676;
}
</style>
border-color css
<style>
span { border-color: #EF5676; }
span { border-color: rgb(239,86,118); }
td.TdClassName
{
border-color: #EF5676;
}
.TagClassName
{
border-color: #EF5676;
}
</style>