Shades of Pink Flamingo #EC64FB
Tints of Pink Flamingo #EC64FB
RGB
CMYK
RGB Variations
Color information
#EC64FB (or 0xEC64FB) is known color: Pink Flamingo. HEX triplet: EC, 64 and FB. RGB value is (236,100,251). Sum of RGB (Red+Green+Blue) = 236+100+251=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 100 (39.45% from 255 or 17.04% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC64FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC64FB is #139B04. Grayscale: #9D9D9D. Windows color (decimal): -1284869 or 16475372. OLE color: 16475372.
HSL color Cylindrical-coordinate representation of color #EC64FB: hue angle of 294.04º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC64FB is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 100 | 251 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.02 |
| HSL | 294.04º | 0.95% | 0.69% | - |
| HSV(B) | 294.04º | 0.6% | 0.98% | - |
| XYZ | 56.56 | 33.91 | 94.83 | - |
| YUV | 157.88 | 180.56 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 251 | 0.06 | 0.60 | 0 | 0.02 | 294.04 | 0.95 | 0.69 |
| Hex | EC | 64 | FB | 6 | 3C | 0 | 2 | 126 | 5F | 45 |
| Octal | 354 | 144 | 373 | 6 | 74 | 0 | 2 | 446 | 137 | 105 |
| Binary | 11101100 | 1100100 | 11111011 | 110 | 111100 | 0 | 10 | 100100110 | 1011111 | 1000101 |
Color Harmonies of #EC64FB
Complementary color
Monochromatic Colors of #EC64FB
Black with #EC64FB
Text Example
Text Example
White with #EC64FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC64FB; }
p { color: rgb(236,100,251); }
H1.HeaderClassName
{
color: #EC64FB;
}
.AnyTagClassName
{
color: #EC64FB;
}
</style>
background-color css
<style>
a { background-color: #EC64FB; }
a { background-color: rgb(236,100,251); }
div.DivClassName
{
background-color: #EC64FB;
}
.BgClassName
{
background-color: #EC64FB;
}
</style>
border-color css
<style>
span { border-color: #EC64FB; }
span { border-color: rgb(236,100,251); }
td.TdClassName
{
border-color: #EC64FB;
}
.TagClassName
{
border-color: #EC64FB;
}
</style>