Shades of Pink Flamingo #EC49FC
Tints of Pink Flamingo #EC49FC
RGB
CMYK
RGB Variations
Color information
#EC49FC (or 0xEC49FC) is known color: Pink Flamingo. HEX triplet: EC, 49 and FC. RGB value is (236,73,252). Sum of RGB (Red+Green+Blue) = 236+73+252=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 73 (28.91% from 255 or 13.01% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC49FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC49FC is #13B603. Grayscale: #8D8D8D. Windows color (decimal): -1291780 or 16533996. OLE color: 16533996.
HSL color Cylindrical-coordinate representation of color #EC49FC: hue angle of 294.64º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC49FC is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 73 | 252 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.01 |
| HSL | 294.64º | 0.97% | 0.64% | - |
| HSV(B) | 294.64º | 0.71% | 0.99% | - |
| XYZ | 54.55 | 29.63 | 94.94 | - |
| YUV | 142.14 | 190 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 252 | 0.06 | 0.71 | 0 | 0.01 | 294.64 | 0.97 | 0.64 |
| Hex | EC | 49 | FC | 6 | 47 | 0 | 1 | 127 | 61 | 40 |
| Octal | 354 | 111 | 374 | 6 | 107 | 0 | 1 | 447 | 141 | 100 |
| Binary | 11101100 | 1001001 | 11111100 | 110 | 1000111 | 0 | 1 | 100100111 | 1100001 | 1000000 |
Color Harmonies of #EC49FC
Complementary color
Monochromatic Colors of #EC49FC
Black with #EC49FC
Text Example
Text Example
White with #EC49FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC49FC; }
p { color: rgb(236,73,252); }
H1.HeaderClassName
{
color: #EC49FC;
}
.AnyTagClassName
{
color: #EC49FC;
}
</style>
background-color css
<style>
a { background-color: #EC49FC; }
a { background-color: rgb(236,73,252); }
div.DivClassName
{
background-color: #EC49FC;
}
.BgClassName
{
background-color: #EC49FC;
}
</style>
border-color css
<style>
span { border-color: #EC49FC; }
span { border-color: rgb(236,73,252); }
td.TdClassName
{
border-color: #EC49FC;
}
.TagClassName
{
border-color: #EC49FC;
}
</style>