Shades of Pink Flamingo #EC4CFA
Tints of Pink Flamingo #EC4CFA
RGB
CMYK
RGB Variations
Color information
#EC4CFA (or 0xEC4CFA) is known color: Pink Flamingo. HEX triplet: EC, 4C and FA. RGB value is (236,76,250). Sum of RGB (Red+Green+Blue) = 236+76+250=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 76 (30.08% from 255 or 13.52% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC4CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC4CFA is #13B305. Grayscale: #8F8F8F. Windows color (decimal): -1291014 or 16403692. OLE color: 16403692.
HSL color Cylindrical-coordinate representation of color #EC4CFA: hue angle of 295.17º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC4CFA is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 76 | 250 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.02 |
| HSL | 295.17º | 0.95% | 0.64% | - |
| HSV(B) | 295.17º | 0.7% | 0.98% | - |
| XYZ | 54.43 | 29.9 | 93.35 | - |
| YUV | 143.68 | 188.01 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 250 | 0.06 | 0.70 | 0 | 0.02 | 295.17 | 0.95 | 0.64 |
| Hex | EC | 4C | FA | 6 | 46 | 0 | 2 | 127 | 5F | 40 |
| Octal | 354 | 114 | 372 | 6 | 106 | 0 | 2 | 447 | 137 | 100 |
| Binary | 11101100 | 1001100 | 11111010 | 110 | 1000110 | 0 | 10 | 100100111 | 1011111 | 1000000 |
Color Harmonies of #EC4CFA
Complementary color
Monochromatic Colors of #EC4CFA
Black with #EC4CFA
Text Example
Text Example
White with #EC4CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4CFA; }
p { color: rgb(236,76,250); }
H1.HeaderClassName
{
color: #EC4CFA;
}
.AnyTagClassName
{
color: #EC4CFA;
}
</style>
background-color css
<style>
a { background-color: #EC4CFA; }
a { background-color: rgb(236,76,250); }
div.DivClassName
{
background-color: #EC4CFA;
}
.BgClassName
{
background-color: #EC4CFA;
}
</style>
border-color css
<style>
span { border-color: #EC4CFA; }
span { border-color: rgb(236,76,250); }
td.TdClassName
{
border-color: #EC4CFA;
}
.TagClassName
{
border-color: #EC4CFA;
}
</style>