Shades of Pink Flamingo #EC4AFA
Tints of Pink Flamingo #EC4AFA
RGB
CMYK
RGB Variations
Color information
#EC4AFA (or 0xEC4AFA) is known color: Pink Flamingo. HEX triplet: EC, 4A and FA. RGB value is (236,74,250). Sum of RGB (Red+Green+Blue) = 236+74+250=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 74 (29.30% from 255 or 13.21% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC4AFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC4AFA is #13B505. Grayscale: #8D8D8D. Windows color (decimal): -1291526 or 16403180. OLE color: 16403180.
HSL color Cylindrical-coordinate representation of color #EC4AFA: hue angle of 295.23º 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 #EC4AFA is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 74 | 250 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.02 |
| HSL | 295.23º | 0.95% | 0.64% | - |
| HSV(B) | 295.23º | 0.7% | 0.98% | - |
| XYZ | 54.3 | 29.63 | 93.3 | - |
| YUV | 142.5 | 188.67 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 250 | 0.06 | 0.70 | 0 | 0.02 | 295.23 | 0.95 | 0.64 |
| Hex | EC | 4A | FA | 6 | 46 | 0 | 2 | 127 | 5F | 40 |
| Octal | 354 | 112 | 372 | 6 | 106 | 0 | 2 | 447 | 137 | 100 |
| Binary | 11101100 | 1001010 | 11111010 | 110 | 1000110 | 0 | 10 | 100100111 | 1011111 | 1000000 |
Color Harmonies of #EC4AFA
Complementary color
Monochromatic Colors of #EC4AFA
Black with #EC4AFA
Text Example
Text Example
White with #EC4AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4AFA; }
p { color: rgb(236,74,250); }
H1.HeaderClassName
{
color: #EC4AFA;
}
.AnyTagClassName
{
color: #EC4AFA;
}
</style>
background-color css
<style>
a { background-color: #EC4AFA; }
a { background-color: rgb(236,74,250); }
div.DivClassName
{
background-color: #EC4AFA;
}
.BgClassName
{
background-color: #EC4AFA;
}
</style>
border-color css
<style>
span { border-color: #EC4AFA; }
span { border-color: rgb(236,74,250); }
td.TdClassName
{
border-color: #EC4AFA;
}
.TagClassName
{
border-color: #EC4AFA;
}
</style>