Shades of Dark Pink #EC5379
Tints of Dark Pink #EC5379
RGB
CMYK
RGB Variations
Color information
#EC5379 (or 0xEC5379) is known color: Dark Pink. HEX triplet: EC, 53 and 79. RGB value is (236,83,121). Sum of RGB (Red+Green+Blue) = 236+83+121=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5379 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5379 is #13AC86. Grayscale: #858585. Windows color (decimal): -1289351 or 7951340. OLE color: 7951340.
HSL color Cylindrical-coordinate representation of color #EC5379: hue angle of 345.1º 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 #EC5379 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 121 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.07 |
| HSL | 345.1º | 0.8% | 0.63% | - |
| HSV(B) | 345.1º | 0.65% | 0.93% | - |
| XYZ | 41.14 | 25.4 | 20.82 | - |
| YUV | 133.08 | 121.19 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 121 | 0 | 0.65 | 0.49 | 0.07 | 345.1 | 0.8 | 0.63 |
| Hex | EC | 53 | 79 | 0 | 41 | 31 | 7 | 159 | 50 | 3F |
| Octal | 354 | 123 | 171 | 0 | 101 | 61 | 7 | 531 | 120 | 77 |
| Binary | 11101100 | 1010011 | 1111001 | 0 | 1000001 | 110001 | 111 | 101011001 | 1010000 | 111111 |
Color Harmonies of #EC5379
Complementary color
Monochromatic Colors of #EC5379
Black with #EC5379
Text Example
Text Example
White with #EC5379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5379; }
p { color: rgb(236,83,121); }
H1.HeaderClassName
{
color: #EC5379;
}
.AnyTagClassName
{
color: #EC5379;
}
</style>
background-color css
<style>
a { background-color: #EC5379; }
a { background-color: rgb(236,83,121); }
div.DivClassName
{
background-color: #EC5379;
}
.BgClassName
{
background-color: #EC5379;
}
</style>
border-color css
<style>
span { border-color: #EC5379; }
span { border-color: rgb(236,83,121); }
td.TdClassName
{
border-color: #EC5379;
}
.TagClassName
{
border-color: #EC5379;
}
</style>