Shades of Pink Flamingo #EF5EFC
Tints of Pink Flamingo #EF5EFC
RGB
CMYK
RGB Variations
Color information
#EF5EFC (or 0xEF5EFC) is known color: Pink Flamingo. HEX triplet: EF, 5E and FC. RGB value is (239,94,252). Sum of RGB (Red+Green+Blue) = 239+94+252=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 94 (37.11% from 255 or 16.07% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF5EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5EFC is #10A103. Grayscale: #9A9A9A. Windows color (decimal): -1089796 or 16539375. OLE color: 16539375.
HSL color Cylindrical-coordinate representation of color #EF5EFC: hue angle of 295.06º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF5EFC is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 94 | 252 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.01 |
| HSL | 295.06º | 0.96% | 0.68% | - |
| HSV(B) | 295.06º | 0.63% | 0.99% | - |
| XYZ | 57.17 | 33.38 | 95.53 | - |
| YUV | 155.37 | 182.54 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 94 | 252 | 0.05 | 0.63 | 0 | 0.01 | 295.06 | 0.96 | 0.68 |
| Hex | EF | 5E | FC | 5 | 3F | 0 | 1 | 127 | 60 | 44 |
| Octal | 357 | 136 | 374 | 5 | 77 | 0 | 1 | 447 | 140 | 104 |
| Binary | 11101111 | 1011110 | 11111100 | 101 | 111111 | 0 | 1 | 100100111 | 1100000 | 1000100 |
Color Harmonies of #EF5EFC
Complementary color
Monochromatic Colors of #EF5EFC
Black with #EF5EFC
Text Example
Text Example
White with #EF5EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5EFC; }
p { color: rgb(239,94,252); }
H1.HeaderClassName
{
color: #EF5EFC;
}
.AnyTagClassName
{
color: #EF5EFC;
}
</style>
background-color css
<style>
a { background-color: #EF5EFC; }
a { background-color: rgb(239,94,252); }
div.DivClassName
{
background-color: #EF5EFC;
}
.BgClassName
{
background-color: #EF5EFC;
}
</style>
border-color css
<style>
span { border-color: #EF5EFC; }
span { border-color: rgb(239,94,252); }
td.TdClassName
{
border-color: #EF5EFC;
}
.TagClassName
{
border-color: #EF5EFC;
}
</style>