Shades of Dark Pink #EC5A79
Tints of Dark Pink #EC5A79
RGB
CMYK
RGB Variations
Color information
#EC5A79 (or 0xEC5A79) is known color: Dark Pink. HEX triplet: EC, 5A and 79. RGB value is (236,90,121). Sum of RGB (Red+Green+Blue) = 236+90+121=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 121 (47.66% from 255 or 27.07% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5A79 is #13A586. Grayscale: #898989. Windows color (decimal): -1287559 or 7953132. OLE color: 7953132.
HSL color Cylindrical-coordinate representation of color #EC5A79: hue angle of 347.26º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC5A79 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 121 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.07 |
| HSL | 347.26º | 0.79% | 0.64% | - |
| HSV(B) | 347.26º | 0.62% | 0.93% | - |
| XYZ | 41.7 | 26.53 | 21.01 | - |
| YUV | 137.19 | 118.87 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 121 | 0 | 0.62 | 0.49 | 0.07 | 347.26 | 0.79 | 0.64 |
| Hex | EC | 5A | 79 | 0 | 3E | 31 | 7 | 15B | 4F | 40 |
| Octal | 354 | 132 | 171 | 0 | 76 | 61 | 7 | 533 | 117 | 100 |
| Binary | 11101100 | 1011010 | 1111001 | 0 | 111110 | 110001 | 111 | 101011011 | 1001111 | 1000000 |
Color Harmonies of #EC5A79
Complementary color
Monochromatic Colors of #EC5A79
Black with #EC5A79
Text Example
Text Example
White with #EC5A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5A79; }
p { color: rgb(236,90,121); }
H1.HeaderClassName
{
color: #EC5A79;
}
.AnyTagClassName
{
color: #EC5A79;
}
</style>
background-color css
<style>
a { background-color: #EC5A79; }
a { background-color: rgb(236,90,121); }
div.DivClassName
{
background-color: #EC5A79;
}
.BgClassName
{
background-color: #EC5A79;
}
</style>
border-color css
<style>
span { border-color: #EC5A79; }
span { border-color: rgb(236,90,121); }
td.TdClassName
{
border-color: #EC5A79;
}
.TagClassName
{
border-color: #EC5A79;
}
</style>