Shades of Pink Flamingo #EF44FB
Tints of Pink Flamingo #EF44FB
RGB
CMYK
RGB Variations
Color information
#EF44FB (or 0xEF44FB) is known color: Pink Flamingo. HEX triplet: EF, 44 and FB. RGB value is (239,68,251). Sum of RGB (Red+Green+Blue) = 239+68+251=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 68 (26.95% from 255 or 12.19% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF44FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF44FB is #10BB04. Grayscale: #8B8B8B. Windows color (decimal): -1096453 or 16467183. OLE color: 16467183.
HSL color Cylindrical-coordinate representation of color #EF44FB: hue angle of 296.07º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF44FB is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 68 | 251 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.02 |
| HSL | 296.07º | 0.96% | 0.63% | - |
| HSV(B) | 296.07º | 0.73% | 0.98% | - |
| XYZ | 55.08 | 29.45 | 94.05 | - |
| YUV | 139.99 | 190.65 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 68 | 251 | 0.05 | 0.73 | 0 | 0.02 | 296.07 | 0.96 | 0.63 |
| Hex | EF | 44 | FB | 5 | 49 | 0 | 2 | 128 | 60 | 3F |
| Octal | 357 | 104 | 373 | 5 | 111 | 0 | 2 | 450 | 140 | 77 |
| Binary | 11101111 | 1000100 | 11111011 | 101 | 1001001 | 0 | 10 | 100101000 | 1100000 | 111111 |
Color Harmonies of #EF44FB
Complementary color
Monochromatic Colors of #EF44FB
Black with #EF44FB
Text Example
Text Example
White with #EF44FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF44FB; }
p { color: rgb(239,68,251); }
H1.HeaderClassName
{
color: #EF44FB;
}
.AnyTagClassName
{
color: #EF44FB;
}
</style>
background-color css
<style>
a { background-color: #EF44FB; }
a { background-color: rgb(239,68,251); }
div.DivClassName
{
background-color: #EF44FB;
}
.BgClassName
{
background-color: #EF44FB;
}
</style>
border-color css
<style>
span { border-color: #EF44FB; }
span { border-color: rgb(239,68,251); }
td.TdClassName
{
border-color: #EF44FB;
}
.TagClassName
{
border-color: #EF44FB;
}
</style>