Shades of Pink Flamingo #EC47F8
Tints of Pink Flamingo #EC47F8
RGB
CMYK
RGB Variations
Color information
#EC47F8 (or 0xEC47F8) is known color: Pink Flamingo. HEX triplet: EC, 47 and F8. RGB value is (236,71,248). Sum of RGB (Red+Green+Blue) = 236+71+248=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 71 (28.12% from 255 or 12.79% from 555); Blue value is 248 (97.27% from 255 or 44.68% from 555); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC47F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC47F8 is #13B807. Grayscale: #8B8B8B. Windows color (decimal): -1292296 or 16271340. OLE color: 16271340.
HSL color Cylindrical-coordinate representation of color #EC47F8: hue angle of 295.93º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC47F8 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 71 | 248 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.03 |
| HSL | 295.93º | 0.93% | 0.63% | - |
| HSV(B) | 295.93º | 0.71% | 0.97% | - |
| XYZ | 53.79 | 29.12 | 91.59 | - |
| YUV | 140.51 | 188.66 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 248 | 0.05 | 0.71 | 0 | 0.03 | 295.93 | 0.93 | 0.63 |
| Hex | EC | 47 | F8 | 5 | 47 | 0 | 3 | 128 | 5D | 3F |
| Octal | 354 | 107 | 370 | 5 | 107 | 0 | 3 | 450 | 135 | 77 |
| Binary | 11101100 | 1000111 | 11111000 | 101 | 1000111 | 0 | 11 | 100101000 | 1011101 | 111111 |
Color Harmonies of #EC47F8
Complementary color
Monochromatic Colors of #EC47F8
Black with #EC47F8
Text Example
Text Example
White with #EC47F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC47F8; }
p { color: rgb(236,71,248); }
H1.HeaderClassName
{
color: #EC47F8;
}
.AnyTagClassName
{
color: #EC47F8;
}
</style>
background-color css
<style>
a { background-color: #EC47F8; }
a { background-color: rgb(236,71,248); }
div.DivClassName
{
background-color: #EC47F8;
}
.BgClassName
{
background-color: #EC47F8;
}
</style>
border-color css
<style>
span { border-color: #EC47F8; }
span { border-color: rgb(236,71,248); }
td.TdClassName
{
border-color: #EC47F8;
}
.TagClassName
{
border-color: #EC47F8;
}
</style>