Shades of Pink Flamingo #EC49F8
Tints of Pink Flamingo #EC49F8
RGB
CMYK
RGB Variations
Color information
#EC49F8 (or 0xEC49F8) is known color: Pink Flamingo. HEX triplet: EC, 49 and F8. RGB value is (236,73,248). Sum of RGB (Red+Green+Blue) = 236+73+248=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 73 (28.91% from 255 or 13.11% from 557); Blue value is 248 (97.27% from 255 or 44.52% from 557); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC49F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC49F8 is #13B607. Grayscale: #8D8D8D. Windows color (decimal): -1291784 or 16271852. OLE color: 16271852.
HSL color Cylindrical-coordinate representation of color #EC49F8: hue angle of 295.89º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC49F8 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 73 | 248 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.03 |
| HSL | 295.89º | 0.93% | 0.63% | - |
| HSV(B) | 295.89º | 0.71% | 0.97% | - |
| XYZ | 53.92 | 29.38 | 91.64 | - |
| YUV | 141.69 | 188 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 248 | 0.05 | 0.71 | 0 | 0.03 | 295.89 | 0.93 | 0.63 |
| Hex | EC | 49 | F8 | 5 | 47 | 0 | 3 | 128 | 5D | 3F |
| Octal | 354 | 111 | 370 | 5 | 107 | 0 | 3 | 450 | 135 | 77 |
| Binary | 11101100 | 1001001 | 11111000 | 101 | 1000111 | 0 | 11 | 100101000 | 1011101 | 111111 |
Color Harmonies of #EC49F8
Complementary color
Monochromatic Colors of #EC49F8
Black with #EC49F8
Text Example
Text Example
White with #EC49F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC49F8; }
p { color: rgb(236,73,248); }
H1.HeaderClassName
{
color: #EC49F8;
}
.AnyTagClassName
{
color: #EC49F8;
}
</style>
background-color css
<style>
a { background-color: #EC49F8; }
a { background-color: rgb(236,73,248); }
div.DivClassName
{
background-color: #EC49F8;
}
.BgClassName
{
background-color: #EC49F8;
}
</style>
border-color css
<style>
span { border-color: #EC49F8; }
span { border-color: rgb(236,73,248); }
td.TdClassName
{
border-color: #EC49F8;
}
.TagClassName
{
border-color: #EC49F8;
}
</style>