Shades of Pink Flamingo #EF44F7
Tints of Pink Flamingo #EF44F7
RGB
CMYK
RGB Variations
Color information
#EF44F7 (or 0xEF44F7) is known color: Pink Flamingo. HEX triplet: EF, 44 and F7. RGB value is (239,68,247). Sum of RGB (Red+Green+Blue) = 239+68+247=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 68 (26.95% from 255 or 12.27% from 554); Blue value is 247 (96.88% from 255 or 44.58% from 554); Max value from RGB is 247 - color contains mainly: blue. Hex color #EF44F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF44F7 is #10BB08. Grayscale: #8A8A8A. Windows color (decimal): -1096457 or 16205039. OLE color: 16205039.
HSL color Cylindrical-coordinate representation of color #EF44F7: hue angle of 297.32º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF44F7 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 68 | 247 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.03 |
| HSL | 297.32º | 0.92% | 0.62% | - |
| HSV(B) | 297.32º | 0.72% | 0.97% | - |
| XYZ | 54.45 | 29.2 | 90.76 | - |
| YUV | 139.54 | 188.65 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 68 | 247 | 0.03 | 0.72 | 0 | 0.03 | 297.32 | 0.92 | 0.62 |
| Hex | EF | 44 | F7 | 3 | 48 | 0 | 3 | 129 | 5C | 3E |
| Octal | 357 | 104 | 367 | 3 | 110 | 0 | 3 | 451 | 134 | 76 |
| Binary | 11101111 | 1000100 | 11110111 | 11 | 1001000 | 0 | 11 | 100101001 | 1011100 | 111110 |
Color Harmonies of #EF44F7
Complementary color
Monochromatic Colors of #EF44F7
Black with #EF44F7
Text Example
Text Example
White with #EF44F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF44F7; }
p { color: rgb(239,68,247); }
H1.HeaderClassName
{
color: #EF44F7;
}
.AnyTagClassName
{
color: #EF44F7;
}
</style>
background-color css
<style>
a { background-color: #EF44F7; }
a { background-color: rgb(239,68,247); }
div.DivClassName
{
background-color: #EF44F7;
}
.BgClassName
{
background-color: #EF44F7;
}
</style>
border-color css
<style>
span { border-color: #EF44F7; }
span { border-color: rgb(239,68,247); }
td.TdClassName
{
border-color: #EF44F7;
}
.TagClassName
{
border-color: #EF44F7;
}
</style>