Shades of Dark Pink #EC5B7E
Tints of Dark Pink #EC5B7E
RGB
CMYK
RGB Variations
Color information
#EC5B7E (or 0xEC5B7E) is known color: Dark Pink. HEX triplet: EC, 5B and 7E. RGB value is (236,91,126). Sum of RGB (Red+Green+Blue) = 236+91+126=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 91 (35.94% from 255 or 20.09% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5B7E is #13A481. Grayscale: #8A8A8A. Windows color (decimal): -1287298 or 8281068. OLE color: 8281068.
HSL color Cylindrical-coordinate representation of color #EC5B7E: hue angle of 345.52º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5B7E is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 126 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.07 |
| HSL | 345.52º | 0.79% | 0.64% | - |
| HSV(B) | 345.52º | 0.61% | 0.93% | - |
| XYZ | 42.1 | 26.82 | 22.7 | - |
| YUV | 138.35 | 121.04 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 126 | 0 | 0.61 | 0.47 | 0.07 | 345.52 | 0.79 | 0.64 |
| Hex | EC | 5B | 7E | 0 | 3D | 2F | 7 | 15A | 4F | 40 |
| Octal | 354 | 133 | 176 | 0 | 75 | 57 | 7 | 532 | 117 | 100 |
| Binary | 11101100 | 1011011 | 1111110 | 0 | 111101 | 101111 | 111 | 101011010 | 1001111 | 1000000 |
Color Harmonies of #EC5B7E
Complementary color
Monochromatic Colors of #EC5B7E
Black with #EC5B7E
Text Example
Text Example
White with #EC5B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5B7E; }
p { color: rgb(236,91,126); }
H1.HeaderClassName
{
color: #EC5B7E;
}
.AnyTagClassName
{
color: #EC5B7E;
}
</style>
background-color css
<style>
a { background-color: #EC5B7E; }
a { background-color: rgb(236,91,126); }
div.DivClassName
{
background-color: #EC5B7E;
}
.BgClassName
{
background-color: #EC5B7E;
}
</style>
border-color css
<style>
span { border-color: #EC5B7E; }
span { border-color: rgb(236,91,126); }
td.TdClassName
{
border-color: #EC5B7E;
}
.TagClassName
{
border-color: #EC5B7E;
}
</style>