Shades of Pink Flamingo #EF68F7
Tints of Pink Flamingo #EF68F7
RGB
CMYK
RGB Variations
Color information
#EF68F7 (or 0xEF68F7) is known color: Pink Flamingo. HEX triplet: EF, 68 and F7. RGB value is (239,104,247). Sum of RGB (Red+Green+Blue) = 239+104+247=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 104 (41.02% from 255 or 17.63% from 590); Blue value is 247 (96.88% from 255 or 41.86% from 590); Max value from RGB is 247 - color contains mainly: blue. Hex color #EF68F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF68F7 is #109708. Grayscale: #A0A0A0. Windows color (decimal): -1087241 or 16214255. OLE color: 16214255.
HSL color Cylindrical-coordinate representation of color #EF68F7: hue angle of 296.64º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF68F7 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 104 | 247 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.03 |
| HSL | 296.64º | 0.9% | 0.69% | - |
| HSV(B) | 296.64º | 0.58% | 0.97% | - |
| XYZ | 57.34 | 34.97 | 91.72 | - |
| YUV | 160.67 | 176.73 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 247 | 0.03 | 0.58 | 0 | 0.03 | 296.64 | 0.9 | 0.69 |
| Hex | EF | 68 | F7 | 3 | 3A | 0 | 3 | 129 | 5A | 45 |
| Octal | 357 | 150 | 367 | 3 | 72 | 0 | 3 | 451 | 132 | 105 |
| Binary | 11101111 | 1101000 | 11110111 | 11 | 111010 | 0 | 11 | 100101001 | 1011010 | 1000101 |
Color Harmonies of #EF68F7
Complementary color
Monochromatic Colors of #EF68F7
Black with #EF68F7
Text Example
Text Example
White with #EF68F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF68F7; }
p { color: rgb(239,104,247); }
H1.HeaderClassName
{
color: #EF68F7;
}
.AnyTagClassName
{
color: #EF68F7;
}
</style>
background-color css
<style>
a { background-color: #EF68F7; }
a { background-color: rgb(239,104,247); }
div.DivClassName
{
background-color: #EF68F7;
}
.BgClassName
{
background-color: #EF68F7;
}
</style>
border-color css
<style>
span { border-color: #EF68F7; }
span { border-color: rgb(239,104,247); }
td.TdClassName
{
border-color: #EF68F7;
}
.TagClassName
{
border-color: #EF68F7;
}
</style>