Shades of Pink Flamingo #EC64FF
Tints of Pink Flamingo #EC64FF
RGB
CMYK
RGB Variations
Color information
#EC64FF (or 0xEC64FF) is known color: Pink Flamingo. HEX triplet: EC, 64 and FF. RGB value is (236,100,255). Sum of RGB (Red+Green+Blue) = 236+100+255=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 100 (39.45% from 255 or 16.92% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC64FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC64FF is #139B00. Grayscale: #9D9D9D. Windows color (decimal): -1284865 or 16737516. OLE color: 16737516.
HSL color Cylindrical-coordinate representation of color #EC64FF: hue angle of 292.65º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC64FF is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 100 | 255 | - |
| CMYK | 0.07 | 0.61 | 0 | 0 |
| HSL | 292.65º | 1% | 0.7% | - |
| HSV(B) | 292.65º | 0.61% | 1% | - |
| XYZ | 57.2 | 34.17 | 98.19 | - |
| YUV | 158.33 | 182.56 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 255 | 0.07 | 0.61 | 0 | 0 | 292.65 | 1 | 0.7 |
| Hex | EC | 64 | FF | 7 | 3D | 0 | 0 | 125 | 64 | 46 |
| Octal | 354 | 144 | 377 | 7 | 75 | 0 | 0 | 445 | 144 | 106 |
| Binary | 11101100 | 1100100 | 11111111 | 111 | 111101 | 0 | 0 | 100100101 | 1100100 | 1000110 |
Color Harmonies of #EC64FF
Complementary color
Monochromatic Colors of #EC64FF
Black with #EC64FF
Text Example
Text Example
White with #EC64FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC64FF; }
p { color: rgb(236,100,255); }
H1.HeaderClassName
{
color: #EC64FF;
}
.AnyTagClassName
{
color: #EC64FF;
}
</style>
background-color css
<style>
a { background-color: #EC64FF; }
a { background-color: rgb(236,100,255); }
div.DivClassName
{
background-color: #EC64FF;
}
.BgClassName
{
background-color: #EC64FF;
}
</style>
border-color css
<style>
span { border-color: #EC64FF; }
span { border-color: rgb(236,100,255); }
td.TdClassName
{
border-color: #EC64FF;
}
.TagClassName
{
border-color: #EC64FF;
}
</style>