Shades of Pink Flamingo #EF4AF9
Tints of Pink Flamingo #EF4AF9
RGB
CMYK
RGB Variations
Color information
#EF4AF9 (or 0xEF4AF9) is known color: Pink Flamingo. HEX triplet: EF, 4A and F9. RGB value is (239,74,249). Sum of RGB (Red+Green+Blue) = 239+74+249=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 74 (29.30% from 255 or 13.17% from 562); Blue value is 249 (97.66% from 255 or 44.31% from 562); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF4AF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF4AF9 is #10B506. Grayscale: #8E8E8E. Windows color (decimal): -1094919 or 16337647. OLE color: 16337647.
HSL color Cylindrical-coordinate representation of color #EF4AF9: hue angle of 296.57º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF4AF9 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 74 | 249 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.02 |
| HSL | 296.57º | 0.94% | 0.63% | - |
| HSV(B) | 296.57º | 0.7% | 0.98% | - |
| XYZ | 55.14 | 30.09 | 92.52 | - |
| YUV | 143.29 | 187.66 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 74 | 249 | 0.04 | 0.70 | 0 | 0.02 | 296.57 | 0.94 | 0.63 |
| Hex | EF | 4A | F9 | 4 | 46 | 0 | 2 | 129 | 5E | 3F |
| Octal | 357 | 112 | 371 | 4 | 106 | 0 | 2 | 451 | 136 | 77 |
| Binary | 11101111 | 1001010 | 11111001 | 100 | 1000110 | 0 | 10 | 100101001 | 1011110 | 111111 |
Color Harmonies of #EF4AF9
Complementary color
Monochromatic Colors of #EF4AF9
Black with #EF4AF9
Text Example
Text Example
White with #EF4AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4AF9; }
p { color: rgb(239,74,249); }
H1.HeaderClassName
{
color: #EF4AF9;
}
.AnyTagClassName
{
color: #EF4AF9;
}
</style>
background-color css
<style>
a { background-color: #EF4AF9; }
a { background-color: rgb(239,74,249); }
div.DivClassName
{
background-color: #EF4AF9;
}
.BgClassName
{
background-color: #EF4AF9;
}
</style>
border-color css
<style>
span { border-color: #EF4AF9; }
span { border-color: rgb(239,74,249); }
td.TdClassName
{
border-color: #EF4AF9;
}
.TagClassName
{
border-color: #EF4AF9;
}
</style>