Shades of Dark Pink #EC5C81
Tints of Dark Pink #EC5C81
RGB
CMYK
RGB Variations
Color information
#EC5C81 (or 0xEC5C81) is known color: Dark Pink. HEX triplet: EC, 5C and 81. RGB value is (236,92,129). Sum of RGB (Red+Green+Blue) = 236+92+129=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5C81 is #13A37E. Grayscale: #8B8B8B. Windows color (decimal): -1287039 or 8477932. OLE color: 8477932.
HSL color Cylindrical-coordinate representation of color #EC5C81: hue angle of 344.58º 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 #EC5C81 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 129 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.07 |
| HSL | 344.58º | 0.79% | 0.64% | - |
| HSV(B) | 344.58º | 0.61% | 0.93% | - |
| XYZ | 42.38 | 27.07 | 23.76 | - |
| YUV | 139.27 | 122.21 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 129 | 0 | 0.61 | 0.45 | 0.07 | 344.58 | 0.79 | 0.64 |
| Hex | EC | 5C | 81 | 0 | 3D | 2D | 7 | 159 | 4F | 40 |
| Octal | 354 | 134 | 201 | 0 | 75 | 55 | 7 | 531 | 117 | 100 |
| Binary | 11101100 | 1011100 | 10000001 | 0 | 111101 | 101101 | 111 | 101011001 | 1001111 | 1000000 |
Color Harmonies of #EC5C81
Complementary color
Monochromatic Colors of #EC5C81
Black with #EC5C81
Text Example
Text Example
White with #EC5C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5C81; }
p { color: rgb(236,92,129); }
H1.HeaderClassName
{
color: #EC5C81;
}
.AnyTagClassName
{
color: #EC5C81;
}
</style>
background-color css
<style>
a { background-color: #EC5C81; }
a { background-color: rgb(236,92,129); }
div.DivClassName
{
background-color: #EC5C81;
}
.BgClassName
{
background-color: #EC5C81;
}
</style>
border-color css
<style>
span { border-color: #EC5C81; }
span { border-color: rgb(236,92,129); }
td.TdClassName
{
border-color: #EC5C81;
}
.TagClassName
{
border-color: #EC5C81;
}
</style>