Shades of Pink Flamingo #EC55F5
Tints of Pink Flamingo #EC55F5
RGB
CMYK
RGB Variations
Color information
#EC55F5 (or 0xEC55F5) is known color: Pink Flamingo. HEX triplet: EC, 55 and F5. RGB value is (236,85,245). Sum of RGB (Red+Green+Blue) = 236+85+245=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 85 (33.59% from 255 or 15.02% from 566); Blue value is 245 (96.09% from 255 or 43.29% from 566); Max value from RGB is 245 - color contains mainly: blue. Hex color #EC55F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC55F5 is #13AA0A. Grayscale: #939393. Windows color (decimal): -1288715 or 16078316. OLE color: 16078316.
HSL color Cylindrical-coordinate representation of color #EC55F5: hue angle of 296.62º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC55F5 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 85 | 245 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.04 |
| HSL | 296.63º | 0.89% | 0.65% | - |
| HSV(B) | 296.63º | 0.65% | 0.96% | - |
| XYZ | 54.32 | 30.92 | 89.49 | - |
| YUV | 148.39 | 182.53 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 245 | 0.04 | 0.65 | 0 | 0.04 | 296.63 | 0.89 | 0.65 |
| Hex | EC | 55 | F5 | 4 | 41 | 0 | 4 | 129 | 59 | 41 |
| Octal | 354 | 125 | 365 | 4 | 101 | 0 | 4 | 451 | 131 | 101 |
| Binary | 11101100 | 1010101 | 11110101 | 100 | 1000001 | 0 | 100 | 100101001 | 1011001 | 1000001 |
Color Harmonies of #EC55F5
Complementary color
Monochromatic Colors of #EC55F5
Black with #EC55F5
Text Example
Text Example
White with #EC55F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC55F5; }
p { color: rgb(236,85,245); }
H1.HeaderClassName
{
color: #EC55F5;
}
.AnyTagClassName
{
color: #EC55F5;
}
</style>
background-color css
<style>
a { background-color: #EC55F5; }
a { background-color: rgb(236,85,245); }
div.DivClassName
{
background-color: #EC55F5;
}
.BgClassName
{
background-color: #EC55F5;
}
</style>
border-color css
<style>
span { border-color: #EC55F5; }
span { border-color: rgb(236,85,245); }
td.TdClassName
{
border-color: #EC55F5;
}
.TagClassName
{
border-color: #EC55F5;
}
</style>