Shades of Pink Flamingo #EC59FC
Tints of Pink Flamingo #EC59FC
RGB
CMYK
RGB Variations
Color information
#EC59FC (or 0xEC59FC) is known color: Pink Flamingo. HEX triplet: EC, 59 and FC. RGB value is (236,89,252). Sum of RGB (Red+Green+Blue) = 236+89+252=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 89 (35.16% from 255 or 15.42% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC59FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC59FC is #13A603. Grayscale: #979797. Windows color (decimal): -1287684 or 16538092. OLE color: 16538092.
HSL color Cylindrical-coordinate representation of color #EC59FC: hue angle of 294.11º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC59FC is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 89 | 252 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.01 |
| HSL | 294.11º | 0.96% | 0.67% | - |
| HSV(B) | 294.11º | 0.65% | 0.99% | - |
| XYZ | 55.74 | 32.01 | 95.34 | - |
| YUV | 151.54 | 184.7 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 252 | 0.06 | 0.65 | 0 | 0.01 | 294.11 | 0.96 | 0.67 |
| Hex | EC | 59 | FC | 6 | 41 | 0 | 1 | 126 | 60 | 43 |
| Octal | 354 | 131 | 374 | 6 | 101 | 0 | 1 | 446 | 140 | 103 |
| Binary | 11101100 | 1011001 | 11111100 | 110 | 1000001 | 0 | 1 | 100100110 | 1100000 | 1000011 |
Color Harmonies of #EC59FC
Complementary color
Monochromatic Colors of #EC59FC
Black with #EC59FC
Text Example
Text Example
White with #EC59FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC59FC; }
p { color: rgb(236,89,252); }
H1.HeaderClassName
{
color: #EC59FC;
}
.AnyTagClassName
{
color: #EC59FC;
}
</style>
background-color css
<style>
a { background-color: #EC59FC; }
a { background-color: rgb(236,89,252); }
div.DivClassName
{
background-color: #EC59FC;
}
.BgClassName
{
background-color: #EC59FC;
}
</style>
border-color css
<style>
span { border-color: #EC59FC; }
span { border-color: rgb(236,89,252); }
td.TdClassName
{
border-color: #EC59FC;
}
.TagClassName
{
border-color: #EC59FC;
}
</style>