Shades of Dark Pink #EF577D
Tints of Dark Pink #EF577D
RGB
CMYK
RGB Variations
Color information
#EF577D (or 0xEF577D) is known color: Dark Pink. HEX triplet: EF, 57 and 7D. RGB value is (239,87,125). Sum of RGB (Red+Green+Blue) = 239+87+125=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF577D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF577D is #10A882. Grayscale: #888888. Windows color (decimal): -1091715 or 8214511. OLE color: 8214511.
HSL color Cylindrical-coordinate representation of color #EF577D: hue angle of 345º 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 #EF577D is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 87 | 125 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.06 |
| HSL | 345º | 0.83% | 0.64% | - |
| HSV(B) | 345º | 0.64% | 0.94% | - |
| XYZ | 42.71 | 26.65 | 22.29 | - |
| YUV | 136.78 | 121.36 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 87 | 125 | 0 | 0.64 | 0.48 | 0.06 | 345 | 0.83 | 0.64 |
| Hex | EF | 57 | 7D | 0 | 40 | 30 | 6 | 159 | 53 | 40 |
| Octal | 357 | 127 | 175 | 0 | 100 | 60 | 6 | 531 | 123 | 100 |
| Binary | 11101111 | 1010111 | 1111101 | 0 | 1000000 | 110000 | 110 | 101011001 | 1010011 | 1000000 |
Color Harmonies of #EF577D
Complementary color
Monochromatic Colors of #EF577D
Black with #EF577D
Text Example
Text Example
White with #EF577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF577D; }
p { color: rgb(239,87,125); }
H1.HeaderClassName
{
color: #EF577D;
}
.AnyTagClassName
{
color: #EF577D;
}
</style>
background-color css
<style>
a { background-color: #EF577D; }
a { background-color: rgb(239,87,125); }
div.DivClassName
{
background-color: #EF577D;
}
.BgClassName
{
background-color: #EF577D;
}
</style>
border-color css
<style>
span { border-color: #EF577D; }
span { border-color: rgb(239,87,125); }
td.TdClassName
{
border-color: #EF577D;
}
.TagClassName
{
border-color: #EF577D;
}
</style>