Shades of Pink Flamingo #EF4BFC
Tints of Pink Flamingo #EF4BFC
RGB
CMYK
RGB Variations
Color information
#EF4BFC (or 0xEF4BFC) is known color: Pink Flamingo. HEX triplet: EF, 4B and FC. RGB value is (239,75,252). Sum of RGB (Red+Green+Blue) = 239+75+252=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 75 (29.69% from 255 or 13.25% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF4BFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF4BFC is #10B403. Grayscale: #8F8F8F. Windows color (decimal): -1094660 or 16534511. OLE color: 16534511.
HSL color Cylindrical-coordinate representation of color #EF4BFC: hue angle of 295.59º 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 #EF4BFC is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 75 | 252 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.01 |
| HSL | 295.59º | 0.97% | 0.64% | - |
| HSV(B) | 295.59º | 0.7% | 0.99% | - |
| XYZ | 55.68 | 30.41 | 95.03 | - |
| YUV | 144.21 | 188.83 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 75 | 252 | 0.05 | 0.70 | 0 | 0.01 | 295.59 | 0.97 | 0.64 |
| Hex | EF | 4B | FC | 5 | 46 | 0 | 1 | 128 | 61 | 40 |
| Octal | 357 | 113 | 374 | 5 | 106 | 0 | 1 | 450 | 141 | 100 |
| Binary | 11101111 | 1001011 | 11111100 | 101 | 1000110 | 0 | 1 | 100101000 | 1100001 | 1000000 |
Color Harmonies of #EF4BFC
Complementary color
Monochromatic Colors of #EF4BFC
Black with #EF4BFC
Text Example
Text Example
White with #EF4BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4BFC; }
p { color: rgb(239,75,252); }
H1.HeaderClassName
{
color: #EF4BFC;
}
.AnyTagClassName
{
color: #EF4BFC;
}
</style>
background-color css
<style>
a { background-color: #EF4BFC; }
a { background-color: rgb(239,75,252); }
div.DivClassName
{
background-color: #EF4BFC;
}
.BgClassName
{
background-color: #EF4BFC;
}
</style>
border-color css
<style>
span { border-color: #EF4BFC; }
span { border-color: rgb(239,75,252); }
td.TdClassName
{
border-color: #EF4BFC;
}
.TagClassName
{
border-color: #EF4BFC;
}
</style>