Shades of Dark Pink #EC577B
Tints of Dark Pink #EC577B
RGB
CMYK
RGB Variations
Color information
#EC577B (or 0xEC577B) is known color: Dark Pink. HEX triplet: EC, 57 and 7B. RGB value is (236,87,123). Sum of RGB (Red+Green+Blue) = 236+87+123=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 87 (34.38% from 255 or 19.51% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC577B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC577B is #13A884. Grayscale: #878787. Windows color (decimal): -1288325 or 8083436. OLE color: 8083436.
HSL color Cylindrical-coordinate representation of color #EC577B: hue angle of 345.5º 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 #EC577B is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 123 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.07 |
| HSL | 345.5º | 0.8% | 0.63% | - |
| HSV(B) | 345.5º | 0.63% | 0.93% | - |
| XYZ | 41.58 | 26.08 | 21.58 | - |
| YUV | 135.66 | 120.86 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 123 | 0 | 0.63 | 0.48 | 0.07 | 345.5 | 0.8 | 0.63 |
| Hex | EC | 57 | 7B | 0 | 3F | 30 | 7 | 15A | 50 | 3F |
| Octal | 354 | 127 | 173 | 0 | 77 | 60 | 7 | 532 | 120 | 77 |
| Binary | 11101100 | 1010111 | 1111011 | 0 | 111111 | 110000 | 111 | 101011010 | 1010000 | 111111 |
Color Harmonies of #EC577B
Complementary color
Monochromatic Colors of #EC577B
Black with #EC577B
Text Example
Text Example
White with #EC577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC577B; }
p { color: rgb(236,87,123); }
H1.HeaderClassName
{
color: #EC577B;
}
.AnyTagClassName
{
color: #EC577B;
}
</style>
background-color css
<style>
a { background-color: #EC577B; }
a { background-color: rgb(236,87,123); }
div.DivClassName
{
background-color: #EC577B;
}
.BgClassName
{
background-color: #EC577B;
}
</style>
border-color css
<style>
span { border-color: #EC577B; }
span { border-color: rgb(236,87,123); }
td.TdClassName
{
border-color: #EC577B;
}
.TagClassName
{
border-color: #EC577B;
}
</style>