Shades of Dark Pink #EC5C7B
Tints of Dark Pink #EC5C7B
RGB
CMYK
RGB Variations
Color information
#EC5C7B (or 0xEC5C7B) is known color: Dark Pink. HEX triplet: EC, 5C and 7B. RGB value is (236,92,123). Sum of RGB (Red+Green+Blue) = 236+92+123=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 92 (36.33% from 255 or 20.40% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5C7B is #13A384. Grayscale: #8A8A8A. Windows color (decimal): -1287045 or 8084716. OLE color: 8084716.
HSL color Cylindrical-coordinate representation of color #EC5C7B: hue angle of 347.08º 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 #EC5C7B is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 123 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.07 |
| HSL | 347.08º | 0.79% | 0.64% | - |
| HSV(B) | 347.08º | 0.61% | 0.93% | - |
| XYZ | 41.99 | 26.92 | 21.72 | - |
| YUV | 138.59 | 119.21 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 123 | 0 | 0.61 | 0.48 | 0.07 | 347.08 | 0.79 | 0.64 |
| Hex | EC | 5C | 7B | 0 | 3D | 30 | 7 | 15B | 4F | 40 |
| Octal | 354 | 134 | 173 | 0 | 75 | 60 | 7 | 533 | 117 | 100 |
| Binary | 11101100 | 1011100 | 1111011 | 0 | 111101 | 110000 | 111 | 101011011 | 1001111 | 1000000 |
Color Harmonies of #EC5C7B
Complementary color
Monochromatic Colors of #EC5C7B
Black with #EC5C7B
Text Example
Text Example
White with #EC5C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5C7B; }
p { color: rgb(236,92,123); }
H1.HeaderClassName
{
color: #EC5C7B;
}
.AnyTagClassName
{
color: #EC5C7B;
}
</style>
background-color css
<style>
a { background-color: #EC5C7B; }
a { background-color: rgb(236,92,123); }
div.DivClassName
{
background-color: #EC5C7B;
}
.BgClassName
{
background-color: #EC5C7B;
}
</style>
border-color css
<style>
span { border-color: #EC5C7B; }
span { border-color: rgb(236,92,123); }
td.TdClassName
{
border-color: #EC5C7B;
}
.TagClassName
{
border-color: #EC5C7B;
}
</style>