Shades of Pink Flamingo #EC3EFB
Tints of Pink Flamingo #EC3EFB
RGB
CMYK
RGB Variations
Color information
#EC3EFB (or 0xEC3EFB) is known color: Pink Flamingo. HEX triplet: EC, 3E and FB. RGB value is (236,62,251). Sum of RGB (Red+Green+Blue) = 236+62+251=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 62 (24.61% from 255 or 11.29% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC3EFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3EFB is #13C104. Grayscale: #868686. Windows color (decimal): -1294597 or 16465644. OLE color: 16465644.
HSL color Cylindrical-coordinate representation of color #EC3EFB: hue angle of 295.24º degrees, saturation: 0.96, 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 #EC3EFB is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 62 | 251 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.02 |
| HSL | 295.24º | 0.96% | 0.61% | - |
| HSV(B) | 295.24º | 0.75% | 0.98% | - |
| XYZ | 53.73 | 28.24 | 93.89 | - |
| YUV | 135.57 | 193.15 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 62 | 251 | 0.06 | 0.75 | 0 | 0.02 | 295.24 | 0.96 | 0.61 |
| Hex | EC | 3E | FB | 6 | 4B | 0 | 2 | 127 | 60 | 3D |
| Octal | 354 | 76 | 373 | 6 | 113 | 0 | 2 | 447 | 140 | 75 |
| Binary | 11101100 | 111110 | 11111011 | 110 | 1001011 | 0 | 10 | 100100111 | 1100000 | 111101 |
Color Harmonies of #EC3EFB
Complementary color
Monochromatic Colors of #EC3EFB
Black with #EC3EFB
Text Example
Text Example
White with #EC3EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3EFB; }
p { color: rgb(236,62,251); }
H1.HeaderClassName
{
color: #EC3EFB;
}
.AnyTagClassName
{
color: #EC3EFB;
}
</style>
background-color css
<style>
a { background-color: #EC3EFB; }
a { background-color: rgb(236,62,251); }
div.DivClassName
{
background-color: #EC3EFB;
}
.BgClassName
{
background-color: #EC3EFB;
}
</style>
border-color css
<style>
span { border-color: #EC3EFB; }
span { border-color: rgb(236,62,251); }
td.TdClassName
{
border-color: #EC3EFB;
}
.TagClassName
{
border-color: #EC3EFB;
}
</style>