Shades of Pink Flamingo #EF4CF9
Tints of Pink Flamingo #EF4CF9
RGB
CMYK
RGB Variations
Color information
#EF4CF9 (or 0xEF4CF9) is known color: Pink Flamingo. HEX triplet: EF, 4C and F9. RGB value is (239,76,249). Sum of RGB (Red+Green+Blue) = 239+76+249=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 76 (30.08% from 255 or 13.48% from 564); Blue value is 249 (97.66% from 255 or 44.15% from 564); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF4CF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF4CF9 is #10B306. Grayscale: #8F8F8F. Windows color (decimal): -1094407 or 16338159. OLE color: 16338159.
HSL color Cylindrical-coordinate representation of color #EF4CF9: hue angle of 296.53º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4CF9 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 76 | 249 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.02 |
| HSL | 296.53º | 0.94% | 0.64% | - |
| HSV(B) | 296.53º | 0.69% | 0.98% | - |
| XYZ | 55.28 | 30.36 | 92.57 | - |
| YUV | 144.46 | 187 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 76 | 249 | 0.04 | 0.69 | 0 | 0.02 | 296.53 | 0.94 | 0.64 |
| Hex | EF | 4C | F9 | 4 | 45 | 0 | 2 | 129 | 5E | 40 |
| Octal | 357 | 114 | 371 | 4 | 105 | 0 | 2 | 451 | 136 | 100 |
| Binary | 11101111 | 1001100 | 11111001 | 100 | 1000101 | 0 | 10 | 100101001 | 1011110 | 1000000 |
Color Harmonies of #EF4CF9
Complementary color
Monochromatic Colors of #EF4CF9
Black with #EF4CF9
Text Example
Text Example
White with #EF4CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4CF9; }
p { color: rgb(239,76,249); }
H1.HeaderClassName
{
color: #EF4CF9;
}
.AnyTagClassName
{
color: #EF4CF9;
}
</style>
background-color css
<style>
a { background-color: #EF4CF9; }
a { background-color: rgb(239,76,249); }
div.DivClassName
{
background-color: #EF4CF9;
}
.BgClassName
{
background-color: #EF4CF9;
}
</style>
border-color css
<style>
span { border-color: #EF4CF9; }
span { border-color: rgb(239,76,249); }
td.TdClassName
{
border-color: #EF4CF9;
}
.TagClassName
{
border-color: #EF4CF9;
}
</style>