Shades of Dark Pink #EC4F76
Tints of Dark Pink #EC4F76
RGB
CMYK
RGB Variations
Color information
#EC4F76 (or 0xEC4F76) is known color: Dark Pink. HEX triplet: EC, 4F and 76. RGB value is (236,79,118). Sum of RGB (Red+Green+Blue) = 236+79+118=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC4F76 is #13B089. Grayscale: #828282. Windows color (decimal): -1290378 or 7753708. OLE color: 7753708.
HSL color Cylindrical-coordinate representation of color #EC4F76: hue angle of 345.1º 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 #EC4F76 is Cyan = 0, Magento = 0.67, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 118 | - |
| CMYK | 0 | 0.67 | 0.5 | 0.07 |
| HSL | 345.1º | 0.81% | 0.62% | - |
| HSV(B) | 345.1º | 0.67% | 0.93% | - |
| XYZ | 40.66 | 24.73 | 19.77 | - |
| YUV | 130.39 | 121.01 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 118 | 0 | 0.67 | 0.5 | 0.07 | 345.1 | 0.81 | 0.62 |
| Hex | EC | 4F | 76 | 0 | 43 | 32 | 7 | 159 | 51 | 3E |
| Octal | 354 | 117 | 166 | 0 | 103 | 62 | 7 | 531 | 121 | 76 |
| Binary | 11101100 | 1001111 | 1110110 | 0 | 1000011 | 110010 | 111 | 101011001 | 1010001 | 111110 |
Color Harmonies of #EC4F76
Complementary color
Monochromatic Colors of #EC4F76
Black with #EC4F76
Text Example
Text Example
White with #EC4F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4F76; }
p { color: rgb(236,79,118); }
H1.HeaderClassName
{
color: #EC4F76;
}
.AnyTagClassName
{
color: #EC4F76;
}
</style>
background-color css
<style>
a { background-color: #EC4F76; }
a { background-color: rgb(236,79,118); }
div.DivClassName
{
background-color: #EC4F76;
}
.BgClassName
{
background-color: #EC4F76;
}
</style>
border-color css
<style>
span { border-color: #EC4F76; }
span { border-color: rgb(236,79,118); }
td.TdClassName
{
border-color: #EC4F76;
}
.TagClassName
{
border-color: #EC4F76;
}
</style>