Shades of Pink Flamingo #EC56FD
Tints of Pink Flamingo #EC56FD
RGB
CMYK
RGB Variations
Color information
#EC56FD (or 0xEC56FD) is known color: Pink Flamingo. HEX triplet: EC, 56 and FD. RGB value is (236,86,253). Sum of RGB (Red+Green+Blue) = 236+86+253=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 86 (33.98% from 255 or 14.96% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC56FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC56FD is #13A902. Grayscale: #959595. Windows color (decimal): -1288451 or 16602860. OLE color: 16602860.
HSL color Cylindrical-coordinate representation of color #EC56FD: hue angle of 293.89º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC56FD is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 86 | 253 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.01 |
| HSL | 293.89º | 0.98% | 0.66% | - |
| HSV(B) | 293.89º | 0.66% | 0.99% | - |
| XYZ | 55.65 | 31.58 | 96.09 | - |
| YUV | 149.89 | 186.2 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 253 | 0.07 | 0.66 | 0 | 0.01 | 293.89 | 0.98 | 0.66 |
| Hex | EC | 56 | FD | 7 | 42 | 0 | 1 | 126 | 62 | 42 |
| Octal | 354 | 126 | 375 | 7 | 102 | 0 | 1 | 446 | 142 | 102 |
| Binary | 11101100 | 1010110 | 11111101 | 111 | 1000010 | 0 | 1 | 100100110 | 1100010 | 1000010 |
Color Harmonies of #EC56FD
Complementary color
Monochromatic Colors of #EC56FD
Black with #EC56FD
Text Example
Text Example
White with #EC56FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC56FD; }
p { color: rgb(236,86,253); }
H1.HeaderClassName
{
color: #EC56FD;
}
.AnyTagClassName
{
color: #EC56FD;
}
</style>
background-color css
<style>
a { background-color: #EC56FD; }
a { background-color: rgb(236,86,253); }
div.DivClassName
{
background-color: #EC56FD;
}
.BgClassName
{
background-color: #EC56FD;
}
</style>
border-color css
<style>
span { border-color: #EC56FD; }
span { border-color: rgb(236,86,253); }
td.TdClassName
{
border-color: #EC56FD;
}
.TagClassName
{
border-color: #EC56FD;
}
</style>