Shades of Dark Pink #EC4473
Tints of Dark Pink #EC4473
RGB
CMYK
RGB Variations
Color information
#EC4473 (or 0xEC4473) is known color: Dark Pink. HEX triplet: EC, 44 and 73. RGB value is (236,68,115). Sum of RGB (Red+Green+Blue) = 236+68+115=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4473 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4473 is #13BB8C. Grayscale: #7B7B7B. Windows color (decimal): -1293197 or 7554284. OLE color: 7554284.
HSL color Cylindrical-coordinate representation of color #EC4473: hue angle of 343.21º 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 #EC4473 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 115 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.07 |
| HSL | 343.21º | 0.82% | 0.6% | - |
| HSV(B) | 343.21º | 0.71% | 0.93% | - |
| XYZ | 39.75 | 23.2 | 18.6 | - |
| YUV | 123.59 | 123.16 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 115 | 0 | 0.71 | 0.51 | 0.07 | 343.21 | 0.82 | 0.6 |
| Hex | EC | 44 | 73 | 0 | 47 | 33 | 7 | 157 | 52 | 3C |
| Octal | 354 | 104 | 163 | 0 | 107 | 63 | 7 | 527 | 122 | 74 |
| Binary | 11101100 | 1000100 | 1110011 | 0 | 1000111 | 110011 | 111 | 101010111 | 1010010 | 111100 |
Color Harmonies of #EC4473
Complementary color
Monochromatic Colors of #EC4473
Black with #EC4473
Text Example
Text Example
White with #EC4473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4473; }
p { color: rgb(236,68,115); }
H1.HeaderClassName
{
color: #EC4473;
}
.AnyTagClassName
{
color: #EC4473;
}
</style>
background-color css
<style>
a { background-color: #EC4473; }
a { background-color: rgb(236,68,115); }
div.DivClassName
{
background-color: #EC4473;
}
.BgClassName
{
background-color: #EC4473;
}
</style>
border-color css
<style>
span { border-color: #EC4473; }
span { border-color: rgb(236,68,115); }
td.TdClassName
{
border-color: #EC4473;
}
.TagClassName
{
border-color: #EC4473;
}
</style>