Shades of Dark Pink #EC5288
Tints of Dark Pink #EC5288
RGB
CMYK
RGB Variations
Color information
#EC5288 (or 0xEC5288) is known color: Dark Pink. HEX triplet: EC, 52 and 88. RGB value is (236,82,136). Sum of RGB (Red+Green+Blue) = 236+82+136=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5288 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5288 is #13AD77. Grayscale: #868686. Windows color (decimal): -1289592 or 8934124. OLE color: 8934124.
HSL color Cylindrical-coordinate representation of color #EC5288: hue angle of 338.96º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC5288 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 136 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.07 |
| HSL | 338.96º | 0.8% | 0.62% | - |
| HSV(B) | 338.96º | 0.65% | 0.93% | - |
| XYZ | 42.05 | 25.65 | 26.03 | - |
| YUV | 134.2 | 129.02 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 136 | 0 | 0.65 | 0.42 | 0.07 | 338.96 | 0.8 | 0.62 |
| Hex | EC | 52 | 88 | 0 | 41 | 2A | 7 | 153 | 50 | 3E |
| Octal | 354 | 122 | 210 | 0 | 101 | 52 | 7 | 523 | 120 | 76 |
| Binary | 11101100 | 1010010 | 10001000 | 0 | 1000001 | 101010 | 111 | 101010011 | 1010000 | 111110 |
Color Harmonies of #EC5288
Complementary color
Monochromatic Colors of #EC5288
Black with #EC5288
Text Example
Text Example
White with #EC5288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5288; }
p { color: rgb(236,82,136); }
H1.HeaderClassName
{
color: #EC5288;
}
.AnyTagClassName
{
color: #EC5288;
}
</style>
background-color css
<style>
a { background-color: #EC5288; }
a { background-color: rgb(236,82,136); }
div.DivClassName
{
background-color: #EC5288;
}
.BgClassName
{
background-color: #EC5288;
}
</style>
border-color css
<style>
span { border-color: #EC5288; }
span { border-color: rgb(236,82,136); }
td.TdClassName
{
border-color: #EC5288;
}
.TagClassName
{
border-color: #EC5288;
}
</style>