Shades of Dark Pink #EC4F83
Tints of Dark Pink #EC4F83
RGB
CMYK
RGB Variations
Color information
#EC4F83 (or 0xEC4F83) is known color: Dark Pink. HEX triplet: EC, 4F and 83. RGB value is (236,79,131). Sum of RGB (Red+Green+Blue) = 236+79+131=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 131 (51.56% from 255 or 29.37% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4F83 is #13B07C. Grayscale: #838383. Windows color (decimal): -1290365 or 8605676. OLE color: 8605676.
HSL color Cylindrical-coordinate representation of color #EC4F83: hue angle of 340.13º 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 #EC4F83 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 131 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.07 |
| HSL | 340.13º | 0.81% | 0.62% | - |
| HSV(B) | 340.13º | 0.67% | 0.93% | - |
| XYZ | 41.48 | 25.06 | 24.12 | - |
| YUV | 131.87 | 127.51 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 131 | 0 | 0.67 | 0.44 | 0.07 | 340.13 | 0.81 | 0.62 |
| Hex | EC | 4F | 83 | 0 | 43 | 2C | 7 | 154 | 51 | 3E |
| Octal | 354 | 117 | 203 | 0 | 103 | 54 | 7 | 524 | 121 | 76 |
| Binary | 11101100 | 1001111 | 10000011 | 0 | 1000011 | 101100 | 111 | 101010100 | 1010001 | 111110 |
Color Harmonies of #EC4F83
Complementary color
Monochromatic Colors of #EC4F83
Black with #EC4F83
Text Example
Text Example
White with #EC4F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4F83; }
p { color: rgb(236,79,131); }
H1.HeaderClassName
{
color: #EC4F83;
}
.AnyTagClassName
{
color: #EC4F83;
}
</style>
background-color css
<style>
a { background-color: #EC4F83; }
a { background-color: rgb(236,79,131); }
div.DivClassName
{
background-color: #EC4F83;
}
.BgClassName
{
background-color: #EC4F83;
}
</style>
border-color css
<style>
span { border-color: #EC4F83; }
span { border-color: rgb(236,79,131); }
td.TdClassName
{
border-color: #EC4F83;
}
.TagClassName
{
border-color: #EC4F83;
}
</style>