Shades of Pink Flamingo #EF64F2
Tints of Pink Flamingo #EF64F2
RGB
CMYK
RGB Variations
Color information
#EF64F2 (or 0xEF64F2) is known color: Pink Flamingo. HEX triplet: EF, 64 and F2. RGB value is (239,100,242). Sum of RGB (Red+Green+Blue) = 239+100+242=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 100 (39.45% from 255 or 17.21% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 242 - color contains mainly: blue. Hex color #EF64F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF64F2 is #109B0D. Grayscale: #9D9D9D. Windows color (decimal): -1088270 or 15885551. OLE color: 15885551.
HSL color Cylindrical-coordinate representation of color #EF64F2: hue angle of 298.73º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF64F2 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 100 | 242 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.05 |
| HSL | 298.73º | 0.85% | 0.67% | - |
| HSV(B) | 298.73º | 0.59% | 0.95% | - |
| XYZ | 56.18 | 33.88 | 87.58 | - |
| YUV | 157.75 | 175.55 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 242 | 0.01 | 0.59 | 0 | 0.05 | 298.73 | 0.85 | 0.67 |
| Hex | EF | 64 | F2 | 1 | 3B | 0 | 5 | 12B | 55 | 43 |
| Octal | 357 | 144 | 362 | 1 | 73 | 0 | 5 | 453 | 125 | 103 |
| Binary | 11101111 | 1100100 | 11110010 | 1 | 111011 | 0 | 101 | 100101011 | 1010101 | 1000011 |
Color Harmonies of #EF64F2
Complementary color
Monochromatic Colors of #EF64F2
Black with #EF64F2
Text Example
Text Example
White with #EF64F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF64F2; }
p { color: rgb(239,100,242); }
H1.HeaderClassName
{
color: #EF64F2;
}
.AnyTagClassName
{
color: #EF64F2;
}
</style>
background-color css
<style>
a { background-color: #EF64F2; }
a { background-color: rgb(239,100,242); }
div.DivClassName
{
background-color: #EF64F2;
}
.BgClassName
{
background-color: #EF64F2;
}
</style>
border-color css
<style>
span { border-color: #EF64F2; }
span { border-color: rgb(239,100,242); }
td.TdClassName
{
border-color: #EF64F2;
}
.TagClassName
{
border-color: #EF64F2;
}
</style>