Shades of Pink Flamingo #EC53F3
Tints of Pink Flamingo #EC53F3
RGB
CMYK
RGB Variations
Color information
#EC53F3 (or 0xEC53F3) is known color: Pink Flamingo. HEX triplet: EC, 53 and F3. RGB value is (236,83,243). Sum of RGB (Red+Green+Blue) = 236+83+243=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 83 (32.81% from 255 or 14.77% from 562); Blue value is 243 (95.31% from 255 or 43.24% from 562); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC53F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC53F3 is #13AC0C. Grayscale: #929292. Windows color (decimal): -1289229 or 15946732. OLE color: 15946732.
HSL color Cylindrical-coordinate representation of color #EC53F3: hue angle of 297.38º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC53F3 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 83 | 243 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.05 |
| HSL | 297.38º | 0.87% | 0.64% | - |
| HSV(B) | 297.38º | 0.66% | 0.95% | - |
| XYZ | 53.86 | 30.49 | 87.84 | - |
| YUV | 146.99 | 182.19 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 243 | 0.03 | 0.66 | 0 | 0.05 | 297.38 | 0.87 | 0.64 |
| Hex | EC | 53 | F3 | 3 | 42 | 0 | 5 | 129 | 57 | 40 |
| Octal | 354 | 123 | 363 | 3 | 102 | 0 | 5 | 451 | 127 | 100 |
| Binary | 11101100 | 1010011 | 11110011 | 11 | 1000010 | 0 | 101 | 100101001 | 1010111 | 1000000 |
Color Harmonies of #EC53F3
Complementary color
Monochromatic Colors of #EC53F3
Black with #EC53F3
Text Example
Text Example
White with #EC53F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC53F3; }
p { color: rgb(236,83,243); }
H1.HeaderClassName
{
color: #EC53F3;
}
.AnyTagClassName
{
color: #EC53F3;
}
</style>
background-color css
<style>
a { background-color: #EC53F3; }
a { background-color: rgb(236,83,243); }
div.DivClassName
{
background-color: #EC53F3;
}
.BgClassName
{
background-color: #EC53F3;
}
</style>
border-color css
<style>
span { border-color: #EC53F3; }
span { border-color: rgb(236,83,243); }
td.TdClassName
{
border-color: #EC53F3;
}
.TagClassName
{
border-color: #EC53F3;
}
</style>