Shades of Dark Pink #EC4E72
Tints of Dark Pink #EC4E72
RGB
CMYK
RGB Variations
Color information
#EC4E72 (or 0xEC4E72) is known color: Dark Pink. HEX triplet: EC, 4E and 72. RGB value is (236,78,114). Sum of RGB (Red+Green+Blue) = 236+78+114=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4E72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC4E72 is #13B18D. Grayscale: #818181. Windows color (decimal): -1290638 or 7491308. OLE color: 7491308.
HSL color Cylindrical-coordinate representation of color #EC4E72: hue angle of 346.33º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4E72 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 114 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.07 |
| HSL | 346.33º | 0.81% | 0.62% | - |
| HSV(B) | 346.33º | 0.67% | 0.93% | - |
| XYZ | 40.35 | 24.5 | 18.52 | - |
| YUV | 129.35 | 119.35 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 114 | 0 | 0.67 | 0.52 | 0.07 | 346.33 | 0.81 | 0.62 |
| Hex | EC | 4E | 72 | 0 | 43 | 34 | 7 | 15A | 51 | 3E |
| Octal | 354 | 116 | 162 | 0 | 103 | 64 | 7 | 532 | 121 | 76 |
| Binary | 11101100 | 1001110 | 1110010 | 0 | 1000011 | 110100 | 111 | 101011010 | 1010001 | 111110 |
Color Harmonies of #EC4E72
Complementary color
Monochromatic Colors of #EC4E72
Black with #EC4E72
Text Example
Text Example
White with #EC4E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4E72; }
p { color: rgb(236,78,114); }
H1.HeaderClassName
{
color: #EC4E72;
}
.AnyTagClassName
{
color: #EC4E72;
}
</style>
background-color css
<style>
a { background-color: #EC4E72; }
a { background-color: rgb(236,78,114); }
div.DivClassName
{
background-color: #EC4E72;
}
.BgClassName
{
background-color: #EC4E72;
}
</style>
border-color css
<style>
span { border-color: #EC4E72; }
span { border-color: rgb(236,78,114); }
td.TdClassName
{
border-color: #EC4E72;
}
.TagClassName
{
border-color: #EC4E72;
}
</style>