Shades of Dark Pink #EC5480
Tints of Dark Pink #EC5480
RGB
CMYK
RGB Variations
Color information
#EC5480 (or 0xEC5480) is known color: Dark Pink. HEX triplet: EC, 54 and 80. RGB value is (236,84,128). Sum of RGB (Red+Green+Blue) = 236+84+128=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5480 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5480 is #13AB7F. Grayscale: #868686. Windows color (decimal): -1289088 or 8410348. OLE color: 8410348.
HSL color Cylindrical-coordinate representation of color #EC5480: hue angle of 342.63º 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 #EC5480 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 128 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.07 |
| HSL | 342.63º | 0.8% | 0.63% | - |
| HSV(B) | 342.63º | 0.64% | 0.93% | - |
| XYZ | 41.66 | 25.73 | 23.19 | - |
| YUV | 134.46 | 124.36 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 128 | 0 | 0.64 | 0.46 | 0.07 | 342.63 | 0.8 | 0.63 |
| Hex | EC | 54 | 80 | 0 | 40 | 2E | 7 | 157 | 50 | 3F |
| Octal | 354 | 124 | 200 | 0 | 100 | 56 | 7 | 527 | 120 | 77 |
| Binary | 11101100 | 1010100 | 10000000 | 0 | 1000000 | 101110 | 111 | 101010111 | 1010000 | 111111 |
Color Harmonies of #EC5480
Complementary color
Monochromatic Colors of #EC5480
Black with #EC5480
Text Example
Text Example
White with #EC5480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5480; }
p { color: rgb(236,84,128); }
H1.HeaderClassName
{
color: #EC5480;
}
.AnyTagClassName
{
color: #EC5480;
}
</style>
background-color css
<style>
a { background-color: #EC5480; }
a { background-color: rgb(236,84,128); }
div.DivClassName
{
background-color: #EC5480;
}
.BgClassName
{
background-color: #EC5480;
}
</style>
border-color css
<style>
span { border-color: #EC5480; }
span { border-color: rgb(236,84,128); }
td.TdClassName
{
border-color: #EC5480;
}
.TagClassName
{
border-color: #EC5480;
}
</style>