Shades of Pink Flamingo #EF5BFA
Tints of Pink Flamingo #EF5BFA
RGB
CMYK
RGB Variations
Color information
#EF5BFA (or 0xEF5BFA) is known color: Pink Flamingo. HEX triplet: EF, 5B and FA. RGB value is (239,91,250). Sum of RGB (Red+Green+Blue) = 239+91+250=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 91 (35.94% from 255 or 15.69% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF5BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5BFA is #10A405. Grayscale: #989898. Windows color (decimal): -1090566 or 16407535. OLE color: 16407535.
HSL color Cylindrical-coordinate representation of color #EF5BFA: hue angle of 295.85º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF5BFA is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 91 | 250 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.02 |
| HSL | 295.85º | 0.94% | 0.67% | - |
| HSV(B) | 295.85º | 0.64% | 0.98% | - |
| XYZ | 56.59 | 32.74 | 93.78 | - |
| YUV | 153.38 | 182.53 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 91 | 250 | 0.04 | 0.64 | 0 | 0.02 | 295.85 | 0.94 | 0.67 |
| Hex | EF | 5B | FA | 4 | 40 | 0 | 2 | 128 | 5E | 43 |
| Octal | 357 | 133 | 372 | 4 | 100 | 0 | 2 | 450 | 136 | 103 |
| Binary | 11101111 | 1011011 | 11111010 | 100 | 1000000 | 0 | 10 | 100101000 | 1011110 | 1000011 |
Color Harmonies of #EF5BFA
Complementary color
Monochromatic Colors of #EF5BFA
Black with #EF5BFA
Text Example
Text Example
White with #EF5BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5BFA; }
p { color: rgb(239,91,250); }
H1.HeaderClassName
{
color: #EF5BFA;
}
.AnyTagClassName
{
color: #EF5BFA;
}
</style>
background-color css
<style>
a { background-color: #EF5BFA; }
a { background-color: rgb(239,91,250); }
div.DivClassName
{
background-color: #EF5BFA;
}
.BgClassName
{
background-color: #EF5BFA;
}
</style>
border-color css
<style>
span { border-color: #EF5BFA; }
span { border-color: rgb(239,91,250); }
td.TdClassName
{
border-color: #EF5BFA;
}
.TagClassName
{
border-color: #EF5BFA;
}
</style>