Shades of Pink Flamingo #EF68F6
Tints of Pink Flamingo #EF68F6
RGB
CMYK
RGB Variations
Color information
#EF68F6 (or 0xEF68F6) is known color: Pink Flamingo. HEX triplet: EF, 68 and F6. RGB value is (239,104,246). Sum of RGB (Red+Green+Blue) = 239+104+246=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 104 (41.02% from 255 or 17.66% from 589); Blue value is 246 (96.48% from 255 or 41.77% from 589); Max value from RGB is 246 - color contains mainly: blue. Hex color #EF68F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF68F6 is #109709. Grayscale: #A0A0A0. Windows color (decimal): -1087242 or 16148719. OLE color: 16148719.
HSL color Cylindrical-coordinate representation of color #EF68F6: hue angle of 297.04º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF68F6 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 104 | 246 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.04 |
| HSL | 297.04º | 0.89% | 0.69% | - |
| HSV(B) | 297.04º | 0.58% | 0.96% | - |
| XYZ | 57.18 | 34.91 | 90.91 | - |
| YUV | 160.55 | 176.23 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 246 | 0.03 | 0.58 | 0 | 0.04 | 297.04 | 0.89 | 0.69 |
| Hex | EF | 68 | F6 | 3 | 3A | 0 | 4 | 129 | 59 | 45 |
| Octal | 357 | 150 | 366 | 3 | 72 | 0 | 4 | 451 | 131 | 105 |
| Binary | 11101111 | 1101000 | 11110110 | 11 | 111010 | 0 | 100 | 100101001 | 1011001 | 1000101 |
Color Harmonies of #EF68F6
Complementary color
Monochromatic Colors of #EF68F6
Black with #EF68F6
Text Example
Text Example
White with #EF68F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF68F6; }
p { color: rgb(239,104,246); }
H1.HeaderClassName
{
color: #EF68F6;
}
.AnyTagClassName
{
color: #EF68F6;
}
</style>
background-color css
<style>
a { background-color: #EF68F6; }
a { background-color: rgb(239,104,246); }
div.DivClassName
{
background-color: #EF68F6;
}
.BgClassName
{
background-color: #EF68F6;
}
</style>
border-color css
<style>
span { border-color: #EF68F6; }
span { border-color: rgb(239,104,246); }
td.TdClassName
{
border-color: #EF68F6;
}
.TagClassName
{
border-color: #EF68F6;
}
</style>