Shades of Pink Flamingo #EF56F4
Tints of Pink Flamingo #EF56F4
RGB
CMYK
RGB Variations
Color information
#EF56F4 (or 0xEF56F4) is known color: Pink Flamingo. HEX triplet: EF, 56 and F4. RGB value is (239,86,244). Sum of RGB (Red+Green+Blue) = 239+86+244=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 86 (33.98% from 255 or 15.11% from 569); Blue value is 244 (95.70% from 255 or 42.88% from 569); Max value from RGB is 244 - color contains mainly: blue. Hex color #EF56F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF56F4 is #10A90B. Grayscale: #959595. Windows color (decimal): -1091852 or 16013039. OLE color: 16013039.
HSL color Cylindrical-coordinate representation of color #EF56F4: hue angle of 298.1º 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 #EF56F4 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 86 | 244 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.04 |
| HSL | 298.1º | 0.88% | 0.65% | - |
| HSV(B) | 298.1º | 0.65% | 0.96% | - |
| XYZ | 55.25 | 31.54 | 88.76 | - |
| YUV | 149.76 | 181.19 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 86 | 244 | 0.02 | 0.65 | 0 | 0.04 | 298.1 | 0.88 | 0.65 |
| Hex | EF | 56 | F4 | 2 | 41 | 0 | 4 | 12A | 58 | 41 |
| Octal | 357 | 126 | 364 | 2 | 101 | 0 | 4 | 452 | 130 | 101 |
| Binary | 11101111 | 1010110 | 11110100 | 10 | 1000001 | 0 | 100 | 100101010 | 1011000 | 1000001 |
Color Harmonies of #EF56F4
Complementary color
Monochromatic Colors of #EF56F4
Black with #EF56F4
Text Example
Text Example
White with #EF56F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF56F4; }
p { color: rgb(239,86,244); }
H1.HeaderClassName
{
color: #EF56F4;
}
.AnyTagClassName
{
color: #EF56F4;
}
</style>
background-color css
<style>
a { background-color: #EF56F4; }
a { background-color: rgb(239,86,244); }
div.DivClassName
{
background-color: #EF56F4;
}
.BgClassName
{
background-color: #EF56F4;
}
</style>
border-color css
<style>
span { border-color: #EF56F4; }
span { border-color: rgb(239,86,244); }
td.TdClassName
{
border-color: #EF56F4;
}
.TagClassName
{
border-color: #EF56F4;
}
</style>