Shades of Pink Flamingo #EC50F5
Tints of Pink Flamingo #EC50F5
RGB
CMYK
RGB Variations
Color information
#EC50F5 (or 0xEC50F5) is known color: Pink Flamingo. HEX triplet: EC, 50 and F5. RGB value is (236,80,245). Sum of RGB (Red+Green+Blue) = 236+80+245=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 80 (31.64% from 255 or 14.26% from 561); Blue value is 245 (96.09% from 255 or 43.67% from 561); Max value from RGB is 245 - color contains mainly: blue. Hex color #EC50F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC50F5 is #13AF0A. Grayscale: #909090. Windows color (decimal): -1289995 or 16077036. OLE color: 16077036.
HSL color Cylindrical-coordinate representation of color #EC50F5: hue angle of 296.73º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC50F5 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 80 | 245 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.04 |
| HSL | 296.73º | 0.89% | 0.64% | - |
| HSV(B) | 296.73º | 0.67% | 0.96% | - |
| XYZ | 53.94 | 30.16 | 89.37 | - |
| YUV | 145.45 | 184.18 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 245 | 0.04 | 0.67 | 0 | 0.04 | 296.73 | 0.89 | 0.64 |
| Hex | EC | 50 | F5 | 4 | 43 | 0 | 4 | 129 | 59 | 40 |
| Octal | 354 | 120 | 365 | 4 | 103 | 0 | 4 | 451 | 131 | 100 |
| Binary | 11101100 | 1010000 | 11110101 | 100 | 1000011 | 0 | 100 | 100101001 | 1011001 | 1000000 |
Color Harmonies of #EC50F5
Complementary color
Monochromatic Colors of #EC50F5
Black with #EC50F5
Text Example
Text Example
White with #EC50F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC50F5; }
p { color: rgb(236,80,245); }
H1.HeaderClassName
{
color: #EC50F5;
}
.AnyTagClassName
{
color: #EC50F5;
}
</style>
background-color css
<style>
a { background-color: #EC50F5; }
a { background-color: rgb(236,80,245); }
div.DivClassName
{
background-color: #EC50F5;
}
.BgClassName
{
background-color: #EC50F5;
}
</style>
border-color css
<style>
span { border-color: #EC50F5; }
span { border-color: rgb(236,80,245); }
td.TdClassName
{
border-color: #EC50F5;
}
.TagClassName
{
border-color: #EC50F5;
}
</style>