Shades of Dark Pink #EC5E85
Tints of Dark Pink #EC5E85
RGB
CMYK
RGB Variations
Color information
#EC5E85 (or 0xEC5E85) is known color: Dark Pink. HEX triplet: EC, 5E and 85. RGB value is (236,94,133). Sum of RGB (Red+Green+Blue) = 236+94+133=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5E85 is #13A17A. Grayscale: #8C8C8C. Windows color (decimal): -1286523 or 8740588. OLE color: 8740588.
HSL color Cylindrical-coordinate representation of color #EC5E85: hue angle of 343.52º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5E85 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 94 | 133 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.07 |
| HSL | 343.52º | 0.79% | 0.65% | - |
| HSV(B) | 343.52º | 0.6% | 0.93% | - |
| XYZ | 42.83 | 27.53 | 25.25 | - |
| YUV | 140.9 | 123.54 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 94 | 133 | 0 | 0.60 | 0.44 | 0.07 | 343.52 | 0.79 | 0.65 |
| Hex | EC | 5E | 85 | 0 | 3C | 2C | 7 | 158 | 4F | 41 |
| Octal | 354 | 136 | 205 | 0 | 74 | 54 | 7 | 530 | 117 | 101 |
| Binary | 11101100 | 1011110 | 10000101 | 0 | 111100 | 101100 | 111 | 101011000 | 1001111 | 1000001 |
Color Harmonies of #EC5E85
Complementary color
Monochromatic Colors of #EC5E85
Black with #EC5E85
Text Example
Text Example
White with #EC5E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5E85; }
p { color: rgb(236,94,133); }
H1.HeaderClassName
{
color: #EC5E85;
}
.AnyTagClassName
{
color: #EC5E85;
}
</style>
background-color css
<style>
a { background-color: #EC5E85; }
a { background-color: rgb(236,94,133); }
div.DivClassName
{
background-color: #EC5E85;
}
.BgClassName
{
background-color: #EC5E85;
}
</style>
border-color css
<style>
span { border-color: #EC5E85; }
span { border-color: rgb(236,94,133); }
td.TdClassName
{
border-color: #EC5E85;
}
.TagClassName
{
border-color: #EC5E85;
}
</style>