Shades of Pink Flamingo #EC56FA
Tints of Pink Flamingo #EC56FA
RGB
CMYK
RGB Variations
Color information
#EC56FA (or 0xEC56FA) is known color: Pink Flamingo. HEX triplet: EC, 56 and FA. RGB value is (236,86,250). Sum of RGB (Red+Green+Blue) = 236+86+250=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 86 (33.98% from 255 or 15.03% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC56FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC56FA is #13A905. Grayscale: #959595. Windows color (decimal): -1288454 or 16406252. OLE color: 16406252.
HSL color Cylindrical-coordinate representation of color #EC56FA: hue angle of 294.88º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC56FA is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 86 | 250 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.02 |
| HSL | 294.88º | 0.94% | 0.66% | - |
| HSV(B) | 294.88º | 0.66% | 0.98% | - |
| XYZ | 55.18 | 31.39 | 93.59 | - |
| YUV | 149.55 | 184.7 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 250 | 0.06 | 0.66 | 0 | 0.02 | 294.88 | 0.94 | 0.66 |
| Hex | EC | 56 | FA | 6 | 42 | 0 | 2 | 127 | 5E | 42 |
| Octal | 354 | 126 | 372 | 6 | 102 | 0 | 2 | 447 | 136 | 102 |
| Binary | 11101100 | 1010110 | 11111010 | 110 | 1000010 | 0 | 10 | 100100111 | 1011110 | 1000010 |
Color Harmonies of #EC56FA
Complementary color
Monochromatic Colors of #EC56FA
Black with #EC56FA
Text Example
Text Example
White with #EC56FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC56FA; }
p { color: rgb(236,86,250); }
H1.HeaderClassName
{
color: #EC56FA;
}
.AnyTagClassName
{
color: #EC56FA;
}
</style>
background-color css
<style>
a { background-color: #EC56FA; }
a { background-color: rgb(236,86,250); }
div.DivClassName
{
background-color: #EC56FA;
}
.BgClassName
{
background-color: #EC56FA;
}
</style>
border-color css
<style>
span { border-color: #EC56FA; }
span { border-color: rgb(236,86,250); }
td.TdClassName
{
border-color: #EC56FA;
}
.TagClassName
{
border-color: #EC56FA;
}
</style>