Shades of Dark Pink #EC4881
Tints of Dark Pink #EC4881
RGB
CMYK
RGB Variations
Color information
#EC4881 (or 0xEC4881) is known color: Dark Pink. HEX triplet: EC, 48 and 81. RGB value is (236,72,129). Sum of RGB (Red+Green+Blue) = 236+72+129=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4881 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4881 is #13B77E. Grayscale: #7F7F7F. Windows color (decimal): -1292159 or 8472812. OLE color: 8472812.
HSL color Cylindrical-coordinate representation of color #EC4881: hue angle of 339.15º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4881 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 129 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.07 |
| HSL | 339.15º | 0.81% | 0.6% | - |
| HSV(B) | 339.15º | 0.69% | 0.93% | - |
| XYZ | 40.87 | 24.05 | 23.26 | - |
| YUV | 127.53 | 128.83 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 129 | 0 | 0.69 | 0.45 | 0.07 | 339.15 | 0.81 | 0.6 |
| Hex | EC | 48 | 81 | 0 | 45 | 2D | 7 | 153 | 51 | 3C |
| Octal | 354 | 110 | 201 | 0 | 105 | 55 | 7 | 523 | 121 | 74 |
| Binary | 11101100 | 1001000 | 10000001 | 0 | 1000101 | 101101 | 111 | 101010011 | 1010001 | 111100 |
Color Harmonies of #EC4881
Complementary color
Monochromatic Colors of #EC4881
Black with #EC4881
Text Example
Text Example
White with #EC4881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4881; }
p { color: rgb(236,72,129); }
H1.HeaderClassName
{
color: #EC4881;
}
.AnyTagClassName
{
color: #EC4881;
}
</style>
background-color css
<style>
a { background-color: #EC4881; }
a { background-color: rgb(236,72,129); }
div.DivClassName
{
background-color: #EC4881;
}
.BgClassName
{
background-color: #EC4881;
}
</style>
border-color css
<style>
span { border-color: #EC4881; }
span { border-color: rgb(236,72,129); }
td.TdClassName
{
border-color: #EC4881;
}
.TagClassName
{
border-color: #EC4881;
}
</style>