Shades of Dark Pink #EC4F82
Tints of Dark Pink #EC4F82
RGB
CMYK
RGB Variations
Color information
#EC4F82 (or 0xEC4F82) is known color: Dark Pink. HEX triplet: EC, 4F and 82. RGB value is (236,79,130). Sum of RGB (Red+Green+Blue) = 236+79+130=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 79 (31.25% from 255 or 17.75% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4F82 is #13B07D. Grayscale: #838383. Windows color (decimal): -1290366 or 8540140. OLE color: 8540140.
HSL color Cylindrical-coordinate representation of color #EC4F82: hue angle of 340.51º 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 #EC4F82 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 130 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.07 |
| HSL | 340.51º | 0.81% | 0.62% | - |
| HSV(B) | 340.51º | 0.67% | 0.93% | - |
| XYZ | 41.42 | 25.04 | 23.77 | - |
| YUV | 131.76 | 127.01 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 130 | 0 | 0.67 | 0.45 | 0.07 | 340.51 | 0.81 | 0.62 |
| Hex | EC | 4F | 82 | 0 | 43 | 2D | 7 | 155 | 51 | 3E |
| Octal | 354 | 117 | 202 | 0 | 103 | 55 | 7 | 525 | 121 | 76 |
| Binary | 11101100 | 1001111 | 10000010 | 0 | 1000011 | 101101 | 111 | 101010101 | 1010001 | 111110 |
Color Harmonies of #EC4F82
Complementary color
Monochromatic Colors of #EC4F82
Black with #EC4F82
Text Example
Text Example
White with #EC4F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4F82; }
p { color: rgb(236,79,130); }
H1.HeaderClassName
{
color: #EC4F82;
}
.AnyTagClassName
{
color: #EC4F82;
}
</style>
background-color css
<style>
a { background-color: #EC4F82; }
a { background-color: rgb(236,79,130); }
div.DivClassName
{
background-color: #EC4F82;
}
.BgClassName
{
background-color: #EC4F82;
}
</style>
border-color css
<style>
span { border-color: #EC4F82; }
span { border-color: rgb(236,79,130); }
td.TdClassName
{
border-color: #EC4F82;
}
.TagClassName
{
border-color: #EC4F82;
}
</style>