Shades of Pink Flamingo #EC4DFB
Tints of Pink Flamingo #EC4DFB
RGB
CMYK
RGB Variations
Color information
#EC4DFB (or 0xEC4DFB) is known color: Pink Flamingo. HEX triplet: EC, 4D and FB. RGB value is (236,77,251). Sum of RGB (Red+Green+Blue) = 236+77+251=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 77 (30.47% from 255 or 13.65% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC4DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC4DFB is #13B204. Grayscale: #8F8F8F. Windows color (decimal): -1290757 or 16469484. OLE color: 16469484.
HSL color Cylindrical-coordinate representation of color #EC4DFB: hue angle of 294.83º degrees, saturation: 0.96, 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 #EC4DFB is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 77 | 251 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.02 |
| HSL | 294.83º | 0.96% | 0.64% | - |
| HSV(B) | 294.83º | 0.69% | 0.98% | - |
| XYZ | 54.66 | 30.11 | 94.2 | - |
| YUV | 144.38 | 188.18 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 251 | 0.06 | 0.69 | 0 | 0.02 | 294.83 | 0.96 | 0.64 |
| Hex | EC | 4D | FB | 6 | 45 | 0 | 2 | 127 | 60 | 40 |
| Octal | 354 | 115 | 373 | 6 | 105 | 0 | 2 | 447 | 140 | 100 |
| Binary | 11101100 | 1001101 | 11111011 | 110 | 1000101 | 0 | 10 | 100100111 | 1100000 | 1000000 |
Color Harmonies of #EC4DFB
Complementary color
Monochromatic Colors of #EC4DFB
Black with #EC4DFB
Text Example
Text Example
White with #EC4DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DFB; }
p { color: rgb(236,77,251); }
H1.HeaderClassName
{
color: #EC4DFB;
}
.AnyTagClassName
{
color: #EC4DFB;
}
</style>
background-color css
<style>
a { background-color: #EC4DFB; }
a { background-color: rgb(236,77,251); }
div.DivClassName
{
background-color: #EC4DFB;
}
.BgClassName
{
background-color: #EC4DFB;
}
</style>
border-color css
<style>
span { border-color: #EC4DFB; }
span { border-color: rgb(236,77,251); }
td.TdClassName
{
border-color: #EC4DFB;
}
.TagClassName
{
border-color: #EC4DFB;
}
</style>