Shades of Dark Pink #EC5276
Tints of Dark Pink #EC5276
RGB
CMYK
RGB Variations
Color information
#EC5276 (or 0xEC5276) is known color: Dark Pink. HEX triplet: EC, 52 and 76. RGB value is (236,82,118). Sum of RGB (Red+Green+Blue) = 236+82+118=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5276 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5276 is #13AD89. Grayscale: #848484. Windows color (decimal): -1289610 or 7754476. OLE color: 7754476.
HSL color Cylindrical-coordinate representation of color #EC5276: hue angle of 345.97º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC5276 is Cyan = 0, Magento = 0.65, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 118 | - |
| CMYK | 0 | 0.65 | 0.5 | 0.07 |
| HSL | 345.97º | 0.8% | 0.62% | - |
| HSV(B) | 345.97º | 0.65% | 0.93% | - |
| XYZ | 40.88 | 25.18 | 19.84 | - |
| YUV | 132.15 | 120.02 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 118 | 0 | 0.65 | 0.5 | 0.07 | 345.97 | 0.8 | 0.62 |
| Hex | EC | 52 | 76 | 0 | 41 | 32 | 7 | 15A | 50 | 3E |
| Octal | 354 | 122 | 166 | 0 | 101 | 62 | 7 | 532 | 120 | 76 |
| Binary | 11101100 | 1010010 | 1110110 | 0 | 1000001 | 110010 | 111 | 101011010 | 1010000 | 111110 |
Color Harmonies of #EC5276
Complementary color
Monochromatic Colors of #EC5276
Black with #EC5276
Text Example
Text Example
White with #EC5276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5276; }
p { color: rgb(236,82,118); }
H1.HeaderClassName
{
color: #EC5276;
}
.AnyTagClassName
{
color: #EC5276;
}
</style>
background-color css
<style>
a { background-color: #EC5276; }
a { background-color: rgb(236,82,118); }
div.DivClassName
{
background-color: #EC5276;
}
.BgClassName
{
background-color: #EC5276;
}
</style>
border-color css
<style>
span { border-color: #EC5276; }
span { border-color: rgb(236,82,118); }
td.TdClassName
{
border-color: #EC5276;
}
.TagClassName
{
border-color: #EC5276;
}
</style>