Shades of Pink Flamingo #EC4EF4
Tints of Pink Flamingo #EC4EF4
RGB
CMYK
RGB Variations
Color information
#EC4EF4 (or 0xEC4EF4) is known color: Pink Flamingo. HEX triplet: EC, 4E and F4. RGB value is (236,78,244). Sum of RGB (Red+Green+Blue) = 236+78+244=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 78 (30.86% from 255 or 13.98% from 558); Blue value is 244 (95.70% from 255 or 43.73% from 558); Max value from RGB is 244 - color contains mainly: blue. Hex color #EC4EF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC4EF4 is #13B10B. Grayscale: #8F8F8F. Windows color (decimal): -1290508 or 16010988. OLE color: 16010988.
HSL color Cylindrical-coordinate representation of color #EC4EF4: hue angle of 297.11º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4EF4 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 78 | 244 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.04 |
| HSL | 297.11º | 0.88% | 0.63% | - |
| HSV(B) | 297.11º | 0.68% | 0.96% | - |
| XYZ | 53.65 | 29.81 | 88.52 | - |
| YUV | 144.17 | 184.35 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 244 | 0.03 | 0.68 | 0 | 0.04 | 297.11 | 0.88 | 0.63 |
| Hex | EC | 4E | F4 | 3 | 44 | 0 | 4 | 129 | 58 | 3F |
| Octal | 354 | 116 | 364 | 3 | 104 | 0 | 4 | 451 | 130 | 77 |
| Binary | 11101100 | 1001110 | 11110100 | 11 | 1000100 | 0 | 100 | 100101001 | 1011000 | 111111 |
Color Harmonies of #EC4EF4
Complementary color
Monochromatic Colors of #EC4EF4
Black with #EC4EF4
Text Example
Text Example
White with #EC4EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4EF4; }
p { color: rgb(236,78,244); }
H1.HeaderClassName
{
color: #EC4EF4;
}
.AnyTagClassName
{
color: #EC4EF4;
}
</style>
background-color css
<style>
a { background-color: #EC4EF4; }
a { background-color: rgb(236,78,244); }
div.DivClassName
{
background-color: #EC4EF4;
}
.BgClassName
{
background-color: #EC4EF4;
}
</style>
border-color css
<style>
span { border-color: #EC4EF4; }
span { border-color: rgb(236,78,244); }
td.TdClassName
{
border-color: #EC4EF4;
}
.TagClassName
{
border-color: #EC4EF4;
}
</style>