Shades of Pink Flamingo #EC4BFA
Tints of Pink Flamingo #EC4BFA
RGB
CMYK
RGB Variations
Color information
#EC4BFA (or 0xEC4BFA) is known color: Pink Flamingo. HEX triplet: EC, 4B and FA. RGB value is (236,75,250). Sum of RGB (Red+Green+Blue) = 236+75+250=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 75 (29.69% from 255 or 13.37% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC4BFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC4BFA is #13B405. Grayscale: #8E8E8E. Windows color (decimal): -1291270 or 16403436. OLE color: 16403436.
HSL color Cylindrical-coordinate representation of color #EC4BFA: hue angle of 295.2º 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 #EC4BFA is Cyan = 0.06, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 75 | 250 | - |
| CMYK | 0.06 | 0.7 | 0 | 0.02 |
| HSL | 295.2º | 0.95% | 0.64% | - |
| HSV(B) | 295.2º | 0.7% | 0.98% | - |
| XYZ | 54.36 | 29.77 | 93.32 | - |
| YUV | 143.09 | 188.34 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 250 | 0.06 | 0.7 | 0 | 0.02 | 295.2 | 0.95 | 0.64 |
| Hex | EC | 4B | FA | 6 | 46 | 0 | 2 | 127 | 5F | 40 |
| Octal | 354 | 113 | 372 | 6 | 106 | 0 | 2 | 447 | 137 | 100 |
| Binary | 11101100 | 1001011 | 11111010 | 110 | 1000110 | 0 | 10 | 100100111 | 1011111 | 1000000 |
Color Harmonies of #EC4BFA
Complementary color
Monochromatic Colors of #EC4BFA
Black with #EC4BFA
Text Example
Text Example
White with #EC4BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4BFA; }
p { color: rgb(236,75,250); }
H1.HeaderClassName
{
color: #EC4BFA;
}
.AnyTagClassName
{
color: #EC4BFA;
}
</style>
background-color css
<style>
a { background-color: #EC4BFA; }
a { background-color: rgb(236,75,250); }
div.DivClassName
{
background-color: #EC4BFA;
}
.BgClassName
{
background-color: #EC4BFA;
}
</style>
border-color css
<style>
span { border-color: #EC4BFA; }
span { border-color: rgb(236,75,250); }
td.TdClassName
{
border-color: #EC4BFA;
}
.TagClassName
{
border-color: #EC4BFA;
}
</style>