Shades of Pink Flamingo #EF4DF2
Tints of Pink Flamingo #EF4DF2
RGB
CMYK
RGB Variations
Color information
#EF4DF2 (or 0xEF4DF2) is known color: Pink Flamingo. HEX triplet: EF, 4D and F2. RGB value is (239,77,242). Sum of RGB (Red+Green+Blue) = 239+77+242=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 77 (30.47% from 255 or 13.80% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 242 - color contains mainly: blue. Hex color #EF4DF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF4DF2 is #10B20D. Grayscale: #8F8F8F. Windows color (decimal): -1094158 or 15879663. OLE color: 15879663.
HSL color Cylindrical-coordinate representation of color #EF4DF2: hue angle of 298.91º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF4DF2 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 77 | 242 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.05 |
| HSL | 298.91º | 0.86% | 0.63% | - |
| HSV(B) | 298.91º | 0.68% | 0.95% | - |
| XYZ | 54.28 | 30.07 | 86.95 | - |
| YUV | 144.25 | 183.17 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 77 | 242 | 0.01 | 0.68 | 0 | 0.05 | 298.91 | 0.86 | 0.63 |
| Hex | EF | 4D | F2 | 1 | 44 | 0 | 5 | 12B | 56 | 3F |
| Octal | 357 | 115 | 362 | 1 | 104 | 0 | 5 | 453 | 126 | 77 |
| Binary | 11101111 | 1001101 | 11110010 | 1 | 1000100 | 0 | 101 | 100101011 | 1010110 | 111111 |
Color Harmonies of #EF4DF2
Complementary color
Monochromatic Colors of #EF4DF2
Black with #EF4DF2
Text Example
Text Example
White with #EF4DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4DF2; }
p { color: rgb(239,77,242); }
H1.HeaderClassName
{
color: #EF4DF2;
}
.AnyTagClassName
{
color: #EF4DF2;
}
</style>
background-color css
<style>
a { background-color: #EF4DF2; }
a { background-color: rgb(239,77,242); }
div.DivClassName
{
background-color: #EF4DF2;
}
.BgClassName
{
background-color: #EF4DF2;
}
</style>
border-color css
<style>
span { border-color: #EF4DF2; }
span { border-color: rgb(239,77,242); }
td.TdClassName
{
border-color: #EF4DF2;
}
.TagClassName
{
border-color: #EF4DF2;
}
</style>