Shades of Dark Pink #EC4F7A
Tints of Dark Pink #EC4F7A
RGB
CMYK
RGB Variations
Color information
#EC4F7A (or 0xEC4F7A) is known color: Dark Pink. HEX triplet: EC, 4F and 7A. RGB value is (236,79,122). Sum of RGB (Red+Green+Blue) = 236+79+122=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 79 (31.25% from 255 or 18.08% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC4F7A is #13B085. Grayscale: #828282. Windows color (decimal): -1290374 or 8015852. OLE color: 8015852.
HSL color Cylindrical-coordinate representation of color #EC4F7A: hue angle of 343.57º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4F7A is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 122 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.07 |
| HSL | 343.57º | 0.81% | 0.62% | - |
| HSV(B) | 343.57º | 0.67% | 0.93% | - |
| XYZ | 40.9 | 24.83 | 21.05 | - |
| YUV | 130.85 | 123.01 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 122 | 0 | 0.67 | 0.48 | 0.07 | 343.57 | 0.81 | 0.62 |
| Hex | EC | 4F | 7A | 0 | 43 | 30 | 7 | 158 | 51 | 3E |
| Octal | 354 | 117 | 172 | 0 | 103 | 60 | 7 | 530 | 121 | 76 |
| Binary | 11101100 | 1001111 | 1111010 | 0 | 1000011 | 110000 | 111 | 101011000 | 1010001 | 111110 |
Color Harmonies of #EC4F7A
Complementary color
Monochromatic Colors of #EC4F7A
Black with #EC4F7A
Text Example
Text Example
White with #EC4F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4F7A; }
p { color: rgb(236,79,122); }
H1.HeaderClassName
{
color: #EC4F7A;
}
.AnyTagClassName
{
color: #EC4F7A;
}
</style>
background-color css
<style>
a { background-color: #EC4F7A; }
a { background-color: rgb(236,79,122); }
div.DivClassName
{
background-color: #EC4F7A;
}
.BgClassName
{
background-color: #EC4F7A;
}
</style>
border-color css
<style>
span { border-color: #EC4F7A; }
span { border-color: rgb(236,79,122); }
td.TdClassName
{
border-color: #EC4F7A;
}
.TagClassName
{
border-color: #EC4F7A;
}
</style>