Shades of Pink Flamingo #EC64FC
Tints of Pink Flamingo #EC64FC
RGB
CMYK
RGB Variations
Color information
#EC64FC (or 0xEC64FC) is known color: Pink Flamingo. HEX triplet: EC, 64 and FC. RGB value is (236,100,252). Sum of RGB (Red+Green+Blue) = 236+100+252=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 100 (39.45% from 255 or 17.01% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC64FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC64FC is #139B03. Grayscale: #9D9D9D. Windows color (decimal): -1284868 or 16540908. OLE color: 16540908.
HSL color Cylindrical-coordinate representation of color #EC64FC: hue angle of 293.68º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC64FC is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 100 | 252 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.01 |
| HSL | 293.68º | 0.96% | 0.69% | - |
| HSV(B) | 293.68º | 0.6% | 0.99% | - |
| XYZ | 56.72 | 33.98 | 95.66 | - |
| YUV | 157.99 | 181.06 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 252 | 0.06 | 0.60 | 0 | 0.01 | 293.68 | 0.96 | 0.69 |
| Hex | EC | 64 | FC | 6 | 3C | 0 | 1 | 126 | 60 | 45 |
| Octal | 354 | 144 | 374 | 6 | 74 | 0 | 1 | 446 | 140 | 105 |
| Binary | 11101100 | 1100100 | 11111100 | 110 | 111100 | 0 | 1 | 100100110 | 1100000 | 1000101 |
Color Harmonies of #EC64FC
Complementary color
Monochromatic Colors of #EC64FC
Black with #EC64FC
Text Example
Text Example
White with #EC64FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC64FC; }
p { color: rgb(236,100,252); }
H1.HeaderClassName
{
color: #EC64FC;
}
.AnyTagClassName
{
color: #EC64FC;
}
</style>
background-color css
<style>
a { background-color: #EC64FC; }
a { background-color: rgb(236,100,252); }
div.DivClassName
{
background-color: #EC64FC;
}
.BgClassName
{
background-color: #EC64FC;
}
</style>
border-color css
<style>
span { border-color: #EC64FC; }
span { border-color: rgb(236,100,252); }
td.TdClassName
{
border-color: #EC64FC;
}
.TagClassName
{
border-color: #EC64FC;
}
</style>