Shades of Pink Flamingo #EC4EFC
Tints of Pink Flamingo #EC4EFC
RGB
CMYK
RGB Variations
Color information
#EC4EFC (or 0xEC4EFC) is known color: Pink Flamingo. HEX triplet: EC, 4E and FC. RGB value is (236,78,252). Sum of RGB (Red+Green+Blue) = 236+78+252=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 78 (30.86% from 255 or 13.78% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC4EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC4EFC is #13B103. Grayscale: #909090. Windows color (decimal): -1290500 or 16535276. OLE color: 16535276.
HSL color Cylindrical-coordinate representation of color #EC4EFC: hue angle of 294.48º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4EFC is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 78 | 252 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.01 |
| HSL | 294.48º | 0.97% | 0.65% | - |
| HSV(B) | 294.48º | 0.69% | 0.99% | - |
| XYZ | 54.89 | 30.31 | 95.05 | - |
| YUV | 145.08 | 188.35 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 252 | 0.06 | 0.69 | 0 | 0.01 | 294.48 | 0.97 | 0.65 |
| Hex | EC | 4E | FC | 6 | 45 | 0 | 1 | 126 | 61 | 41 |
| Octal | 354 | 116 | 374 | 6 | 105 | 0 | 1 | 446 | 141 | 101 |
| Binary | 11101100 | 1001110 | 11111100 | 110 | 1000101 | 0 | 1 | 100100110 | 1100001 | 1000001 |
Color Harmonies of #EC4EFC
Complementary color
Monochromatic Colors of #EC4EFC
Black with #EC4EFC
Text Example
Text Example
White with #EC4EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4EFC; }
p { color: rgb(236,78,252); }
H1.HeaderClassName
{
color: #EC4EFC;
}
.AnyTagClassName
{
color: #EC4EFC;
}
</style>
background-color css
<style>
a { background-color: #EC4EFC; }
a { background-color: rgb(236,78,252); }
div.DivClassName
{
background-color: #EC4EFC;
}
.BgClassName
{
background-color: #EC4EFC;
}
</style>
border-color css
<style>
span { border-color: #EC4EFC; }
span { border-color: rgb(236,78,252); }
td.TdClassName
{
border-color: #EC4EFC;
}
.TagClassName
{
border-color: #EC4EFC;
}
</style>