Shades of Dark Pink #EC5485
Tints of Dark Pink #EC5485
RGB
CMYK
RGB Variations
Color information
#EC5485 (or 0xEC5485) is known color: Dark Pink. HEX triplet: EC, 54 and 85. RGB value is (236,84,133). Sum of RGB (Red+Green+Blue) = 236+84+133=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5485 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5485 is #13AB7A. Grayscale: #868686. Windows color (decimal): -1289083 or 8738028. OLE color: 8738028.
HSL color Cylindrical-coordinate representation of color #EC5485: hue angle of 340.66º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC5485 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 133 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.07 |
| HSL | 340.66º | 0.8% | 0.63% | - |
| HSV(B) | 340.66º | 0.64% | 0.93% | - |
| XYZ | 42 | 25.87 | 24.97 | - |
| YUV | 135.03 | 126.86 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 133 | 0 | 0.64 | 0.44 | 0.07 | 340.66 | 0.8 | 0.63 |
| Hex | EC | 54 | 85 | 0 | 40 | 2C | 7 | 155 | 50 | 3F |
| Octal | 354 | 124 | 205 | 0 | 100 | 54 | 7 | 525 | 120 | 77 |
| Binary | 11101100 | 1010100 | 10000101 | 0 | 1000000 | 101100 | 111 | 101010101 | 1010000 | 111111 |
Color Harmonies of #EC5485
Complementary color
Monochromatic Colors of #EC5485
Black with #EC5485
Text Example
Text Example
White with #EC5485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5485; }
p { color: rgb(236,84,133); }
H1.HeaderClassName
{
color: #EC5485;
}
.AnyTagClassName
{
color: #EC5485;
}
</style>
background-color css
<style>
a { background-color: #EC5485; }
a { background-color: rgb(236,84,133); }
div.DivClassName
{
background-color: #EC5485;
}
.BgClassName
{
background-color: #EC5485;
}
</style>
border-color css
<style>
span { border-color: #EC5485; }
span { border-color: rgb(236,84,133); }
td.TdClassName
{
border-color: #EC5485;
}
.TagClassName
{
border-color: #EC5485;
}
</style>