Shades of Dark Pink #EC4376
Tints of Dark Pink #EC4376
RGB
CMYK
RGB Variations
Color information
#EC4376 (or 0xEC4376) is known color: Dark Pink. HEX triplet: EC, 43 and 76. RGB value is (236,67,118). Sum of RGB (Red+Green+Blue) = 236+67+118=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 67 (26.56% from 255 or 15.91% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4376 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4376 is #13BC89. Grayscale: #7B7B7B. Windows color (decimal): -1293450 or 7750636. OLE color: 7750636.
HSL color Cylindrical-coordinate representation of color #EC4376: hue angle of 341.89º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC4376 is Cyan = 0, Magento = 0.72, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 67 | 118 | - |
| CMYK | 0 | 0.72 | 0.5 | 0.07 |
| HSL | 341.89º | 0.82% | 0.59% | - |
| HSV(B) | 341.89º | 0.72% | 0.93% | - |
| XYZ | 39.87 | 23.16 | 19.51 | - |
| YUV | 123.35 | 124.99 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 118 | 0 | 0.72 | 0.5 | 0.07 | 341.89 | 0.82 | 0.59 |
| Hex | EC | 43 | 76 | 0 | 48 | 32 | 7 | 156 | 52 | 3B |
| Octal | 354 | 103 | 166 | 0 | 110 | 62 | 7 | 526 | 122 | 73 |
| Binary | 11101100 | 1000011 | 1110110 | 0 | 1001000 | 110010 | 111 | 101010110 | 1010010 | 111011 |
Color Harmonies of #EC4376
Complementary color
Monochromatic Colors of #EC4376
Black with #EC4376
Text Example
Text Example
White with #EC4376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4376; }
p { color: rgb(236,67,118); }
H1.HeaderClassName
{
color: #EC4376;
}
.AnyTagClassName
{
color: #EC4376;
}
</style>
background-color css
<style>
a { background-color: #EC4376; }
a { background-color: rgb(236,67,118); }
div.DivClassName
{
background-color: #EC4376;
}
.BgClassName
{
background-color: #EC4376;
}
</style>
border-color css
<style>
span { border-color: #EC4376; }
span { border-color: rgb(236,67,118); }
td.TdClassName
{
border-color: #EC4376;
}
.TagClassName
{
border-color: #EC4376;
}
</style>