Shades of Pink Flamingo #EC53F7
Tints of Pink Flamingo #EC53F7
RGB
CMYK
RGB Variations
Color information
#EC53F7 (or 0xEC53F7) is known color: Pink Flamingo. HEX triplet: EC, 53 and F7. RGB value is (236,83,247). Sum of RGB (Red+Green+Blue) = 236+83+247=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 83 (32.81% from 255 or 14.66% from 566); Blue value is 247 (96.88% from 255 or 43.64% from 566); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC53F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC53F7 is #13AC08. Grayscale: #929292. Windows color (decimal): -1289225 or 16208876. OLE color: 16208876.
HSL color Cylindrical-coordinate representation of color #EC53F7: hue angle of 295.98º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC53F7 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 83 | 247 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.03 |
| HSL | 295.98º | 0.91% | 0.65% | - |
| HSV(B) | 295.98º | 0.66% | 0.97% | - |
| XYZ | 54.47 | 30.73 | 91.06 | - |
| YUV | 147.44 | 184.19 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 247 | 0.04 | 0.66 | 0 | 0.03 | 295.98 | 0.91 | 0.65 |
| Hex | EC | 53 | F7 | 4 | 42 | 0 | 3 | 128 | 5B | 41 |
| Octal | 354 | 123 | 367 | 4 | 102 | 0 | 3 | 450 | 133 | 101 |
| Binary | 11101100 | 1010011 | 11110111 | 100 | 1000010 | 0 | 11 | 100101000 | 1011011 | 1000001 |
Color Harmonies of #EC53F7
Complementary color
Monochromatic Colors of #EC53F7
Black with #EC53F7
Text Example
Text Example
White with #EC53F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC53F7; }
p { color: rgb(236,83,247); }
H1.HeaderClassName
{
color: #EC53F7;
}
.AnyTagClassName
{
color: #EC53F7;
}
</style>
background-color css
<style>
a { background-color: #EC53F7; }
a { background-color: rgb(236,83,247); }
div.DivClassName
{
background-color: #EC53F7;
}
.BgClassName
{
background-color: #EC53F7;
}
</style>
border-color css
<style>
span { border-color: #EC53F7; }
span { border-color: rgb(236,83,247); }
td.TdClassName
{
border-color: #EC53F7;
}
.TagClassName
{
border-color: #EC53F7;
}
</style>