Shades of Dark Pink #EF5778
Tints of Dark Pink #EF5778
RGB
CMYK
RGB Variations
Color information
#EF5778 (or 0xEF5778) is known color: Dark Pink. HEX triplet: EF, 57 and 78. RGB value is (239,87,120). Sum of RGB (Red+Green+Blue) = 239+87+120=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 87 (34.38% from 255 or 19.51% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5778 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5778 is #10A887. Grayscale: #888888. Windows color (decimal): -1091720 or 7886831. OLE color: 7886831.
HSL color Cylindrical-coordinate representation of color #EF5778: hue angle of 346.97º 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 #EF5778 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 87 | 120 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.06 |
| HSL | 346.97º | 0.83% | 0.64% | - |
| HSV(B) | 346.97º | 0.64% | 0.94% | - |
| XYZ | 42.39 | 26.52 | 20.65 | - |
| YUV | 136.21 | 118.86 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 87 | 120 | 0 | 0.64 | 0.50 | 0.06 | 346.97 | 0.83 | 0.64 |
| Hex | EF | 57 | 78 | 0 | 40 | 32 | 6 | 15B | 53 | 40 |
| Octal | 357 | 127 | 170 | 0 | 100 | 62 | 6 | 533 | 123 | 100 |
| Binary | 11101111 | 1010111 | 1111000 | 0 | 1000000 | 110010 | 110 | 101011011 | 1010011 | 1000000 |
Color Harmonies of #EF5778
Complementary color
Monochromatic Colors of #EF5778
Black with #EF5778
Text Example
Text Example
White with #EF5778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5778; }
p { color: rgb(239,87,120); }
H1.HeaderClassName
{
color: #EF5778;
}
.AnyTagClassName
{
color: #EF5778;
}
</style>
background-color css
<style>
a { background-color: #EF5778; }
a { background-color: rgb(239,87,120); }
div.DivClassName
{
background-color: #EF5778;
}
.BgClassName
{
background-color: #EF5778;
}
</style>
border-color css
<style>
span { border-color: #EF5778; }
span { border-color: rgb(239,87,120); }
td.TdClassName
{
border-color: #EF5778;
}
.TagClassName
{
border-color: #EF5778;
}
</style>