Shades of Dark Pink #EC4F6C
Tints of Dark Pink #EC4F6C
RGB
CMYK
RGB Variations
Color information
#EC4F6C (or 0xEC4F6C) is known color: Dark Pink. HEX triplet: EC, 4F and 6C. RGB value is (236,79,108). Sum of RGB (Red+Green+Blue) = 236+79+108=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC4F6C is #13B093. Grayscale: #818181. Windows color (decimal): -1290388 or 7098348. OLE color: 7098348.
HSL color Cylindrical-coordinate representation of color #EC4F6C: hue angle of 348.92º 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 #EC4F6C is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 108 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.07 |
| HSL | 348.92º | 0.81% | 0.62% | - |
| HSV(B) | 348.92º | 0.67% | 0.93% | - |
| XYZ | 40.09 | 24.51 | 16.8 | - |
| YUV | 129.25 | 116.01 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 108 | 0 | 0.67 | 0.54 | 0.07 | 348.92 | 0.81 | 0.62 |
| Hex | EC | 4F | 6C | 0 | 43 | 36 | 7 | 15D | 51 | 3E |
| Octal | 354 | 117 | 154 | 0 | 103 | 66 | 7 | 535 | 121 | 76 |
| Binary | 11101100 | 1001111 | 1101100 | 0 | 1000011 | 110110 | 111 | 101011101 | 1010001 | 111110 |
Color Harmonies of #EC4F6C
Complementary color
Monochromatic Colors of #EC4F6C
Black with #EC4F6C
Text Example
Text Example
White with #EC4F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4F6C; }
p { color: rgb(236,79,108); }
H1.HeaderClassName
{
color: #EC4F6C;
}
.AnyTagClassName
{
color: #EC4F6C;
}
</style>
background-color css
<style>
a { background-color: #EC4F6C; }
a { background-color: rgb(236,79,108); }
div.DivClassName
{
background-color: #EC4F6C;
}
.BgClassName
{
background-color: #EC4F6C;
}
</style>
border-color css
<style>
span { border-color: #EC4F6C; }
span { border-color: rgb(236,79,108); }
td.TdClassName
{
border-color: #EC4F6C;
}
.TagClassName
{
border-color: #EC4F6C;
}
</style>