Shades of Dark Pink #EC5384
Tints of Dark Pink #EC5384
RGB
CMYK
RGB Variations
Color information
#EC5384 (or 0xEC5384) is known color: Dark Pink. HEX triplet: EC, 53 and 84. RGB value is (236,83,132). Sum of RGB (Red+Green+Blue) = 236+83+132=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5384 is #13AC7B. Grayscale: #868686. Windows color (decimal): -1289340 or 8672236. OLE color: 8672236.
HSL color Cylindrical-coordinate representation of color #EC5384: hue angle of 340.78º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC5384 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 132 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.07 |
| HSL | 340.78º | 0.8% | 0.63% | - |
| HSV(B) | 340.78º | 0.65% | 0.93% | - |
| XYZ | 41.85 | 25.69 | 24.58 | - |
| YUV | 134.33 | 126.69 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 132 | 0 | 0.65 | 0.44 | 0.07 | 340.78 | 0.8 | 0.63 |
| Hex | EC | 53 | 84 | 0 | 41 | 2C | 7 | 155 | 50 | 3F |
| Octal | 354 | 123 | 204 | 0 | 101 | 54 | 7 | 525 | 120 | 77 |
| Binary | 11101100 | 1010011 | 10000100 | 0 | 1000001 | 101100 | 111 | 101010101 | 1010000 | 111111 |
Color Harmonies of #EC5384
Complementary color
Monochromatic Colors of #EC5384
Black with #EC5384
Text Example
Text Example
White with #EC5384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5384; }
p { color: rgb(236,83,132); }
H1.HeaderClassName
{
color: #EC5384;
}
.AnyTagClassName
{
color: #EC5384;
}
</style>
background-color css
<style>
a { background-color: #EC5384; }
a { background-color: rgb(236,83,132); }
div.DivClassName
{
background-color: #EC5384;
}
.BgClassName
{
background-color: #EC5384;
}
</style>
border-color css
<style>
span { border-color: #EC5384; }
span { border-color: rgb(236,83,132); }
td.TdClassName
{
border-color: #EC5384;
}
.TagClassName
{
border-color: #EC5384;
}
</style>