Shades of Dark Pink #EC5087
Tints of Dark Pink #EC5087
RGB
CMYK
RGB Variations
Color information
#EC5087 (or 0xEC5087) is known color: Dark Pink. HEX triplet: EC, 50 and 87. RGB value is (236,80,135). Sum of RGB (Red+Green+Blue) = 236+80+135=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 135 (53.12% from 255 or 29.93% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5087 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5087 is #13AF78. Grayscale: #848484. Windows color (decimal): -1290105 or 8868076. OLE color: 8868076.
HSL color Cylindrical-coordinate representation of color #EC5087: hue angle of 338.85º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC5087 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 135 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.07 |
| HSL | 338.85º | 0.8% | 0.62% | - |
| HSV(B) | 338.85º | 0.66% | 0.93% | - |
| XYZ | 41.83 | 25.32 | 25.6 | - |
| YUV | 132.91 | 129.18 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 135 | 0 | 0.66 | 0.43 | 0.07 | 338.85 | 0.8 | 0.62 |
| Hex | EC | 50 | 87 | 0 | 42 | 2B | 7 | 153 | 50 | 3E |
| Octal | 354 | 120 | 207 | 0 | 102 | 53 | 7 | 523 | 120 | 76 |
| Binary | 11101100 | 1010000 | 10000111 | 0 | 1000010 | 101011 | 111 | 101010011 | 1010000 | 111110 |
Color Harmonies of #EC5087
Complementary color
Monochromatic Colors of #EC5087
Black with #EC5087
Text Example
Text Example
White with #EC5087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5087; }
p { color: rgb(236,80,135); }
H1.HeaderClassName
{
color: #EC5087;
}
.AnyTagClassName
{
color: #EC5087;
}
</style>
background-color css
<style>
a { background-color: #EC5087; }
a { background-color: rgb(236,80,135); }
div.DivClassName
{
background-color: #EC5087;
}
.BgClassName
{
background-color: #EC5087;
}
</style>
border-color css
<style>
span { border-color: #EC5087; }
span { border-color: rgb(236,80,135); }
td.TdClassName
{
border-color: #EC5087;
}
.TagClassName
{
border-color: #EC5087;
}
</style>