Shades of Pink Flamingo #EC54F9
Tints of Pink Flamingo #EC54F9
RGB
CMYK
RGB Variations
Color information
#EC54F9 (or 0xEC54F9) is known color: Pink Flamingo. HEX triplet: EC, 54 and F9. RGB value is (236,84,249). Sum of RGB (Red+Green+Blue) = 236+84+249=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 84 (33.20% from 255 or 14.76% from 569); Blue value is 249 (97.66% from 255 or 43.76% from 569); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC54F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC54F9 is #13AB06. Grayscale: #939393. Windows color (decimal): -1288967 or 16340204. OLE color: 16340204.
HSL color Cylindrical-coordinate representation of color #EC54F9: hue angle of 295.27º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC54F9 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 84 | 249 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.02 |
| HSL | 295.27º | 0.93% | 0.65% | - |
| HSV(B) | 295.27º | 0.66% | 0.98% | - |
| XYZ | 54.86 | 31.01 | 92.72 | - |
| YUV | 148.26 | 184.86 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 249 | 0.05 | 0.66 | 0 | 0.02 | 295.27 | 0.93 | 0.65 |
| Hex | EC | 54 | F9 | 5 | 42 | 0 | 2 | 127 | 5D | 41 |
| Octal | 354 | 124 | 371 | 5 | 102 | 0 | 2 | 447 | 135 | 101 |
| Binary | 11101100 | 1010100 | 11111001 | 101 | 1000010 | 0 | 10 | 100100111 | 1011101 | 1000001 |
Color Harmonies of #EC54F9
Complementary color
Monochromatic Colors of #EC54F9
Black with #EC54F9
Text Example
Text Example
White with #EC54F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC54F9; }
p { color: rgb(236,84,249); }
H1.HeaderClassName
{
color: #EC54F9;
}
.AnyTagClassName
{
color: #EC54F9;
}
</style>
background-color css
<style>
a { background-color: #EC54F9; }
a { background-color: rgb(236,84,249); }
div.DivClassName
{
background-color: #EC54F9;
}
.BgClassName
{
background-color: #EC54F9;
}
</style>
border-color css
<style>
span { border-color: #EC54F9; }
span { border-color: rgb(236,84,249); }
td.TdClassName
{
border-color: #EC54F9;
}
.TagClassName
{
border-color: #EC54F9;
}
</style>