Shades of Dark Pink #EC5273
Tints of Dark Pink #EC5273
RGB
CMYK
RGB Variations
Color information
#EC5273 (or 0xEC5273) is known color: Dark Pink. HEX triplet: EC, 52 and 73. RGB value is (236,82,115). Sum of RGB (Red+Green+Blue) = 236+82+115=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5273 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5273 is #13AD8C. Grayscale: #838383. Windows color (decimal): -1289613 or 7557868. OLE color: 7557868.
HSL color Cylindrical-coordinate representation of color #EC5273: hue angle of 347.14º 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 #EC5273 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 115 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.07 |
| HSL | 347.14º | 0.8% | 0.62% | - |
| HSV(B) | 347.14º | 0.65% | 0.93% | - |
| XYZ | 40.7 | 25.11 | 18.92 | - |
| YUV | 131.81 | 118.52 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 115 | 0 | 0.65 | 0.51 | 0.07 | 347.14 | 0.8 | 0.62 |
| Hex | EC | 52 | 73 | 0 | 41 | 33 | 7 | 15B | 50 | 3E |
| Octal | 354 | 122 | 163 | 0 | 101 | 63 | 7 | 533 | 120 | 76 |
| Binary | 11101100 | 1010010 | 1110011 | 0 | 1000001 | 110011 | 111 | 101011011 | 1010000 | 111110 |
Color Harmonies of #EC5273
Complementary color
Monochromatic Colors of #EC5273
Black with #EC5273
Text Example
Text Example
White with #EC5273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5273; }
p { color: rgb(236,82,115); }
H1.HeaderClassName
{
color: #EC5273;
}
.AnyTagClassName
{
color: #EC5273;
}
</style>
background-color css
<style>
a { background-color: #EC5273; }
a { background-color: rgb(236,82,115); }
div.DivClassName
{
background-color: #EC5273;
}
.BgClassName
{
background-color: #EC5273;
}
</style>
border-color css
<style>
span { border-color: #EC5273; }
span { border-color: rgb(236,82,115); }
td.TdClassName
{
border-color: #EC5273;
}
.TagClassName
{
border-color: #EC5273;
}
</style>