Shades of Pink Flamingo #EF66EE
Tints of Pink Flamingo #EF66EE
RGB
CMYK
RGB Variations
Color information
#EF66EE (or 0xEF66EE) is known color: Pink Flamingo. HEX triplet: EF, 66 and EE. RGB value is (239,102,238). Sum of RGB (Red+Green+Blue) = 239+102+238=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 102 (40.23% from 255 or 17.62% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EF66EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF66EE is #109911. Grayscale: #9E9E9E. Windows color (decimal): -1087762 or 15623919. OLE color: 15623919.
HSL color Cylindrical-coordinate representation of color #EF66EE: hue angle of 300.44º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF66EE is Cyan = 0, Magento = 0.57, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 238 | - |
| CMYK | 0 | 0.57 | 0.00 | 0.06 |
| HSL | 300.44º | 0.81% | 0.67% | - |
| HSV(B) | 300.44º | 0.57% | 0.94% | - |
| XYZ | 55.78 | 34.03 | 84.52 | - |
| YUV | 158.47 | 172.89 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 238 | 0 | 0.57 | 0.00 | 0.06 | 300.44 | 0.81 | 0.67 |
| Hex | EF | 66 | EE | 0 | 39 | 0 | 6 | 12C | 51 | 43 |
| Octal | 357 | 146 | 356 | 0 | 71 | 0 | 6 | 454 | 121 | 103 |
| Binary | 11101111 | 1100110 | 11101110 | 0 | 111001 | 0 | 110 | 100101100 | 1010001 | 1000011 |
Color Harmonies of #EF66EE
Complementary color
Monochromatic Colors of #EF66EE
Black with #EF66EE
Text Example
Text Example
White with #EF66EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF66EE; }
p { color: rgb(239,102,238); }
H1.HeaderClassName
{
color: #EF66EE;
}
.AnyTagClassName
{
color: #EF66EE;
}
</style>
background-color css
<style>
a { background-color: #EF66EE; }
a { background-color: rgb(239,102,238); }
div.DivClassName
{
background-color: #EF66EE;
}
.BgClassName
{
background-color: #EF66EE;
}
</style>
border-color css
<style>
span { border-color: #EF66EE; }
span { border-color: rgb(239,102,238); }
td.TdClassName
{
border-color: #EF66EE;
}
.TagClassName
{
border-color: #EF66EE;
}
</style>