Shades of Pink Flamingo #EC5CF3
Tints of Pink Flamingo #EC5CF3
RGB
CMYK
RGB Variations
Color information
#EC5CF3 (or 0xEC5CF3) is known color: Pink Flamingo. HEX triplet: EC, 5C and F3. RGB value is (236,92,243). Sum of RGB (Red+Green+Blue) = 236+92+243=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 92 (36.33% from 255 or 16.11% from 571); Blue value is 243 (95.31% from 255 or 42.56% from 571); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC5CF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5CF3 is #13A30C. Grayscale: #979797. Windows color (decimal): -1286925 or 15949036. OLE color: 15949036.
HSL color Cylindrical-coordinate representation of color #EC5CF3: hue angle of 297.22º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC5CF3 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 92 | 243 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.05 |
| HSL | 297.22º | 0.86% | 0.66% | - |
| HSV(B) | 297.22º | 0.62% | 0.95% | - |
| XYZ | 54.6 | 31.96 | 88.09 | - |
| YUV | 152.27 | 179.21 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 243 | 0.03 | 0.62 | 0 | 0.05 | 297.22 | 0.86 | 0.66 |
| Hex | EC | 5C | F3 | 3 | 3E | 0 | 5 | 129 | 56 | 42 |
| Octal | 354 | 134 | 363 | 3 | 76 | 0 | 5 | 451 | 126 | 102 |
| Binary | 11101100 | 1011100 | 11110011 | 11 | 111110 | 0 | 101 | 100101001 | 1010110 | 1000010 |
Color Harmonies of #EC5CF3
Complementary color
Monochromatic Colors of #EC5CF3
Black with #EC5CF3
Text Example
Text Example
White with #EC5CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5CF3; }
p { color: rgb(236,92,243); }
H1.HeaderClassName
{
color: #EC5CF3;
}
.AnyTagClassName
{
color: #EC5CF3;
}
</style>
background-color css
<style>
a { background-color: #EC5CF3; }
a { background-color: rgb(236,92,243); }
div.DivClassName
{
background-color: #EC5CF3;
}
.BgClassName
{
background-color: #EC5CF3;
}
</style>
border-color css
<style>
span { border-color: #EC5CF3; }
span { border-color: rgb(236,92,243); }
td.TdClassName
{
border-color: #EC5CF3;
}
.TagClassName
{
border-color: #EC5CF3;
}
</style>