Shades of Dark Pink #EC577F
Tints of Dark Pink #EC577F
RGB
CMYK
RGB Variations
Color information
#EC577F (or 0xEC577F) is known color: Dark Pink. HEX triplet: EC, 57 and 7F. RGB value is (236,87,127). Sum of RGB (Red+Green+Blue) = 236+87+127=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC577F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC577F is #13A880. Grayscale: #888888. Windows color (decimal): -1288321 or 8345580. OLE color: 8345580.
HSL color Cylindrical-coordinate representation of color #EC577F: hue angle of 343.89º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC577F is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 127 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.07 |
| HSL | 343.89º | 0.8% | 0.63% | - |
| HSV(B) | 343.89º | 0.63% | 0.93% | - |
| XYZ | 41.83 | 26.18 | 22.93 | - |
| YUV | 136.11 | 122.86 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 127 | 0 | 0.63 | 0.46 | 0.07 | 343.89 | 0.8 | 0.63 |
| Hex | EC | 57 | 7F | 0 | 3F | 2E | 7 | 158 | 50 | 3F |
| Octal | 354 | 127 | 177 | 0 | 77 | 56 | 7 | 530 | 120 | 77 |
| Binary | 11101100 | 1010111 | 1111111 | 0 | 111111 | 101110 | 111 | 101011000 | 1010000 | 111111 |
Color Harmonies of #EC577F
Complementary color
Monochromatic Colors of #EC577F
Black with #EC577F
Text Example
Text Example
White with #EC577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC577F; }
p { color: rgb(236,87,127); }
H1.HeaderClassName
{
color: #EC577F;
}
.AnyTagClassName
{
color: #EC577F;
}
</style>
background-color css
<style>
a { background-color: #EC577F; }
a { background-color: rgb(236,87,127); }
div.DivClassName
{
background-color: #EC577F;
}
.BgClassName
{
background-color: #EC577F;
}
</style>
border-color css
<style>
span { border-color: #EC577F; }
span { border-color: rgb(236,87,127); }
td.TdClassName
{
border-color: #EC577F;
}
.TagClassName
{
border-color: #EC577F;
}
</style>