Shades of Pink Flamingo #EF5FFB
Tints of Pink Flamingo #EF5FFB
RGB
CMYK
RGB Variations
Color information
#EF5FFB (or 0xEF5FFB) is known color: Pink Flamingo. HEX triplet: EF, 5F and FB. RGB value is (239,95,251). Sum of RGB (Red+Green+Blue) = 239+95+251=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 95 (37.5% from 255 or 16.24% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF5FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5FFB is #10A004. Grayscale: #9B9B9B. Windows color (decimal): -1089541 or 16474095. OLE color: 16474095.
HSL color Cylindrical-coordinate representation of color #EF5FFB: hue angle of 295.38º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5FFB is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 95 | 251 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.02 |
| HSL | 295.38º | 0.95% | 0.68% | - |
| HSV(B) | 295.38º | 0.62% | 0.98% | - |
| XYZ | 57.1 | 33.5 | 94.72 | - |
| YUV | 155.84 | 181.71 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 95 | 251 | 0.05 | 0.62 | 0 | 0.02 | 295.38 | 0.95 | 0.68 |
| Hex | EF | 5F | FB | 5 | 3E | 0 | 2 | 127 | 5F | 44 |
| Octal | 357 | 137 | 373 | 5 | 76 | 0 | 2 | 447 | 137 | 104 |
| Binary | 11101111 | 1011111 | 11111011 | 101 | 111110 | 0 | 10 | 100100111 | 1011111 | 1000100 |
Color Harmonies of #EF5FFB
Complementary color
Monochromatic Colors of #EF5FFB
Black with #EF5FFB
Text Example
Text Example
White with #EF5FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5FFB; }
p { color: rgb(239,95,251); }
H1.HeaderClassName
{
color: #EF5FFB;
}
.AnyTagClassName
{
color: #EF5FFB;
}
</style>
background-color css
<style>
a { background-color: #EF5FFB; }
a { background-color: rgb(239,95,251); }
div.DivClassName
{
background-color: #EF5FFB;
}
.BgClassName
{
background-color: #EF5FFB;
}
</style>
border-color css
<style>
span { border-color: #EF5FFB; }
span { border-color: rgb(239,95,251); }
td.TdClassName
{
border-color: #EF5FFB;
}
.TagClassName
{
border-color: #EF5FFB;
}
</style>