Shades of Dark Pink #EC5B81
Tints of Dark Pink #EC5B81
RGB
CMYK
RGB Variations
Color information
#EC5B81 (or 0xEC5B81) is known color: Dark Pink. HEX triplet: EC, 5B and 81. RGB value is (236,91,129). Sum of RGB (Red+Green+Blue) = 236+91+129=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 91 (35.94% from 255 or 19.96% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5B81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5B81 is #13A47E. Grayscale: #8A8A8A. Windows color (decimal): -1287295 or 8477676. OLE color: 8477676.
HSL color Cylindrical-coordinate representation of color #EC5B81: hue angle of 344.28º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5B81 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 129 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.07 |
| HSL | 344.28º | 0.79% | 0.64% | - |
| HSV(B) | 344.28º | 0.61% | 0.93% | - |
| XYZ | 42.3 | 26.9 | 23.73 | - |
| YUV | 138.69 | 122.54 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 129 | 0 | 0.61 | 0.45 | 0.07 | 344.28 | 0.79 | 0.64 |
| Hex | EC | 5B | 81 | 0 | 3D | 2D | 7 | 158 | 4F | 40 |
| Octal | 354 | 133 | 201 | 0 | 75 | 55 | 7 | 530 | 117 | 100 |
| Binary | 11101100 | 1011011 | 10000001 | 0 | 111101 | 101101 | 111 | 101011000 | 1001111 | 1000000 |
Color Harmonies of #EC5B81
Complementary color
Monochromatic Colors of #EC5B81
Black with #EC5B81
Text Example
Text Example
White with #EC5B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5B81; }
p { color: rgb(236,91,129); }
H1.HeaderClassName
{
color: #EC5B81;
}
.AnyTagClassName
{
color: #EC5B81;
}
</style>
background-color css
<style>
a { background-color: #EC5B81; }
a { background-color: rgb(236,91,129); }
div.DivClassName
{
background-color: #EC5B81;
}
.BgClassName
{
background-color: #EC5B81;
}
</style>
border-color css
<style>
span { border-color: #EC5B81; }
span { border-color: rgb(236,91,129); }
td.TdClassName
{
border-color: #EC5B81;
}
.TagClassName
{
border-color: #EC5B81;
}
</style>