Shades of Dark Pink #EF577B
Tints of Dark Pink #EF577B
RGB
CMYK
RGB Variations
Color information
#EF577B (or 0xEF577B) is known color: Dark Pink. HEX triplet: EF, 57 and 7B. RGB value is (239,87,123). Sum of RGB (Red+Green+Blue) = 239+87+123=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF577B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF577B is #10A884. Grayscale: #888888. Windows color (decimal): -1091717 or 8083439. OLE color: 8083439.
HSL color Cylindrical-coordinate representation of color #EF577B: hue angle of 345.79º 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 #EF577B is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 87 | 123 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.06 |
| HSL | 345.79º | 0.83% | 0.64% | - |
| HSV(B) | 345.79º | 0.64% | 0.94% | - |
| XYZ | 42.58 | 26.6 | 21.63 | - |
| YUV | 136.55 | 120.36 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 87 | 123 | 0 | 0.64 | 0.49 | 0.06 | 345.79 | 0.83 | 0.64 |
| Hex | EF | 57 | 7B | 0 | 40 | 31 | 6 | 15A | 53 | 40 |
| Octal | 357 | 127 | 173 | 0 | 100 | 61 | 6 | 532 | 123 | 100 |
| Binary | 11101111 | 1010111 | 1111011 | 0 | 1000000 | 110001 | 110 | 101011010 | 1010011 | 1000000 |
Color Harmonies of #EF577B
Complementary color
Monochromatic Colors of #EF577B
Black with #EF577B
Text Example
Text Example
White with #EF577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF577B; }
p { color: rgb(239,87,123); }
H1.HeaderClassName
{
color: #EF577B;
}
.AnyTagClassName
{
color: #EF577B;
}
</style>
background-color css
<style>
a { background-color: #EF577B; }
a { background-color: rgb(239,87,123); }
div.DivClassName
{
background-color: #EF577B;
}
.BgClassName
{
background-color: #EF577B;
}
</style>
border-color css
<style>
span { border-color: #EF577B; }
span { border-color: rgb(239,87,123); }
td.TdClassName
{
border-color: #EF577B;
}
.TagClassName
{
border-color: #EF577B;
}
</style>