Shades of Pink Flamingo #EF55F9
Tints of Pink Flamingo #EF55F9
RGB
CMYK
RGB Variations
Color information
#EF55F9 (or 0xEF55F9) is known color: Pink Flamingo. HEX triplet: EF, 55 and F9. RGB value is (239,85,249). Sum of RGB (Red+Green+Blue) = 239+85+249=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 85 (33.59% from 255 or 14.83% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF55F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF55F9 is #10AA06. Grayscale: #959595. Windows color (decimal): -1092103 or 16340463. OLE color: 16340463.
HSL color Cylindrical-coordinate representation of color #EF55F9: hue angle of 296.34º 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 #EF55F9 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 85 | 249 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.02 |
| HSL | 296.34º | 0.93% | 0.65% | - |
| HSV(B) | 296.34º | 0.66% | 0.98% | - |
| XYZ | 55.94 | 31.69 | 92.79 | - |
| YUV | 149.74 | 184.02 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 249 | 0.04 | 0.66 | 0 | 0.02 | 296.34 | 0.93 | 0.65 |
| Hex | EF | 55 | F9 | 4 | 42 | 0 | 2 | 128 | 5D | 41 |
| Octal | 357 | 125 | 371 | 4 | 102 | 0 | 2 | 450 | 135 | 101 |
| Binary | 11101111 | 1010101 | 11111001 | 100 | 1000010 | 0 | 10 | 100101000 | 1011101 | 1000001 |
Color Harmonies of #EF55F9
Complementary color
Monochromatic Colors of #EF55F9
Black with #EF55F9
Text Example
Text Example
White with #EF55F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF55F9; }
p { color: rgb(239,85,249); }
H1.HeaderClassName
{
color: #EF55F9;
}
.AnyTagClassName
{
color: #EF55F9;
}
</style>
background-color css
<style>
a { background-color: #EF55F9; }
a { background-color: rgb(239,85,249); }
div.DivClassName
{
background-color: #EF55F9;
}
.BgClassName
{
background-color: #EF55F9;
}
</style>
border-color css
<style>
span { border-color: #EF55F9; }
span { border-color: rgb(239,85,249); }
td.TdClassName
{
border-color: #EF55F9;
}
.TagClassName
{
border-color: #EF55F9;
}
</style>