Shades of Pink Flamingo #EF68FA
Tints of Pink Flamingo #EF68FA
RGB
CMYK
RGB Variations
Color information
#EF68FA (or 0xEF68FA) is known color: Pink Flamingo. HEX triplet: EF, 68 and FA. RGB value is (239,104,250). Sum of RGB (Red+Green+Blue) = 239+104+250=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 104 (41.02% from 255 or 17.54% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF68FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF68FA is #109705. Grayscale: #A0A0A0. Windows color (decimal): -1087238 or 16410863. OLE color: 16410863.
HSL color Cylindrical-coordinate representation of color #EF68FA: hue angle of 295.48º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF68FA is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 104 | 250 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.02 |
| HSL | 295.48º | 0.94% | 0.69% | - |
| HSV(B) | 295.48º | 0.58% | 0.98% | - |
| XYZ | 57.8 | 35.15 | 94.18 | - |
| YUV | 161.01 | 178.23 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 250 | 0.04 | 0.58 | 0 | 0.02 | 295.48 | 0.94 | 0.69 |
| Hex | EF | 68 | FA | 4 | 3A | 0 | 2 | 127 | 5E | 45 |
| Octal | 357 | 150 | 372 | 4 | 72 | 0 | 2 | 447 | 136 | 105 |
| Binary | 11101111 | 1101000 | 11111010 | 100 | 111010 | 0 | 10 | 100100111 | 1011110 | 1000101 |
Color Harmonies of #EF68FA
Complementary color
Monochromatic Colors of #EF68FA
Black with #EF68FA
Text Example
Text Example
White with #EF68FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF68FA; }
p { color: rgb(239,104,250); }
H1.HeaderClassName
{
color: #EF68FA;
}
.AnyTagClassName
{
color: #EF68FA;
}
</style>
background-color css
<style>
a { background-color: #EF68FA; }
a { background-color: rgb(239,104,250); }
div.DivClassName
{
background-color: #EF68FA;
}
.BgClassName
{
background-color: #EF68FA;
}
</style>
border-color css
<style>
span { border-color: #EF68FA; }
span { border-color: rgb(239,104,250); }
td.TdClassName
{
border-color: #EF68FA;
}
.TagClassName
{
border-color: #EF68FA;
}
</style>