Shades of Dark Pink #EC5376
Tints of Dark Pink #EC5376
RGB
CMYK
RGB Variations
Color information
#EC5376 (or 0xEC5376) is known color: Dark Pink. HEX triplet: EC, 53 and 76. RGB value is (236,83,118). Sum of RGB (Red+Green+Blue) = 236+83+118=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5376 is #13AC89. Grayscale: #848484. Windows color (decimal): -1289354 or 7754732. OLE color: 7754732.
HSL color Cylindrical-coordinate representation of color #EC5376: hue angle of 346.27º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC5376 is Cyan = 0, Magento = 0.65, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 118 | - |
| CMYK | 0 | 0.65 | 0.5 | 0.07 |
| HSL | 346.27º | 0.8% | 0.63% | - |
| HSV(B) | 346.27º | 0.65% | 0.93% | - |
| XYZ | 40.96 | 25.33 | 19.87 | - |
| YUV | 132.74 | 119.69 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 118 | 0 | 0.65 | 0.5 | 0.07 | 346.27 | 0.8 | 0.63 |
| Hex | EC | 53 | 76 | 0 | 41 | 32 | 7 | 15A | 50 | 3F |
| Octal | 354 | 123 | 166 | 0 | 101 | 62 | 7 | 532 | 120 | 77 |
| Binary | 11101100 | 1010011 | 1110110 | 0 | 1000001 | 110010 | 111 | 101011010 | 1010000 | 111111 |
Color Harmonies of #EC5376
Complementary color
Monochromatic Colors of #EC5376
Black with #EC5376
Text Example
Text Example
White with #EC5376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5376; }
p { color: rgb(236,83,118); }
H1.HeaderClassName
{
color: #EC5376;
}
.AnyTagClassName
{
color: #EC5376;
}
</style>
background-color css
<style>
a { background-color: #EC5376; }
a { background-color: rgb(236,83,118); }
div.DivClassName
{
background-color: #EC5376;
}
.BgClassName
{
background-color: #EC5376;
}
</style>
border-color css
<style>
span { border-color: #EC5376; }
span { border-color: rgb(236,83,118); }
td.TdClassName
{
border-color: #EC5376;
}
.TagClassName
{
border-color: #EC5376;
}
</style>