Shades of Dark Pink #EC5171
Tints of Dark Pink #EC5171
RGB
CMYK
RGB Variations
Color information
#EC5171 (or 0xEC5171) is known color: Dark Pink. HEX triplet: EC, 51 and 71. RGB value is (236,81,113). Sum of RGB (Red+Green+Blue) = 236+81+113=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5171 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5171 is #13AE8E. Grayscale: #838383. Windows color (decimal): -1289871 or 7426540. OLE color: 7426540.
HSL color Cylindrical-coordinate representation of color #EC5171: hue angle of 347.61º 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 #EC5171 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 113 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.07 |
| HSL | 347.61º | 0.8% | 0.62% | - |
| HSV(B) | 347.61º | 0.66% | 0.93% | - |
| XYZ | 40.52 | 24.91 | 18.3 | - |
| YUV | 130.99 | 117.85 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 113 | 0 | 0.66 | 0.52 | 0.07 | 347.61 | 0.8 | 0.62 |
| Hex | EC | 51 | 71 | 0 | 42 | 34 | 7 | 15C | 50 | 3E |
| Octal | 354 | 121 | 161 | 0 | 102 | 64 | 7 | 534 | 120 | 76 |
| Binary | 11101100 | 1010001 | 1110001 | 0 | 1000010 | 110100 | 111 | 101011100 | 1010000 | 111110 |
Color Harmonies of #EC5171
Complementary color
Monochromatic Colors of #EC5171
Black with #EC5171
Text Example
Text Example
White with #EC5171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5171; }
p { color: rgb(236,81,113); }
H1.HeaderClassName
{
color: #EC5171;
}
.AnyTagClassName
{
color: #EC5171;
}
</style>
background-color css
<style>
a { background-color: #EC5171; }
a { background-color: rgb(236,81,113); }
div.DivClassName
{
background-color: #EC5171;
}
.BgClassName
{
background-color: #EC5171;
}
</style>
border-color css
<style>
span { border-color: #EC5171; }
span { border-color: rgb(236,81,113); }
td.TdClassName
{
border-color: #EC5171;
}
.TagClassName
{
border-color: #EC5171;
}
</style>