Shades of Dark Pink #EC4B77
Tints of Dark Pink #EC4B77
RGB
CMYK
RGB Variations
Color information
#EC4B77 (or 0xEC4B77) is known color: Dark Pink. HEX triplet: EC, 4B and 77. RGB value is (236,75,119). Sum of RGB (Red+Green+Blue) = 236+75+119=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4B77 is #13B488. Grayscale: #808080. Windows color (decimal): -1291401 or 7818220. OLE color: 7818220.
HSL color Cylindrical-coordinate representation of color #EC4B77: hue angle of 343.6º 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 #EC4B77 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 119 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.07 |
| HSL | 343.6º | 0.81% | 0.61% | - |
| HSV(B) | 343.6º | 0.68% | 0.93% | - |
| XYZ | 40.44 | 24.2 | 19.99 | - |
| YUV | 128.16 | 122.84 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 119 | 0 | 0.68 | 0.50 | 0.07 | 343.6 | 0.81 | 0.61 |
| Hex | EC | 4B | 77 | 0 | 44 | 32 | 7 | 158 | 51 | 3D |
| Octal | 354 | 113 | 167 | 0 | 104 | 62 | 7 | 530 | 121 | 75 |
| Binary | 11101100 | 1001011 | 1110111 | 0 | 1000100 | 110010 | 111 | 101011000 | 1010001 | 111101 |
Color Harmonies of #EC4B77
Complementary color
Monochromatic Colors of #EC4B77
Black with #EC4B77
Text Example
Text Example
White with #EC4B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4B77; }
p { color: rgb(236,75,119); }
H1.HeaderClassName
{
color: #EC4B77;
}
.AnyTagClassName
{
color: #EC4B77;
}
</style>
background-color css
<style>
a { background-color: #EC4B77; }
a { background-color: rgb(236,75,119); }
div.DivClassName
{
background-color: #EC4B77;
}
.BgClassName
{
background-color: #EC4B77;
}
</style>
border-color css
<style>
span { border-color: #EC4B77; }
span { border-color: rgb(236,75,119); }
td.TdClassName
{
border-color: #EC4B77;
}
.TagClassName
{
border-color: #EC4B77;
}
</style>