Shades of Dark Pink #EC5484
Tints of Dark Pink #EC5484
RGB
CMYK
RGB Variations
Color information
#EC5484 (or 0xEC5484) is known color: Dark Pink. HEX triplet: EC, 54 and 84. RGB value is (236,84,132). Sum of RGB (Red+Green+Blue) = 236+84+132=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5484 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5484 is #13AB7B. Grayscale: #868686. Windows color (decimal): -1289084 or 8672492. OLE color: 8672492.
HSL color Cylindrical-coordinate representation of color #EC5484: hue angle of 341.05º 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 #EC5484 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 132 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.07 |
| HSL | 341.05º | 0.8% | 0.63% | - |
| HSV(B) | 341.05º | 0.64% | 0.93% | - |
| XYZ | 41.93 | 25.84 | 24.61 | - |
| YUV | 134.92 | 126.36 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 132 | 0 | 0.64 | 0.44 | 0.07 | 341.05 | 0.8 | 0.63 |
| Hex | EC | 54 | 84 | 0 | 40 | 2C | 7 | 155 | 50 | 3F |
| Octal | 354 | 124 | 204 | 0 | 100 | 54 | 7 | 525 | 120 | 77 |
| Binary | 11101100 | 1010100 | 10000100 | 0 | 1000000 | 101100 | 111 | 101010101 | 1010000 | 111111 |
Color Harmonies of #EC5484
Complementary color
Monochromatic Colors of #EC5484
Black with #EC5484
Text Example
Text Example
White with #EC5484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5484; }
p { color: rgb(236,84,132); }
H1.HeaderClassName
{
color: #EC5484;
}
.AnyTagClassName
{
color: #EC5484;
}
</style>
background-color css
<style>
a { background-color: #EC5484; }
a { background-color: rgb(236,84,132); }
div.DivClassName
{
background-color: #EC5484;
}
.BgClassName
{
background-color: #EC5484;
}
</style>
border-color css
<style>
span { border-color: #EC5484; }
span { border-color: rgb(236,84,132); }
td.TdClassName
{
border-color: #EC5484;
}
.TagClassName
{
border-color: #EC5484;
}
</style>