Shades of Pink Flamingo #EC64FE
Tints of Pink Flamingo #EC64FE
RGB
CMYK
RGB Variations
Color information
#EC64FE (or 0xEC64FE) is known color: Pink Flamingo. HEX triplet: EC, 64 and FE. RGB value is (236,100,254). Sum of RGB (Red+Green+Blue) = 236+100+254=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 100 (39.45% from 255 or 16.95% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC64FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC64FE is #139B01. Grayscale: #9D9D9D. Windows color (decimal): -1284866 or 16671980. OLE color: 16671980.
HSL color Cylindrical-coordinate representation of color #EC64FE: hue angle of 292.99º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC64FE is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 100 | 254 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.00 |
| HSL | 292.99º | 0.99% | 0.69% | - |
| HSV(B) | 292.99º | 0.61% | 1% | - |
| XYZ | 57.04 | 34.1 | 97.34 | - |
| YUV | 158.22 | 182.06 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 254 | 0.07 | 0.61 | 0 | 0.00 | 292.99 | 0.99 | 0.69 |
| Hex | EC | 64 | FE | 7 | 3D | 0 | 0 | 125 | 63 | 45 |
| Octal | 354 | 144 | 376 | 7 | 75 | 0 | 0 | 445 | 143 | 105 |
| Binary | 11101100 | 1100100 | 11111110 | 111 | 111101 | 0 | 0 | 100100101 | 1100011 | 1000101 |
Color Harmonies of #EC64FE
Complementary color
Monochromatic Colors of #EC64FE
Black with #EC64FE
Text Example
Text Example
White with #EC64FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC64FE; }
p { color: rgb(236,100,254); }
H1.HeaderClassName
{
color: #EC64FE;
}
.AnyTagClassName
{
color: #EC64FE;
}
</style>
background-color css
<style>
a { background-color: #EC64FE; }
a { background-color: rgb(236,100,254); }
div.DivClassName
{
background-color: #EC64FE;
}
.BgClassName
{
background-color: #EC64FE;
}
</style>
border-color css
<style>
span { border-color: #EC64FE; }
span { border-color: rgb(236,100,254); }
td.TdClassName
{
border-color: #EC64FE;
}
.TagClassName
{
border-color: #EC64FE;
}
</style>