Shades of Dark Pink #EC4A81
Tints of Dark Pink #EC4A81
RGB
CMYK
RGB Variations
Color information
#EC4A81 (or 0xEC4A81) is known color: Dark Pink. HEX triplet: EC, 4A and 81. RGB value is (236,74,129). Sum of RGB (Red+Green+Blue) = 236+74+129=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4A81 is #13B57E. Grayscale: #808080. Windows color (decimal): -1291647 or 8473324. OLE color: 8473324.
HSL color Cylindrical-coordinate representation of color #EC4A81: hue angle of 339.63º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4A81 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 129 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.07 |
| HSL | 339.63º | 0.81% | 0.61% | - |
| HSV(B) | 339.63º | 0.69% | 0.93% | - |
| XYZ | 41 | 24.32 | 23.3 | - |
| YUV | 128.71 | 128.17 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 129 | 0 | 0.69 | 0.45 | 0.07 | 339.63 | 0.81 | 0.61 |
| Hex | EC | 4A | 81 | 0 | 45 | 2D | 7 | 154 | 51 | 3D |
| Octal | 354 | 112 | 201 | 0 | 105 | 55 | 7 | 524 | 121 | 75 |
| Binary | 11101100 | 1001010 | 10000001 | 0 | 1000101 | 101101 | 111 | 101010100 | 1010001 | 111101 |
Color Harmonies of #EC4A81
Complementary color
Monochromatic Colors of #EC4A81
Black with #EC4A81
Text Example
Text Example
White with #EC4A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4A81; }
p { color: rgb(236,74,129); }
H1.HeaderClassName
{
color: #EC4A81;
}
.AnyTagClassName
{
color: #EC4A81;
}
</style>
background-color css
<style>
a { background-color: #EC4A81; }
a { background-color: rgb(236,74,129); }
div.DivClassName
{
background-color: #EC4A81;
}
.BgClassName
{
background-color: #EC4A81;
}
</style>
border-color css
<style>
span { border-color: #EC4A81; }
span { border-color: rgb(236,74,129); }
td.TdClassName
{
border-color: #EC4A81;
}
.TagClassName
{
border-color: #EC4A81;
}
</style>