Shades of Pink Flamingo #EC4AF7
Tints of Pink Flamingo #EC4AF7
RGB
CMYK
RGB Variations
Color information
#EC4AF7 (or 0xEC4AF7) is known color: Pink Flamingo. HEX triplet: EC, 4A and F7. RGB value is (236,74,247). Sum of RGB (Red+Green+Blue) = 236+74+247=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 74 (29.30% from 255 or 13.29% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC4AF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC4AF7 is #13B508. Grayscale: #8D8D8D. Windows color (decimal): -1291529 or 16206572. OLE color: 16206572.
HSL color Cylindrical-coordinate representation of color #EC4AF7: hue angle of 296.18º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC4AF7 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 74 | 247 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.03 |
| HSL | 296.19º | 0.92% | 0.63% | - |
| HSV(B) | 296.19º | 0.7% | 0.97% | - |
| XYZ | 53.83 | 29.45 | 90.84 | - |
| YUV | 142.16 | 187.17 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 247 | 0.04 | 0.70 | 0 | 0.03 | 296.19 | 0.92 | 0.63 |
| Hex | EC | 4A | F7 | 4 | 46 | 0 | 3 | 128 | 5C | 3F |
| Octal | 354 | 112 | 367 | 4 | 106 | 0 | 3 | 450 | 134 | 77 |
| Binary | 11101100 | 1001010 | 11110111 | 100 | 1000110 | 0 | 11 | 100101000 | 1011100 | 111111 |
Color Harmonies of #EC4AF7
Complementary color
Monochromatic Colors of #EC4AF7
Black with #EC4AF7
Text Example
Text Example
White with #EC4AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4AF7; }
p { color: rgb(236,74,247); }
H1.HeaderClassName
{
color: #EC4AF7;
}
.AnyTagClassName
{
color: #EC4AF7;
}
</style>
background-color css
<style>
a { background-color: #EC4AF7; }
a { background-color: rgb(236,74,247); }
div.DivClassName
{
background-color: #EC4AF7;
}
.BgClassName
{
background-color: #EC4AF7;
}
</style>
border-color css
<style>
span { border-color: #EC4AF7; }
span { border-color: rgb(236,74,247); }
td.TdClassName
{
border-color: #EC4AF7;
}
.TagClassName
{
border-color: #EC4AF7;
}
</style>