Shades of Pink Flamingo #EF4CFC
Tints of Pink Flamingo #EF4CFC
RGB
CMYK
RGB Variations
Color information
#EF4CFC (or 0xEF4CFC) is known color: Pink Flamingo. HEX triplet: EF, 4C and FC. RGB value is (239,76,252). Sum of RGB (Red+Green+Blue) = 239+76+252=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 76 (30.08% from 255 or 13.40% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF4CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF4CFC is #10B303. Grayscale: #909090. Windows color (decimal): -1094404 or 16534767. OLE color: 16534767.
HSL color Cylindrical-coordinate representation of color #EF4CFC: hue angle of 295.57º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF4CFC is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 76 | 252 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.01 |
| HSL | 295.57º | 0.97% | 0.64% | - |
| HSV(B) | 295.57º | 0.7% | 0.99% | - |
| XYZ | 55.75 | 30.55 | 95.05 | - |
| YUV | 144.8 | 188.5 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 76 | 252 | 0.05 | 0.70 | 0 | 0.01 | 295.57 | 0.97 | 0.64 |
| Hex | EF | 4C | FC | 5 | 46 | 0 | 1 | 128 | 61 | 40 |
| Octal | 357 | 114 | 374 | 5 | 106 | 0 | 1 | 450 | 141 | 100 |
| Binary | 11101111 | 1001100 | 11111100 | 101 | 1000110 | 0 | 1 | 100101000 | 1100001 | 1000000 |
Color Harmonies of #EF4CFC
Complementary color
Monochromatic Colors of #EF4CFC
Black with #EF4CFC
Text Example
Text Example
White with #EF4CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4CFC; }
p { color: rgb(239,76,252); }
H1.HeaderClassName
{
color: #EF4CFC;
}
.AnyTagClassName
{
color: #EF4CFC;
}
</style>
background-color css
<style>
a { background-color: #EF4CFC; }
a { background-color: rgb(239,76,252); }
div.DivClassName
{
background-color: #EF4CFC;
}
.BgClassName
{
background-color: #EF4CFC;
}
</style>
border-color css
<style>
span { border-color: #EF4CFC; }
span { border-color: rgb(239,76,252); }
td.TdClassName
{
border-color: #EF4CFC;
}
.TagClassName
{
border-color: #EF4CFC;
}
</style>