Shades of Pink Flamingo #EF44F6
Tints of Pink Flamingo #EF44F6
RGB
CMYK
RGB Variations
Color information
#EF44F6 (or 0xEF44F6) is known color: Pink Flamingo. HEX triplet: EF, 44 and F6. RGB value is (239,68,246). Sum of RGB (Red+Green+Blue) = 239+68+246=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 68 (26.95% from 255 or 12.30% from 553); Blue value is 246 (96.48% from 255 or 44.48% from 553); Max value from RGB is 246 - color contains mainly: blue. Hex color #EF44F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF44F6 is #10BB09. Grayscale: #8A8A8A. Windows color (decimal): -1096458 or 16139503. OLE color: 16139503.
HSL color Cylindrical-coordinate representation of color #EF44F6: hue angle of 297.64º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF44F6 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 68 | 246 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.04 |
| HSL | 297.64º | 0.91% | 0.62% | - |
| HSV(B) | 297.64º | 0.72% | 0.96% | - |
| XYZ | 54.3 | 29.14 | 89.95 | - |
| YUV | 139.42 | 188.15 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 68 | 246 | 0.03 | 0.72 | 0 | 0.04 | 297.64 | 0.91 | 0.62 |
| Hex | EF | 44 | F6 | 3 | 48 | 0 | 4 | 12A | 5B | 3E |
| Octal | 357 | 104 | 366 | 3 | 110 | 0 | 4 | 452 | 133 | 76 |
| Binary | 11101111 | 1000100 | 11110110 | 11 | 1001000 | 0 | 100 | 100101010 | 1011011 | 111110 |
Color Harmonies of #EF44F6
Complementary color
Monochromatic Colors of #EF44F6
Black with #EF44F6
Text Example
Text Example
White with #EF44F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF44F6; }
p { color: rgb(239,68,246); }
H1.HeaderClassName
{
color: #EF44F6;
}
.AnyTagClassName
{
color: #EF44F6;
}
</style>
background-color css
<style>
a { background-color: #EF44F6; }
a { background-color: rgb(239,68,246); }
div.DivClassName
{
background-color: #EF44F6;
}
.BgClassName
{
background-color: #EF44F6;
}
</style>
border-color css
<style>
span { border-color: #EF44F6; }
span { border-color: rgb(239,68,246); }
td.TdClassName
{
border-color: #EF44F6;
}
.TagClassName
{
border-color: #EF44F6;
}
</style>