Shades of Dark Pink #EC5488
Tints of Dark Pink #EC5488
RGB
CMYK
RGB Variations
Color information
#EC5488 (or 0xEC5488) is known color: Dark Pink. HEX triplet: EC, 54 and 88. RGB value is (236,84,136). Sum of RGB (Red+Green+Blue) = 236+84+136=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 84 (33.20% from 255 or 18.42% from 456); Blue value is 136 (53.52% from 255 or 29.82% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5488 is #13AB77. Grayscale: #878787. Windows color (decimal): -1289080 or 8934636. OLE color: 8934636.
HSL color Cylindrical-coordinate representation of color #EC5488: hue angle of 339.47º 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 #EC5488 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 136 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.07 |
| HSL | 339.47º | 0.8% | 0.63% | - |
| HSV(B) | 339.47º | 0.64% | 0.93% | - |
| XYZ | 42.21 | 25.95 | 26.08 | - |
| YUV | 135.38 | 128.36 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 136 | 0 | 0.64 | 0.42 | 0.07 | 339.47 | 0.8 | 0.63 |
| Hex | EC | 54 | 88 | 0 | 40 | 2A | 7 | 153 | 50 | 3F |
| Octal | 354 | 124 | 210 | 0 | 100 | 52 | 7 | 523 | 120 | 77 |
| Binary | 11101100 | 1010100 | 10001000 | 0 | 1000000 | 101010 | 111 | 101010011 | 1010000 | 111111 |
Color Harmonies of #EC5488
Complementary color
Monochromatic Colors of #EC5488
Black with #EC5488
Text Example
Text Example
White with #EC5488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5488; }
p { color: rgb(236,84,136); }
H1.HeaderClassName
{
color: #EC5488;
}
.AnyTagClassName
{
color: #EC5488;
}
</style>
background-color css
<style>
a { background-color: #EC5488; }
a { background-color: rgb(236,84,136); }
div.DivClassName
{
background-color: #EC5488;
}
.BgClassName
{
background-color: #EC5488;
}
</style>
border-color css
<style>
span { border-color: #EC5488; }
span { border-color: rgb(236,84,136); }
td.TdClassName
{
border-color: #EC5488;
}
.TagClassName
{
border-color: #EC5488;
}
</style>