Shades of Pink Flamingo #EC3FFA
Tints of Pink Flamingo #EC3FFA
RGB
CMYK
RGB Variations
Color information
#EC3FFA (or 0xEC3FFA) is known color: Pink Flamingo. HEX triplet: EC, 3F and FA. RGB value is (236,63,250). Sum of RGB (Red+Green+Blue) = 236+63+250=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 63 (25% from 255 or 11.48% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC3FFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3FFA is #13C005. Grayscale: #878787. Windows color (decimal): -1294342 or 16400364. OLE color: 16400364.
HSL color Cylindrical-coordinate representation of color #EC3FFA: hue angle of 295.51º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3FFA is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 63 | 250 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.02 |
| HSL | 295.51º | 0.95% | 0.61% | - |
| HSV(B) | 295.51º | 0.75% | 0.98% | - |
| XYZ | 53.62 | 28.29 | 93.08 | - |
| YUV | 136.05 | 192.31 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 250 | 0.06 | 0.75 | 0 | 0.02 | 295.51 | 0.95 | 0.61 |
| Hex | EC | 3F | FA | 6 | 4B | 0 | 2 | 128 | 5F | 3D |
| Octal | 354 | 77 | 372 | 6 | 113 | 0 | 2 | 450 | 137 | 75 |
| Binary | 11101100 | 111111 | 11111010 | 110 | 1001011 | 0 | 10 | 100101000 | 1011111 | 111101 |
Color Harmonies of #EC3FFA
Complementary color
Monochromatic Colors of #EC3FFA
Black with #EC3FFA
Text Example
Text Example
White with #EC3FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3FFA; }
p { color: rgb(236,63,250); }
H1.HeaderClassName
{
color: #EC3FFA;
}
.AnyTagClassName
{
color: #EC3FFA;
}
</style>
background-color css
<style>
a { background-color: #EC3FFA; }
a { background-color: rgb(236,63,250); }
div.DivClassName
{
background-color: #EC3FFA;
}
.BgClassName
{
background-color: #EC3FFA;
}
</style>
border-color css
<style>
span { border-color: #EC3FFA; }
span { border-color: rgb(236,63,250); }
td.TdClassName
{
border-color: #EC3FFA;
}
.TagClassName
{
border-color: #EC3FFA;
}
</style>