Shades of Pink Flamingo #EC5BFA
Tints of Pink Flamingo #EC5BFA
RGB
CMYK
RGB Variations
Color information
#EC5BFA (or 0xEC5BFA) is known color: Pink Flamingo. HEX triplet: EC, 5B and FA. RGB value is (236,91,250). Sum of RGB (Red+Green+Blue) = 236+91+250=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 91 (35.94% from 255 or 15.77% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC5BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5BFA is #13A405. Grayscale: #979797. Windows color (decimal): -1287174 or 16407532. OLE color: 16407532.
HSL color Cylindrical-coordinate representation of color #EC5BFA: hue angle of 294.72º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC5BFA is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 91 | 250 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.02 |
| HSL | 294.72º | 0.94% | 0.67% | - |
| HSV(B) | 294.72º | 0.64% | 0.98% | - |
| XYZ | 55.59 | 32.22 | 93.73 | - |
| YUV | 152.48 | 183.04 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 250 | 0.06 | 0.64 | 0 | 0.02 | 294.72 | 0.94 | 0.67 |
| Hex | EC | 5B | FA | 6 | 40 | 0 | 2 | 127 | 5E | 43 |
| Octal | 354 | 133 | 372 | 6 | 100 | 0 | 2 | 447 | 136 | 103 |
| Binary | 11101100 | 1011011 | 11111010 | 110 | 1000000 | 0 | 10 | 100100111 | 1011110 | 1000011 |
Color Harmonies of #EC5BFA
Complementary color
Monochromatic Colors of #EC5BFA
Black with #EC5BFA
Text Example
Text Example
White with #EC5BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5BFA; }
p { color: rgb(236,91,250); }
H1.HeaderClassName
{
color: #EC5BFA;
}
.AnyTagClassName
{
color: #EC5BFA;
}
</style>
background-color css
<style>
a { background-color: #EC5BFA; }
a { background-color: rgb(236,91,250); }
div.DivClassName
{
background-color: #EC5BFA;
}
.BgClassName
{
background-color: #EC5BFA;
}
</style>
border-color css
<style>
span { border-color: #EC5BFA; }
span { border-color: rgb(236,91,250); }
td.TdClassName
{
border-color: #EC5BFA;
}
.TagClassName
{
border-color: #EC5BFA;
}
</style>