Shades of Pink Flamingo #EC59FE
Tints of Pink Flamingo #EC59FE
RGB
CMYK
RGB Variations
Color information
#EC59FE (or 0xEC59FE) is known color: Pink Flamingo. HEX triplet: EC, 59 and FE. RGB value is (236,89,254). Sum of RGB (Red+Green+Blue) = 236+89+254=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 89 (35.16% from 255 or 15.37% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC59FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC59FE is #13A601. Grayscale: #979797. Windows color (decimal): -1287682 or 16669164. OLE color: 16669164.
HSL color Cylindrical-coordinate representation of color #EC59FE: hue angle of 293.45º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC59FE is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 89 | 254 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.00 |
| HSL | 293.45º | 0.99% | 0.67% | - |
| HSV(B) | 293.45º | 0.65% | 1% | - |
| XYZ | 56.05 | 32.13 | 97.01 | - |
| YUV | 151.76 | 185.7 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 254 | 0.07 | 0.65 | 0 | 0.00 | 293.45 | 0.99 | 0.67 |
| Hex | EC | 59 | FE | 7 | 41 | 0 | 0 | 125 | 63 | 43 |
| Octal | 354 | 131 | 376 | 7 | 101 | 0 | 0 | 445 | 143 | 103 |
| Binary | 11101100 | 1011001 | 11111110 | 111 | 1000001 | 0 | 0 | 100100101 | 1100011 | 1000011 |
Color Harmonies of #EC59FE
Complementary color
Monochromatic Colors of #EC59FE
Black with #EC59FE
Text Example
Text Example
White with #EC59FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC59FE; }
p { color: rgb(236,89,254); }
H1.HeaderClassName
{
color: #EC59FE;
}
.AnyTagClassName
{
color: #EC59FE;
}
</style>
background-color css
<style>
a { background-color: #EC59FE; }
a { background-color: rgb(236,89,254); }
div.DivClassName
{
background-color: #EC59FE;
}
.BgClassName
{
background-color: #EC59FE;
}
</style>
border-color css
<style>
span { border-color: #EC59FE; }
span { border-color: rgb(236,89,254); }
td.TdClassName
{
border-color: #EC59FE;
}
.TagClassName
{
border-color: #EC59FE;
}
</style>