Shades of Dark Pink #EC4374
Tints of Dark Pink #EC4374
RGB
CMYK
RGB Variations
Color information
#EC4374 (or 0xEC4374) is known color: Dark Pink. HEX triplet: EC, 43 and 74. RGB value is (236,67,116). Sum of RGB (Red+Green+Blue) = 236+67+116=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4374 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4374 is #13BC8B. Grayscale: #7B7B7B. Windows color (decimal): -1293452 or 7619564. OLE color: 7619564.
HSL color Cylindrical-coordinate representation of color #EC4374: hue angle of 342.6º 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 #EC4374 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 67 | 116 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.07 |
| HSL | 342.6º | 0.82% | 0.59% | - |
| HSV(B) | 342.6º | 0.72% | 0.93% | - |
| XYZ | 39.75 | 23.11 | 18.89 | - |
| YUV | 123.12 | 123.99 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 116 | 0 | 0.72 | 0.51 | 0.07 | 342.6 | 0.82 | 0.59 |
| Hex | EC | 43 | 74 | 0 | 48 | 33 | 7 | 157 | 52 | 3B |
| Octal | 354 | 103 | 164 | 0 | 110 | 63 | 7 | 527 | 122 | 73 |
| Binary | 11101100 | 1000011 | 1110100 | 0 | 1001000 | 110011 | 111 | 101010111 | 1010010 | 111011 |
Color Harmonies of #EC4374
Complementary color
Monochromatic Colors of #EC4374
Black with #EC4374
Text Example
Text Example
White with #EC4374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4374; }
p { color: rgb(236,67,116); }
H1.HeaderClassName
{
color: #EC4374;
}
.AnyTagClassName
{
color: #EC4374;
}
</style>
background-color css
<style>
a { background-color: #EC4374; }
a { background-color: rgb(236,67,116); }
div.DivClassName
{
background-color: #EC4374;
}
.BgClassName
{
background-color: #EC4374;
}
</style>
border-color css
<style>
span { border-color: #EC4374; }
span { border-color: rgb(236,67,116); }
td.TdClassName
{
border-color: #EC4374;
}
.TagClassName
{
border-color: #EC4374;
}
</style>