Shades of Pink Flamingo #EF64F8
Tints of Pink Flamingo #EF64F8
RGB
CMYK
RGB Variations
Color information
#EF64F8 (or 0xEF64F8) is known color: Pink Flamingo. HEX triplet: EF, 64 and F8. RGB value is (239,100,248). Sum of RGB (Red+Green+Blue) = 239+100+248=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 100 (39.45% from 255 or 17.04% from 587); Blue value is 248 (97.27% from 255 or 42.25% from 587); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF64F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF64F8 is #109B07. Grayscale: #9D9D9D. Windows color (decimal): -1088264 or 16278767. OLE color: 16278767.
HSL color Cylindrical-coordinate representation of color #EF64F8: hue angle of 296.35º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF64F8 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 100 | 248 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.03 |
| HSL | 296.35º | 0.91% | 0.68% | - |
| HSV(B) | 296.35º | 0.6% | 0.97% | - |
| XYZ | 57.1 | 34.24 | 92.41 | - |
| YUV | 158.43 | 178.55 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 248 | 0.04 | 0.60 | 0 | 0.03 | 296.35 | 0.91 | 0.68 |
| Hex | EF | 64 | F8 | 4 | 3C | 0 | 3 | 128 | 5B | 44 |
| Octal | 357 | 144 | 370 | 4 | 74 | 0 | 3 | 450 | 133 | 104 |
| Binary | 11101111 | 1100100 | 11111000 | 100 | 111100 | 0 | 11 | 100101000 | 1011011 | 1000100 |
Color Harmonies of #EF64F8
Complementary color
Monochromatic Colors of #EF64F8
Black with #EF64F8
Text Example
Text Example
White with #EF64F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF64F8; }
p { color: rgb(239,100,248); }
H1.HeaderClassName
{
color: #EF64F8;
}
.AnyTagClassName
{
color: #EF64F8;
}
</style>
background-color css
<style>
a { background-color: #EF64F8; }
a { background-color: rgb(239,100,248); }
div.DivClassName
{
background-color: #EF64F8;
}
.BgClassName
{
background-color: #EF64F8;
}
</style>
border-color css
<style>
span { border-color: #EF64F8; }
span { border-color: rgb(239,100,248); }
td.TdClassName
{
border-color: #EF64F8;
}
.TagClassName
{
border-color: #EF64F8;
}
</style>