Shades of Dark Pink #EC4B76
Tints of Dark Pink #EC4B76
RGB
CMYK
RGB Variations
Color information
#EC4B76 (or 0xEC4B76) is known color: Dark Pink. HEX triplet: EC, 4B and 76. RGB value is (236,75,118). Sum of RGB (Red+Green+Blue) = 236+75+118=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4B76 is #13B489. Grayscale: #808080. Windows color (decimal): -1291402 or 7752684. OLE color: 7752684.
HSL color Cylindrical-coordinate representation of color #EC4B76: hue angle of 343.98º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4B76 is Cyan = 0, Magento = 0.68, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 118 | - |
| CMYK | 0 | 0.68 | 0.5 | 0.07 |
| HSL | 343.98º | 0.81% | 0.61% | - |
| HSV(B) | 343.98º | 0.68% | 0.93% | - |
| XYZ | 40.38 | 24.17 | 19.68 | - |
| YUV | 128.04 | 122.34 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 118 | 0 | 0.68 | 0.5 | 0.07 | 343.98 | 0.81 | 0.61 |
| Hex | EC | 4B | 76 | 0 | 44 | 32 | 7 | 158 | 51 | 3D |
| Octal | 354 | 113 | 166 | 0 | 104 | 62 | 7 | 530 | 121 | 75 |
| Binary | 11101100 | 1001011 | 1110110 | 0 | 1000100 | 110010 | 111 | 101011000 | 1010001 | 111101 |
Color Harmonies of #EC4B76
Complementary color
Monochromatic Colors of #EC4B76
Black with #EC4B76
Text Example
Text Example
White with #EC4B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4B76; }
p { color: rgb(236,75,118); }
H1.HeaderClassName
{
color: #EC4B76;
}
.AnyTagClassName
{
color: #EC4B76;
}
</style>
background-color css
<style>
a { background-color: #EC4B76; }
a { background-color: rgb(236,75,118); }
div.DivClassName
{
background-color: #EC4B76;
}
.BgClassName
{
background-color: #EC4B76;
}
</style>
border-color css
<style>
span { border-color: #EC4B76; }
span { border-color: rgb(236,75,118); }
td.TdClassName
{
border-color: #EC4B76;
}
.TagClassName
{
border-color: #EC4B76;
}
</style>