Shades of Pink Flamingo #EC56F9
Tints of Pink Flamingo #EC56F9
RGB
CMYK
RGB Variations
Color information
#EC56F9 (or 0xEC56F9) is known color: Pink Flamingo. HEX triplet: EC, 56 and F9. RGB value is (236,86,249). Sum of RGB (Red+Green+Blue) = 236+86+249=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 86 (33.98% from 255 or 15.06% from 571); Blue value is 249 (97.66% from 255 or 43.61% from 571); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC56F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC56F9 is #13A906. Grayscale: #949494. Windows color (decimal): -1288455 or 16340716. OLE color: 16340716.
HSL color Cylindrical-coordinate representation of color #EC56F9: hue angle of 295.21º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC56F9 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 86 | 249 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.02 |
| HSL | 295.21º | 0.93% | 0.66% | - |
| HSV(B) | 295.21º | 0.65% | 0.98% | - |
| XYZ | 55.02 | 31.33 | 92.77 | - |
| YUV | 149.43 | 184.2 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 249 | 0.05 | 0.65 | 0 | 0.02 | 295.21 | 0.93 | 0.66 |
| Hex | EC | 56 | F9 | 5 | 41 | 0 | 2 | 127 | 5D | 42 |
| Octal | 354 | 126 | 371 | 5 | 101 | 0 | 2 | 447 | 135 | 102 |
| Binary | 11101100 | 1010110 | 11111001 | 101 | 1000001 | 0 | 10 | 100100111 | 1011101 | 1000010 |
Color Harmonies of #EC56F9
Complementary color
Monochromatic Colors of #EC56F9
Black with #EC56F9
Text Example
Text Example
White with #EC56F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC56F9; }
p { color: rgb(236,86,249); }
H1.HeaderClassName
{
color: #EC56F9;
}
.AnyTagClassName
{
color: #EC56F9;
}
</style>
background-color css
<style>
a { background-color: #EC56F9; }
a { background-color: rgb(236,86,249); }
div.DivClassName
{
background-color: #EC56F9;
}
.BgClassName
{
background-color: #EC56F9;
}
</style>
border-color css
<style>
span { border-color: #EC56F9; }
span { border-color: rgb(236,86,249); }
td.TdClassName
{
border-color: #EC56F9;
}
.TagClassName
{
border-color: #EC56F9;
}
</style>