Shades of Dark Pink #EC5172
Tints of Dark Pink #EC5172
RGB
CMYK
RGB Variations
Color information
#EC5172 (or 0xEC5172) is known color: Dark Pink. HEX triplet: EC, 51 and 72. RGB value is (236,81,114). Sum of RGB (Red+Green+Blue) = 236+81+114=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5172 is #13AE8D. Grayscale: #838383. Windows color (decimal): -1289870 or 7492076. OLE color: 7492076.
HSL color Cylindrical-coordinate representation of color #EC5172: hue angle of 347.23º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC5172 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 114 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.07 |
| HSL | 347.23º | 0.8% | 0.62% | - |
| HSV(B) | 347.23º | 0.66% | 0.93% | - |
| XYZ | 40.57 | 24.93 | 18.59 | - |
| YUV | 131.11 | 118.35 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 114 | 0 | 0.66 | 0.52 | 0.07 | 347.23 | 0.8 | 0.62 |
| Hex | EC | 51 | 72 | 0 | 42 | 34 | 7 | 15B | 50 | 3E |
| Octal | 354 | 121 | 162 | 0 | 102 | 64 | 7 | 533 | 120 | 76 |
| Binary | 11101100 | 1010001 | 1110010 | 0 | 1000010 | 110100 | 111 | 101011011 | 1010000 | 111110 |
Color Harmonies of #EC5172
Complementary color
Monochromatic Colors of #EC5172
Black with #EC5172
Text Example
Text Example
White with #EC5172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5172; }
p { color: rgb(236,81,114); }
H1.HeaderClassName
{
color: #EC5172;
}
.AnyTagClassName
{
color: #EC5172;
}
</style>
background-color css
<style>
a { background-color: #EC5172; }
a { background-color: rgb(236,81,114); }
div.DivClassName
{
background-color: #EC5172;
}
.BgClassName
{
background-color: #EC5172;
}
</style>
border-color css
<style>
span { border-color: #EC5172; }
span { border-color: rgb(236,81,114); }
td.TdClassName
{
border-color: #EC5172;
}
.TagClassName
{
border-color: #EC5172;
}
</style>