Shades of Pink Flamingo #EC47FF
Tints of Pink Flamingo #EC47FF
RGB
CMYK
RGB Variations
Color information
#EC47FF (or 0xEC47FF) is known color: Pink Flamingo. HEX triplet: EC, 47 and FF. RGB value is (236,71,255). Sum of RGB (Red+Green+Blue) = 236+71+255=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 71 (28.12% from 255 or 12.63% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC47FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC47FF is #13B800. Grayscale: #8C8C8C. Windows color (decimal): -1292289 or 16730092. OLE color: 16730092.
HSL color Cylindrical-coordinate representation of color #EC47FF: hue angle of 293.8º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC47FF is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 71 | 255 | - |
| CMYK | 0.07 | 0.72 | 0 | 0 |
| HSL | 293.8º | 1% | 0.64% | - |
| HSV(B) | 293.8º | 0.72% | 1% | - |
| XYZ | 54.9 | 29.56 | 97.42 | - |
| YUV | 141.31 | 192.16 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 255 | 0.07 | 0.72 | 0 | 0 | 293.8 | 1 | 0.64 |
| Hex | EC | 47 | FF | 7 | 48 | 0 | 0 | 126 | 64 | 40 |
| Octal | 354 | 107 | 377 | 7 | 110 | 0 | 0 | 446 | 144 | 100 |
| Binary | 11101100 | 1000111 | 11111111 | 111 | 1001000 | 0 | 0 | 100100110 | 1100100 | 1000000 |
Color Harmonies of #EC47FF
Complementary color
Monochromatic Colors of #EC47FF
Black with #EC47FF
Text Example
Text Example
White with #EC47FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC47FF; }
p { color: rgb(236,71,255); }
H1.HeaderClassName
{
color: #EC47FF;
}
.AnyTagClassName
{
color: #EC47FF;
}
</style>
background-color css
<style>
a { background-color: #EC47FF; }
a { background-color: rgb(236,71,255); }
div.DivClassName
{
background-color: #EC47FF;
}
.BgClassName
{
background-color: #EC47FF;
}
</style>
border-color css
<style>
span { border-color: #EC47FF; }
span { border-color: rgb(236,71,255); }
td.TdClassName
{
border-color: #EC47FF;
}
.TagClassName
{
border-color: #EC47FF;
}
</style>