Shades of Pink Flamingo #EC44FC
Tints of Pink Flamingo #EC44FC
RGB
CMYK
RGB Variations
Color information
#EC44FC (or 0xEC44FC) is known color: Pink Flamingo. HEX triplet: EC, 44 and FC. RGB value is (236,68,252). Sum of RGB (Red+Green+Blue) = 236+68+252=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 68 (26.95% from 255 or 12.23% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC44FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC44FC is #13BB03. Grayscale: #8A8A8A. Windows color (decimal): -1293060 or 16532716. OLE color: 16532716.
HSL color Cylindrical-coordinate representation of color #EC44FC: hue angle of 294.78º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC44FC is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 68 | 252 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.01 |
| HSL | 294.78º | 0.97% | 0.63% | - |
| HSV(B) | 294.78º | 0.73% | 0.99% | - |
| XYZ | 54.23 | 29 | 94.83 | - |
| YUV | 139.21 | 191.66 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 252 | 0.06 | 0.73 | 0 | 0.01 | 294.78 | 0.97 | 0.63 |
| Hex | EC | 44 | FC | 6 | 49 | 0 | 1 | 127 | 61 | 3F |
| Octal | 354 | 104 | 374 | 6 | 111 | 0 | 1 | 447 | 141 | 77 |
| Binary | 11101100 | 1000100 | 11111100 | 110 | 1001001 | 0 | 1 | 100100111 | 1100001 | 111111 |
Color Harmonies of #EC44FC
Complementary color
Monochromatic Colors of #EC44FC
Black with #EC44FC
Text Example
Text Example
White with #EC44FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC44FC; }
p { color: rgb(236,68,252); }
H1.HeaderClassName
{
color: #EC44FC;
}
.AnyTagClassName
{
color: #EC44FC;
}
</style>
background-color css
<style>
a { background-color: #EC44FC; }
a { background-color: rgb(236,68,252); }
div.DivClassName
{
background-color: #EC44FC;
}
.BgClassName
{
background-color: #EC44FC;
}
</style>
border-color css
<style>
span { border-color: #EC44FC; }
span { border-color: rgb(236,68,252); }
td.TdClassName
{
border-color: #EC44FC;
}
.TagClassName
{
border-color: #EC44FC;
}
</style>