Shades of Pink Flamingo #EF68EC
Tints of Pink Flamingo #EF68EC
RGB
CMYK
RGB Variations
Color information
#EF68EC (or 0xEF68EC) is known color: Pink Flamingo. HEX triplet: EF, 68 and EC. RGB value is (239,104,236). Sum of RGB (Red+Green+Blue) = 239+104+236=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 104 (41.02% from 255 or 17.96% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF68EC is #109713. Grayscale: #9F9F9F. Windows color (decimal): -1087252 or 15493359. OLE color: 15493359.
HSL color Cylindrical-coordinate representation of color #EF68EC: hue angle of 301.33º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF68EC is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 236 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.06 |
| HSL | 301.33º | 0.81% | 0.67% | - |
| HSV(B) | 301.33º | 0.56% | 0.94% | - |
| XYZ | 55.69 | 34.31 | 83.04 | - |
| YUV | 159.41 | 171.23 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 236 | 0 | 0.56 | 0.01 | 0.06 | 301.33 | 0.81 | 0.67 |
| Hex | EF | 68 | EC | 0 | 38 | 1 | 6 | 12D | 51 | 43 |
| Octal | 357 | 150 | 354 | 0 | 70 | 1 | 6 | 455 | 121 | 103 |
| Binary | 11101111 | 1101000 | 11101100 | 0 | 111000 | 1 | 110 | 100101101 | 1010001 | 1000011 |
Color Harmonies of #EF68EC
Complementary color
Monochromatic Colors of #EF68EC
Black with #EF68EC
Text Example
Text Example
White with #EF68EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF68EC; }
p { color: rgb(239,104,236); }
H1.HeaderClassName
{
color: #EF68EC;
}
.AnyTagClassName
{
color: #EF68EC;
}
</style>
background-color css
<style>
a { background-color: #EF68EC; }
a { background-color: rgb(239,104,236); }
div.DivClassName
{
background-color: #EF68EC;
}
.BgClassName
{
background-color: #EF68EC;
}
</style>
border-color css
<style>
span { border-color: #EF68EC; }
span { border-color: rgb(239,104,236); }
td.TdClassName
{
border-color: #EF68EC;
}
.TagClassName
{
border-color: #EF68EC;
}
</style>