Shades of Dark Pink #EC497C
Tints of Dark Pink #EC497C
RGB
CMYK
RGB Variations
Color information
#EC497C (or 0xEC497C) is known color: Dark Pink. HEX triplet: EC, 49 and 7C. RGB value is (236,73,124). Sum of RGB (Red+Green+Blue) = 236+73+124=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC497C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC497C is #13B683. Grayscale: #7F7F7F. Windows color (decimal): -1291908 or 8145388. OLE color: 8145388.
HSL color Cylindrical-coordinate representation of color #EC497C: hue angle of 341.23º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC497C is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 124 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.07 |
| HSL | 341.23º | 0.81% | 0.61% | - |
| HSV(B) | 341.23º | 0.69% | 0.93% | - |
| XYZ | 40.61 | 24.05 | 21.57 | - |
| YUV | 127.55 | 126 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 124 | 0 | 0.69 | 0.47 | 0.07 | 341.23 | 0.81 | 0.61 |
| Hex | EC | 49 | 7C | 0 | 45 | 2F | 7 | 155 | 51 | 3D |
| Octal | 354 | 111 | 174 | 0 | 105 | 57 | 7 | 525 | 121 | 75 |
| Binary | 11101100 | 1001001 | 1111100 | 0 | 1000101 | 101111 | 111 | 101010101 | 1010001 | 111101 |
Color Harmonies of #EC497C
Complementary color
Monochromatic Colors of #EC497C
Black with #EC497C
Text Example
Text Example
White with #EC497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC497C; }
p { color: rgb(236,73,124); }
H1.HeaderClassName
{
color: #EC497C;
}
.AnyTagClassName
{
color: #EC497C;
}
</style>
background-color css
<style>
a { background-color: #EC497C; }
a { background-color: rgb(236,73,124); }
div.DivClassName
{
background-color: #EC497C;
}
.BgClassName
{
background-color: #EC497C;
}
</style>
border-color css
<style>
span { border-color: #EC497C; }
span { border-color: rgb(236,73,124); }
td.TdClassName
{
border-color: #EC497C;
}
.TagClassName
{
border-color: #EC497C;
}
</style>