Shades of Pink Flamingo #EC55FF
Tints of Pink Flamingo #EC55FF
RGB
CMYK
RGB Variations
Color information
#EC55FF (or 0xEC55FF) is known color: Pink Flamingo. HEX triplet: EC, 55 and FF. RGB value is (236,85,255). Sum of RGB (Red+Green+Blue) = 236+85+255=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 85 (33.59% from 255 or 14.76% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC55FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC55FF is #13AA00. Grayscale: #959595. Windows color (decimal): -1288705 or 16733676. OLE color: 16733676.
HSL color Cylindrical-coordinate representation of color #EC55FF: hue angle of 293.29º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC55FF is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 85 | 255 | - |
| CMYK | 0.07 | 0.67 | 0 | 0 |
| HSL | 293.29º | 1% | 0.67% | - |
| HSV(B) | 293.29º | 0.67% | 1% | - |
| XYZ | 55.89 | 31.55 | 97.75 | - |
| YUV | 149.53 | 187.53 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 255 | 0.07 | 0.67 | 0 | 0 | 293.29 | 1 | 0.67 |
| Hex | EC | 55 | FF | 7 | 43 | 0 | 0 | 125 | 64 | 43 |
| Octal | 354 | 125 | 377 | 7 | 103 | 0 | 0 | 445 | 144 | 103 |
| Binary | 11101100 | 1010101 | 11111111 | 111 | 1000011 | 0 | 0 | 100100101 | 1100100 | 1000011 |
Color Harmonies of #EC55FF
Complementary color
Monochromatic Colors of #EC55FF
Black with #EC55FF
Text Example
Text Example
White with #EC55FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC55FF; }
p { color: rgb(236,85,255); }
H1.HeaderClassName
{
color: #EC55FF;
}
.AnyTagClassName
{
color: #EC55FF;
}
</style>
background-color css
<style>
a { background-color: #EC55FF; }
a { background-color: rgb(236,85,255); }
div.DivClassName
{
background-color: #EC55FF;
}
.BgClassName
{
background-color: #EC55FF;
}
</style>
border-color css
<style>
span { border-color: #EC55FF; }
span { border-color: rgb(236,85,255); }
td.TdClassName
{
border-color: #EC55FF;
}
.TagClassName
{
border-color: #EC55FF;
}
</style>