Shades of Pink Flamingo #EC4DFA
Tints of Pink Flamingo #EC4DFA
RGB
CMYK
RGB Variations
Color information
#EC4DFA (or 0xEC4DFA) is known color: Pink Flamingo. HEX triplet: EC, 4D and FA. RGB value is (236,77,250). Sum of RGB (Red+Green+Blue) = 236+77+250=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 77 (30.47% from 255 or 13.68% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC4DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC4DFA is #13B205. Grayscale: #8F8F8F. Windows color (decimal): -1290758 or 16403948. OLE color: 16403948.
HSL color Cylindrical-coordinate representation of color #EC4DFA: hue angle of 295.14º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4DFA is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 77 | 250 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.02 |
| HSL | 295.14º | 0.95% | 0.64% | - |
| HSV(B) | 295.14º | 0.69% | 0.98% | - |
| XYZ | 54.5 | 30.04 | 93.37 | - |
| YUV | 144.26 | 187.68 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 250 | 0.06 | 0.69 | 0 | 0.02 | 295.14 | 0.95 | 0.64 |
| Hex | EC | 4D | FA | 6 | 45 | 0 | 2 | 127 | 5F | 40 |
| Octal | 354 | 115 | 372 | 6 | 105 | 0 | 2 | 447 | 137 | 100 |
| Binary | 11101100 | 1001101 | 11111010 | 110 | 1000101 | 0 | 10 | 100100111 | 1011111 | 1000000 |
Color Harmonies of #EC4DFA
Complementary color
Monochromatic Colors of #EC4DFA
Black with #EC4DFA
Text Example
Text Example
White with #EC4DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DFA; }
p { color: rgb(236,77,250); }
H1.HeaderClassName
{
color: #EC4DFA;
}
.AnyTagClassName
{
color: #EC4DFA;
}
</style>
background-color css
<style>
a { background-color: #EC4DFA; }
a { background-color: rgb(236,77,250); }
div.DivClassName
{
background-color: #EC4DFA;
}
.BgClassName
{
background-color: #EC4DFA;
}
</style>
border-color css
<style>
span { border-color: #EC4DFA; }
span { border-color: rgb(236,77,250); }
td.TdClassName
{
border-color: #EC4DFA;
}
.TagClassName
{
border-color: #EC4DFA;
}
</style>