Shades of Pink Flamingo #EC64EF
Tints of Pink Flamingo #EC64EF
RGB
CMYK
RGB Variations
Color information
#EC64EF (or 0xEC64EF) is known color: Pink Flamingo. HEX triplet: EC, 64 and EF. RGB value is (236,100,239). Sum of RGB (Red+Green+Blue) = 236+100+239=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 100 (39.45% from 255 or 17.39% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC64EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC64EF is #139B10. Grayscale: #9C9C9C. Windows color (decimal): -1284881 or 15688940. OLE color: 15688940.
HSL color Cylindrical-coordinate representation of color #EC64EF: hue angle of 298.71º 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 #EC64EF is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 100 | 239 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.06 |
| HSL | 298.71º | 0.81% | 0.66% | - |
| HSV(B) | 298.71º | 0.58% | 0.94% | - |
| XYZ | 54.73 | 33.18 | 85.18 | - |
| YUV | 156.51 | 174.56 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 239 | 0.01 | 0.58 | 0 | 0.06 | 298.71 | 0.81 | 0.66 |
| Hex | EC | 64 | EF | 1 | 3A | 0 | 6 | 12B | 51 | 42 |
| Octal | 354 | 144 | 357 | 1 | 72 | 0 | 6 | 453 | 121 | 102 |
| Binary | 11101100 | 1100100 | 11101111 | 1 | 111010 | 0 | 110 | 100101011 | 1010001 | 1000010 |
Color Harmonies of #EC64EF
Complementary color
Monochromatic Colors of #EC64EF
Black with #EC64EF
Text Example
Text Example
White with #EC64EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC64EF; }
p { color: rgb(236,100,239); }
H1.HeaderClassName
{
color: #EC64EF;
}
.AnyTagClassName
{
color: #EC64EF;
}
</style>
background-color css
<style>
a { background-color: #EC64EF; }
a { background-color: rgb(236,100,239); }
div.DivClassName
{
background-color: #EC64EF;
}
.BgClassName
{
background-color: #EC64EF;
}
</style>
border-color css
<style>
span { border-color: #EC64EF; }
span { border-color: rgb(236,100,239); }
td.TdClassName
{
border-color: #EC64EF;
}
.TagClassName
{
border-color: #EC64EF;
}
</style>