Shades of Pink Flamingo #EF64EE
Tints of Pink Flamingo #EF64EE
RGB
CMYK
RGB Variations
Color information
#EF64EE (or 0xEF64EE) is known color: Pink Flamingo. HEX triplet: EF, 64 and EE. RGB value is (239,100,238). Sum of RGB (Red+Green+Blue) = 239+100+238=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 100 (39.45% from 255 or 17.33% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF64EE is #109B11. Grayscale: #9C9C9C. Windows color (decimal): -1088274 or 15623407. OLE color: 15623407.
HSL color Cylindrical-coordinate representation of color #EF64EE: hue angle of 300.43º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF64EE is Cyan = 0, Magento = 0.58, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 238 | - |
| CMYK | 0 | 0.58 | 0.00 | 0.06 |
| HSL | 300.43º | 0.81% | 0.66% | - |
| HSV(B) | 300.43º | 0.58% | 0.94% | - |
| XYZ | 55.59 | 33.64 | 84.45 | - |
| YUV | 157.29 | 173.55 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 238 | 0 | 0.58 | 0.00 | 0.06 | 300.43 | 0.81 | 0.66 |
| Hex | EF | 64 | EE | 0 | 3A | 0 | 6 | 12C | 51 | 42 |
| Octal | 357 | 144 | 356 | 0 | 72 | 0 | 6 | 454 | 121 | 102 |
| Binary | 11101111 | 1100100 | 11101110 | 0 | 111010 | 0 | 110 | 100101100 | 1010001 | 1000010 |
Color Harmonies of #EF64EE
Complementary color
Monochromatic Colors of #EF64EE
Black with #EF64EE
Text Example
Text Example
White with #EF64EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF64EE; }
p { color: rgb(239,100,238); }
H1.HeaderClassName
{
color: #EF64EE;
}
.AnyTagClassName
{
color: #EF64EE;
}
</style>
background-color css
<style>
a { background-color: #EF64EE; }
a { background-color: rgb(239,100,238); }
div.DivClassName
{
background-color: #EF64EE;
}
.BgClassName
{
background-color: #EF64EE;
}
</style>
border-color css
<style>
span { border-color: #EF64EE; }
span { border-color: rgb(239,100,238); }
td.TdClassName
{
border-color: #EF64EE;
}
.TagClassName
{
border-color: #EF64EE;
}
</style>