Shades of Pink Flamingo #EC56F3
Tints of Pink Flamingo #EC56F3
RGB
CMYK
RGB Variations
Color information
#EC56F3 (or 0xEC56F3) is known color: Pink Flamingo. HEX triplet: EC, 56 and F3. RGB value is (236,86,243). Sum of RGB (Red+Green+Blue) = 236+86+243=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 86 (33.98% from 255 or 15.22% from 565); Blue value is 243 (95.31% from 255 or 43.01% from 565); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC56F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC56F3 is #13A90C. Grayscale: #949494. Windows color (decimal): -1288461 or 15947500. OLE color: 15947500.
HSL color Cylindrical-coordinate representation of color #EC56F3: hue angle of 297.32º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC56F3 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 86 | 243 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.05 |
| HSL | 297.32º | 0.87% | 0.65% | - |
| HSV(B) | 297.32º | 0.65% | 0.95% | - |
| XYZ | 54.1 | 30.96 | 87.92 | - |
| YUV | 148.75 | 181.2 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 243 | 0.03 | 0.65 | 0 | 0.05 | 297.32 | 0.87 | 0.65 |
| Hex | EC | 56 | F3 | 3 | 41 | 0 | 5 | 129 | 57 | 41 |
| Octal | 354 | 126 | 363 | 3 | 101 | 0 | 5 | 451 | 127 | 101 |
| Binary | 11101100 | 1010110 | 11110011 | 11 | 1000001 | 0 | 101 | 100101001 | 1010111 | 1000001 |
Color Harmonies of #EC56F3
Complementary color
Monochromatic Colors of #EC56F3
Black with #EC56F3
Text Example
Text Example
White with #EC56F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC56F3; }
p { color: rgb(236,86,243); }
H1.HeaderClassName
{
color: #EC56F3;
}
.AnyTagClassName
{
color: #EC56F3;
}
</style>
background-color css
<style>
a { background-color: #EC56F3; }
a { background-color: rgb(236,86,243); }
div.DivClassName
{
background-color: #EC56F3;
}
.BgClassName
{
background-color: #EC56F3;
}
</style>
border-color css
<style>
span { border-color: #EC56F3; }
span { border-color: rgb(236,86,243); }
td.TdClassName
{
border-color: #EC56F3;
}
.TagClassName
{
border-color: #EC56F3;
}
</style>