Shades of Dark Pink #EF577E
Tints of Dark Pink #EF577E
RGB
CMYK
RGB Variations
Color information
#EF577E (or 0xEF577E) is known color: Dark Pink. HEX triplet: EF, 57 and 7E. RGB value is (239,87,126). Sum of RGB (Red+Green+Blue) = 239+87+126=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF577E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF577E is #10A881. Grayscale: #888888. Windows color (decimal): -1091714 or 8280047. OLE color: 8280047.
HSL color Cylindrical-coordinate representation of color #EF577E: hue angle of 344.61º 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 #EF577E is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 87 | 126 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.06 |
| HSL | 344.61º | 0.83% | 0.64% | - |
| HSV(B) | 344.61º | 0.64% | 0.94% | - |
| XYZ | 42.77 | 26.67 | 22.63 | - |
| YUV | 136.89 | 121.86 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 87 | 126 | 0 | 0.64 | 0.47 | 0.06 | 344.61 | 0.83 | 0.64 |
| Hex | EF | 57 | 7E | 0 | 40 | 2F | 6 | 159 | 53 | 40 |
| Octal | 357 | 127 | 176 | 0 | 100 | 57 | 6 | 531 | 123 | 100 |
| Binary | 11101111 | 1010111 | 1111110 | 0 | 1000000 | 101111 | 110 | 101011001 | 1010011 | 1000000 |
Color Harmonies of #EF577E
Complementary color
Monochromatic Colors of #EF577E
Black with #EF577E
Text Example
Text Example
White with #EF577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF577E; }
p { color: rgb(239,87,126); }
H1.HeaderClassName
{
color: #EF577E;
}
.AnyTagClassName
{
color: #EF577E;
}
</style>
background-color css
<style>
a { background-color: #EF577E; }
a { background-color: rgb(239,87,126); }
div.DivClassName
{
background-color: #EF577E;
}
.BgClassName
{
background-color: #EF577E;
}
</style>
border-color css
<style>
span { border-color: #EF577E; }
span { border-color: rgb(239,87,126); }
td.TdClassName
{
border-color: #EF577E;
}
.TagClassName
{
border-color: #EF577E;
}
</style>