Shades of Pink Flamingo #EC3EFA
Tints of Pink Flamingo #EC3EFA
RGB
CMYK
RGB Variations
Color information
#EC3EFA (or 0xEC3EFA) is known color: Pink Flamingo. HEX triplet: EC, 3E and FA. RGB value is (236,62,250). Sum of RGB (Red+Green+Blue) = 236+62+250=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 62 (24.61% from 255 or 11.31% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC3EFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3EFA is #13C105. Grayscale: #868686. Windows color (decimal): -1294598 or 16400108. OLE color: 16400108.
HSL color Cylindrical-coordinate representation of color #EC3EFA: hue angle of 295.53º 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 #EC3EFA is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 62 | 250 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.02 |
| HSL | 295.53º | 0.95% | 0.61% | - |
| HSV(B) | 295.53º | 0.75% | 0.98% | - |
| XYZ | 53.57 | 28.18 | 93.06 | - |
| YUV | 135.46 | 192.65 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 62 | 250 | 0.06 | 0.75 | 0 | 0.02 | 295.53 | 0.95 | 0.61 |
| Hex | EC | 3E | FA | 6 | 4B | 0 | 2 | 128 | 5F | 3D |
| Octal | 354 | 76 | 372 | 6 | 113 | 0 | 2 | 450 | 137 | 75 |
| Binary | 11101100 | 111110 | 11111010 | 110 | 1001011 | 0 | 10 | 100101000 | 1011111 | 111101 |
Color Harmonies of #EC3EFA
Complementary color
Monochromatic Colors of #EC3EFA
Black with #EC3EFA
Text Example
Text Example
White with #EC3EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3EFA; }
p { color: rgb(236,62,250); }
H1.HeaderClassName
{
color: #EC3EFA;
}
.AnyTagClassName
{
color: #EC3EFA;
}
</style>
background-color css
<style>
a { background-color: #EC3EFA; }
a { background-color: rgb(236,62,250); }
div.DivClassName
{
background-color: #EC3EFA;
}
.BgClassName
{
background-color: #EC3EFA;
}
</style>
border-color css
<style>
span { border-color: #EC3EFA; }
span { border-color: rgb(236,62,250); }
td.TdClassName
{
border-color: #EC3EFA;
}
.TagClassName
{
border-color: #EC3EFA;
}
</style>