Shades of Pink Flamingo #EC64F7
Tints of Pink Flamingo #EC64F7
RGB
CMYK
RGB Variations
Color information
#EC64F7 (or 0xEC64F7) is known color: Pink Flamingo. HEX triplet: EC, 64 and F7. RGB value is (236,100,247). Sum of RGB (Red+Green+Blue) = 236+100+247=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 100 (39.45% from 255 or 17.15% from 583); Blue value is 247 (96.88% from 255 or 42.37% from 583); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC64F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC64F7 is #139B08. Grayscale: #9C9C9C. Windows color (decimal): -1284873 or 16213228. OLE color: 16213228.
HSL color Cylindrical-coordinate representation of color #EC64F7: hue angle of 295.51º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC64F7 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 100 | 247 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.03 |
| HSL | 295.51º | 0.9% | 0.68% | - |
| HSV(B) | 295.51º | 0.6% | 0.97% | - |
| XYZ | 55.94 | 33.66 | 91.54 | - |
| YUV | 157.42 | 178.56 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 247 | 0.04 | 0.60 | 0 | 0.03 | 295.51 | 0.9 | 0.68 |
| Hex | EC | 64 | F7 | 4 | 3C | 0 | 3 | 128 | 5A | 44 |
| Octal | 354 | 144 | 367 | 4 | 74 | 0 | 3 | 450 | 132 | 104 |
| Binary | 11101100 | 1100100 | 11110111 | 100 | 111100 | 0 | 11 | 100101000 | 1011010 | 1000100 |
Color Harmonies of #EC64F7
Complementary color
Monochromatic Colors of #EC64F7
Black with #EC64F7
Text Example
Text Example
White with #EC64F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC64F7; }
p { color: rgb(236,100,247); }
H1.HeaderClassName
{
color: #EC64F7;
}
.AnyTagClassName
{
color: #EC64F7;
}
</style>
background-color css
<style>
a { background-color: #EC64F7; }
a { background-color: rgb(236,100,247); }
div.DivClassName
{
background-color: #EC64F7;
}
.BgClassName
{
background-color: #EC64F7;
}
</style>
border-color css
<style>
span { border-color: #EC64F7; }
span { border-color: rgb(236,100,247); }
td.TdClassName
{
border-color: #EC64F7;
}
.TagClassName
{
border-color: #EC64F7;
}
</style>