Shades of Pink Flamingo #EC59FF
Tints of Pink Flamingo #EC59FF
RGB
CMYK
RGB Variations
Color information
#EC59FF (or 0xEC59FF) is known color: Pink Flamingo. HEX triplet: EC, 59 and FF. RGB value is (236,89,255). Sum of RGB (Red+Green+Blue) = 236+89+255=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 89 (35.16% from 255 or 15.34% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC59FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC59FF is #13A600. Grayscale: #979797. Windows color (decimal): -1287681 or 16734700. OLE color: 16734700.
HSL color Cylindrical-coordinate representation of color #EC59FF: hue angle of 293.13º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC59FF is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 89 | 255 | - |
| CMYK | 0.07 | 0.65 | 0 | 0 |
| HSL | 293.13º | 1% | 0.67% | - |
| HSV(B) | 293.13º | 0.65% | 1% | - |
| XYZ | 56.21 | 32.2 | 97.86 | - |
| YUV | 151.88 | 186.2 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 255 | 0.07 | 0.65 | 0 | 0 | 293.13 | 1 | 0.67 |
| Hex | EC | 59 | FF | 7 | 41 | 0 | 0 | 125 | 64 | 43 |
| Octal | 354 | 131 | 377 | 7 | 101 | 0 | 0 | 445 | 144 | 103 |
| Binary | 11101100 | 1011001 | 11111111 | 111 | 1000001 | 0 | 0 | 100100101 | 1100100 | 1000011 |
Color Harmonies of #EC59FF
Complementary color
Monochromatic Colors of #EC59FF
Black with #EC59FF
Text Example
Text Example
White with #EC59FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC59FF; }
p { color: rgb(236,89,255); }
H1.HeaderClassName
{
color: #EC59FF;
}
.AnyTagClassName
{
color: #EC59FF;
}
</style>
background-color css
<style>
a { background-color: #EC59FF; }
a { background-color: rgb(236,89,255); }
div.DivClassName
{
background-color: #EC59FF;
}
.BgClassName
{
background-color: #EC59FF;
}
</style>
border-color css
<style>
span { border-color: #EC59FF; }
span { border-color: rgb(236,89,255); }
td.TdClassName
{
border-color: #EC59FF;
}
.TagClassName
{
border-color: #EC59FF;
}
</style>