Shades of Dark Pink #EC5F7D
Tints of Dark Pink #EC5F7D
RGB
CMYK
RGB Variations
Color information
#EC5F7D (or 0xEC5F7D) is known color: Dark Pink. HEX triplet: EC, 5F and 7D. RGB value is (236,95,125). Sum of RGB (Red+Green+Blue) = 236+95+125=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5F7D is #13A082. Grayscale: #8C8C8C. Windows color (decimal): -1286275 or 8216556. OLE color: 8216556.
HSL color Cylindrical-coordinate representation of color #EC5F7D: hue angle of 347.23º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5F7D is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 95 | 125 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.07 |
| HSL | 347.23º | 0.79% | 0.65% | - |
| HSV(B) | 347.23º | 0.6% | 0.93% | - |
| XYZ | 42.39 | 27.5 | 22.48 | - |
| YUV | 140.58 | 119.21 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 95 | 125 | 0 | 0.60 | 0.47 | 0.07 | 347.23 | 0.79 | 0.65 |
| Hex | EC | 5F | 7D | 0 | 3C | 2F | 7 | 15B | 4F | 41 |
| Octal | 354 | 137 | 175 | 0 | 74 | 57 | 7 | 533 | 117 | 101 |
| Binary | 11101100 | 1011111 | 1111101 | 0 | 111100 | 101111 | 111 | 101011011 | 1001111 | 1000001 |
Color Harmonies of #EC5F7D
Complementary color
Monochromatic Colors of #EC5F7D
Black with #EC5F7D
Text Example
Text Example
White with #EC5F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5F7D; }
p { color: rgb(236,95,125); }
H1.HeaderClassName
{
color: #EC5F7D;
}
.AnyTagClassName
{
color: #EC5F7D;
}
</style>
background-color css
<style>
a { background-color: #EC5F7D; }
a { background-color: rgb(236,95,125); }
div.DivClassName
{
background-color: #EC5F7D;
}
.BgClassName
{
background-color: #EC5F7D;
}
</style>
border-color css
<style>
span { border-color: #EC5F7D; }
span { border-color: rgb(236,95,125); }
td.TdClassName
{
border-color: #EC5F7D;
}
.TagClassName
{
border-color: #EC5F7D;
}
</style>