Shades of Pink Flamingo #EC4CFE
Tints of Pink Flamingo #EC4CFE
RGB
CMYK
RGB Variations
Color information
#EC4CFE (or 0xEC4CFE) is known color: Pink Flamingo. HEX triplet: EC, 4C and FE. RGB value is (236,76,254). Sum of RGB (Red+Green+Blue) = 236+76+254=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 76 (30.08% from 255 or 13.43% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC4CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC4CFE is #13B301. Grayscale: #8F8F8F. Windows color (decimal): -1291010 or 16665836. OLE color: 16665836.
HSL color Cylindrical-coordinate representation of color #EC4CFE: hue angle of 293.93º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC4CFE is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 76 | 254 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.00 |
| HSL | 293.93º | 0.99% | 0.65% | - |
| HSV(B) | 293.93º | 0.7% | 1% | - |
| XYZ | 55.07 | 30.16 | 96.68 | - |
| YUV | 144.13 | 190.01 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 254 | 0.07 | 0.70 | 0 | 0.00 | 293.93 | 0.99 | 0.65 |
| Hex | EC | 4C | FE | 7 | 46 | 0 | 0 | 126 | 63 | 41 |
| Octal | 354 | 114 | 376 | 7 | 106 | 0 | 0 | 446 | 143 | 101 |
| Binary | 11101100 | 1001100 | 11111110 | 111 | 1000110 | 0 | 0 | 100100110 | 1100011 | 1000001 |
Color Harmonies of #EC4CFE
Complementary color
Monochromatic Colors of #EC4CFE
Black with #EC4CFE
Text Example
Text Example
White with #EC4CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4CFE; }
p { color: rgb(236,76,254); }
H1.HeaderClassName
{
color: #EC4CFE;
}
.AnyTagClassName
{
color: #EC4CFE;
}
</style>
background-color css
<style>
a { background-color: #EC4CFE; }
a { background-color: rgb(236,76,254); }
div.DivClassName
{
background-color: #EC4CFE;
}
.BgClassName
{
background-color: #EC4CFE;
}
</style>
border-color css
<style>
span { border-color: #EC4CFE; }
span { border-color: rgb(236,76,254); }
td.TdClassName
{
border-color: #EC4CFE;
}
.TagClassName
{
border-color: #EC4CFE;
}
</style>