Shades of Dark Pink #EC4474
Tints of Dark Pink #EC4474
RGB
CMYK
RGB Variations
Color information
#EC4474 (or 0xEC4474) is known color: Dark Pink. HEX triplet: EC, 44 and 74. RGB value is (236,68,116). Sum of RGB (Red+Green+Blue) = 236+68+116=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4474 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4474 is #13BB8B. Grayscale: #7B7B7B. Windows color (decimal): -1293196 or 7619820. OLE color: 7619820.
HSL color Cylindrical-coordinate representation of color #EC4474: hue angle of 342.86º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC4474 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 116 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.07 |
| HSL | 342.86º | 0.82% | 0.6% | - |
| HSV(B) | 342.86º | 0.71% | 0.93% | - |
| XYZ | 39.81 | 23.23 | 18.91 | - |
| YUV | 123.7 | 123.66 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 116 | 0 | 0.71 | 0.51 | 0.07 | 342.86 | 0.82 | 0.6 |
| Hex | EC | 44 | 74 | 0 | 47 | 33 | 7 | 157 | 52 | 3C |
| Octal | 354 | 104 | 164 | 0 | 107 | 63 | 7 | 527 | 122 | 74 |
| Binary | 11101100 | 1000100 | 1110100 | 0 | 1000111 | 110011 | 111 | 101010111 | 1010010 | 111100 |
Color Harmonies of #EC4474
Complementary color
Monochromatic Colors of #EC4474
Black with #EC4474
Text Example
Text Example
White with #EC4474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4474; }
p { color: rgb(236,68,116); }
H1.HeaderClassName
{
color: #EC4474;
}
.AnyTagClassName
{
color: #EC4474;
}
</style>
background-color css
<style>
a { background-color: #EC4474; }
a { background-color: rgb(236,68,116); }
div.DivClassName
{
background-color: #EC4474;
}
.BgClassName
{
background-color: #EC4474;
}
</style>
border-color css
<style>
span { border-color: #EC4474; }
span { border-color: rgb(236,68,116); }
td.TdClassName
{
border-color: #EC4474;
}
.TagClassName
{
border-color: #EC4474;
}
</style>