Shades of Pink Flamingo #EC55F4
Tints of Pink Flamingo #EC55F4
RGB
CMYK
RGB Variations
Color information
#EC55F4 (or 0xEC55F4) is known color: Pink Flamingo. HEX triplet: EC, 55 and F4. RGB value is (236,85,244). Sum of RGB (Red+Green+Blue) = 236+85+244=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 85 (33.59% from 255 or 15.04% from 565); Blue value is 244 (95.70% from 255 or 43.19% from 565); Max value from RGB is 244 - color contains mainly: blue. Hex color #EC55F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC55F4 is #13AA0B. Grayscale: #939393. Windows color (decimal): -1288716 or 16012780. OLE color: 16012780.
HSL color Cylindrical-coordinate representation of color #EC55F4: hue angle of 296.98º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC55F4 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 85 | 244 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.04 |
| HSL | 296.98º | 0.88% | 0.65% | - |
| HSV(B) | 296.98º | 0.65% | 0.96% | - |
| XYZ | 54.17 | 30.86 | 88.69 | - |
| YUV | 148.28 | 182.03 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 244 | 0.03 | 0.65 | 0 | 0.04 | 296.98 | 0.88 | 0.65 |
| Hex | EC | 55 | F4 | 3 | 41 | 0 | 4 | 129 | 58 | 41 |
| Octal | 354 | 125 | 364 | 3 | 101 | 0 | 4 | 451 | 130 | 101 |
| Binary | 11101100 | 1010101 | 11110100 | 11 | 1000001 | 0 | 100 | 100101001 | 1011000 | 1000001 |
Color Harmonies of #EC55F4
Complementary color
Monochromatic Colors of #EC55F4
Black with #EC55F4
Text Example
Text Example
White with #EC55F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC55F4; }
p { color: rgb(236,85,244); }
H1.HeaderClassName
{
color: #EC55F4;
}
.AnyTagClassName
{
color: #EC55F4;
}
</style>
background-color css
<style>
a { background-color: #EC55F4; }
a { background-color: rgb(236,85,244); }
div.DivClassName
{
background-color: #EC55F4;
}
.BgClassName
{
background-color: #EC55F4;
}
</style>
border-color css
<style>
span { border-color: #EC55F4; }
span { border-color: rgb(236,85,244); }
td.TdClassName
{
border-color: #EC55F4;
}
.TagClassName
{
border-color: #EC55F4;
}
</style>