Shades of Dark Pink #EC5D7E
Tints of Dark Pink #EC5D7E
RGB
CMYK
RGB Variations
Color information
#EC5D7E (or 0xEC5D7E) is known color: Dark Pink. HEX triplet: EC, 5D and 7E. RGB value is (236,93,126). Sum of RGB (Red+Green+Blue) = 236+93+126=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5D7E is #13A281. Grayscale: #8B8B8B. Windows color (decimal): -1286786 or 8281580. OLE color: 8281580.
HSL color Cylindrical-coordinate representation of color #EC5D7E: hue angle of 346.15º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5D7E is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 93 | 126 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.07 |
| HSL | 346.15º | 0.79% | 0.65% | - |
| HSV(B) | 346.15º | 0.61% | 0.93% | - |
| XYZ | 42.27 | 27.17 | 22.75 | - |
| YUV | 139.52 | 120.38 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 93 | 126 | 0 | 0.61 | 0.47 | 0.07 | 346.15 | 0.79 | 0.65 |
| Hex | EC | 5D | 7E | 0 | 3D | 2F | 7 | 15A | 4F | 41 |
| Octal | 354 | 135 | 176 | 0 | 75 | 57 | 7 | 532 | 117 | 101 |
| Binary | 11101100 | 1011101 | 1111110 | 0 | 111101 | 101111 | 111 | 101011010 | 1001111 | 1000001 |
Color Harmonies of #EC5D7E
Complementary color
Monochromatic Colors of #EC5D7E
Black with #EC5D7E
Text Example
Text Example
White with #EC5D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5D7E; }
p { color: rgb(236,93,126); }
H1.HeaderClassName
{
color: #EC5D7E;
}
.AnyTagClassName
{
color: #EC5D7E;
}
</style>
background-color css
<style>
a { background-color: #EC5D7E; }
a { background-color: rgb(236,93,126); }
div.DivClassName
{
background-color: #EC5D7E;
}
.BgClassName
{
background-color: #EC5D7E;
}
</style>
border-color css
<style>
span { border-color: #EC5D7E; }
span { border-color: rgb(236,93,126); }
td.TdClassName
{
border-color: #EC5D7E;
}
.TagClassName
{
border-color: #EC5D7E;
}
</style>