Shades of Dark Pink #EC5B7D
Tints of Dark Pink #EC5B7D
RGB
CMYK
RGB Variations
Color information
#EC5B7D (or 0xEC5B7D) is known color: Dark Pink. HEX triplet: EC, 5B and 7D. RGB value is (236,91,125). Sum of RGB (Red+Green+Blue) = 236+91+125=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 91 (35.94% from 255 or 20.13% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5B7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5B7D is #13A482. Grayscale: #8A8A8A. Windows color (decimal): -1287299 or 8215532. OLE color: 8215532.
HSL color Cylindrical-coordinate representation of color #EC5B7D: hue angle of 345.93º 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 #EC5B7D is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 125 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.07 |
| HSL | 345.93º | 0.79% | 0.64% | - |
| HSV(B) | 345.93º | 0.61% | 0.93% | - |
| XYZ | 42.03 | 26.8 | 22.36 | - |
| YUV | 138.23 | 120.54 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 125 | 0 | 0.61 | 0.47 | 0.07 | 345.93 | 0.79 | 0.64 |
| Hex | EC | 5B | 7D | 0 | 3D | 2F | 7 | 15A | 4F | 40 |
| Octal | 354 | 133 | 175 | 0 | 75 | 57 | 7 | 532 | 117 | 100 |
| Binary | 11101100 | 1011011 | 1111101 | 0 | 111101 | 101111 | 111 | 101011010 | 1001111 | 1000000 |
Color Harmonies of #EC5B7D
Complementary color
Monochromatic Colors of #EC5B7D
Black with #EC5B7D
Text Example
Text Example
White with #EC5B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5B7D; }
p { color: rgb(236,91,125); }
H1.HeaderClassName
{
color: #EC5B7D;
}
.AnyTagClassName
{
color: #EC5B7D;
}
</style>
background-color css
<style>
a { background-color: #EC5B7D; }
a { background-color: rgb(236,91,125); }
div.DivClassName
{
background-color: #EC5B7D;
}
.BgClassName
{
background-color: #EC5B7D;
}
</style>
border-color css
<style>
span { border-color: #EC5B7D; }
span { border-color: rgb(236,91,125); }
td.TdClassName
{
border-color: #EC5B7D;
}
.TagClassName
{
border-color: #EC5B7D;
}
</style>