Shades of Dark Pink #EC5A7E
Tints of Dark Pink #EC5A7E
RGB
CMYK
RGB Variations
Color information
#EC5A7E (or 0xEC5A7E) is known color: Dark Pink. HEX triplet: EC, 5A and 7E. RGB value is (236,90,126). Sum of RGB (Red+Green+Blue) = 236+90+126=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5A7E is #13A581. Grayscale: #898989. Windows color (decimal): -1287554 or 8280812. OLE color: 8280812.
HSL color Cylindrical-coordinate representation of color #EC5A7E: hue angle of 345.21º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC5A7E is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 126 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.07 |
| HSL | 345.21º | 0.79% | 0.64% | - |
| HSV(B) | 345.21º | 0.62% | 0.93% | - |
| XYZ | 42.01 | 26.65 | 22.67 | - |
| YUV | 137.76 | 121.37 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 126 | 0 | 0.62 | 0.47 | 0.07 | 345.21 | 0.79 | 0.64 |
| Hex | EC | 5A | 7E | 0 | 3E | 2F | 7 | 159 | 4F | 40 |
| Octal | 354 | 132 | 176 | 0 | 76 | 57 | 7 | 531 | 117 | 100 |
| Binary | 11101100 | 1011010 | 1111110 | 0 | 111110 | 101111 | 111 | 101011001 | 1001111 | 1000000 |
Color Harmonies of #EC5A7E
Complementary color
Monochromatic Colors of #EC5A7E
Black with #EC5A7E
Text Example
Text Example
White with #EC5A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5A7E; }
p { color: rgb(236,90,126); }
H1.HeaderClassName
{
color: #EC5A7E;
}
.AnyTagClassName
{
color: #EC5A7E;
}
</style>
background-color css
<style>
a { background-color: #EC5A7E; }
a { background-color: rgb(236,90,126); }
div.DivClassName
{
background-color: #EC5A7E;
}
.BgClassName
{
background-color: #EC5A7E;
}
</style>
border-color css
<style>
span { border-color: #EC5A7E; }
span { border-color: rgb(236,90,126); }
td.TdClassName
{
border-color: #EC5A7E;
}
.TagClassName
{
border-color: #EC5A7E;
}
</style>