Shades of Pink Flamingo #EC3BFC
Tints of Pink Flamingo #EC3BFC
RGB
CMYK
RGB Variations
Color information
#EC3BFC (or 0xEC3BFC) is known color: Pink Flamingo. HEX triplet: EC, 3B and FC. RGB value is (236,59,252). Sum of RGB (Red+Green+Blue) = 236+59+252=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 59 (23.44% from 255 or 10.79% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC3BFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3BFC is #13C403. Grayscale: #858585. Windows color (decimal): -1295364 or 16530412. OLE color: 16530412.
HSL color Cylindrical-coordinate representation of color #EC3BFC: hue angle of 295.03º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC3BFC is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 59 | 252 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.01 |
| HSL | 295.03º | 0.97% | 0.61% | - |
| HSV(B) | 295.03º | 0.77% | 0.99% | - |
| XYZ | 53.73 | 27.99 | 94.67 | - |
| YUV | 133.93 | 194.64 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 59 | 252 | 0.06 | 0.77 | 0 | 0.01 | 295.03 | 0.97 | 0.61 |
| Hex | EC | 3B | FC | 6 | 4D | 0 | 1 | 127 | 61 | 3D |
| Octal | 354 | 73 | 374 | 6 | 115 | 0 | 1 | 447 | 141 | 75 |
| Binary | 11101100 | 111011 | 11111100 | 110 | 1001101 | 0 | 1 | 100100111 | 1100001 | 111101 |
Color Harmonies of #EC3BFC
Complementary color
Monochromatic Colors of #EC3BFC
Black with #EC3BFC
Text Example
Text Example
White with #EC3BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3BFC; }
p { color: rgb(236,59,252); }
H1.HeaderClassName
{
color: #EC3BFC;
}
.AnyTagClassName
{
color: #EC3BFC;
}
</style>
background-color css
<style>
a { background-color: #EC3BFC; }
a { background-color: rgb(236,59,252); }
div.DivClassName
{
background-color: #EC3BFC;
}
.BgClassName
{
background-color: #EC3BFC;
}
</style>
border-color css
<style>
span { border-color: #EC3BFC; }
span { border-color: rgb(236,59,252); }
td.TdClassName
{
border-color: #EC3BFC;
}
.TagClassName
{
border-color: #EC3BFC;
}
</style>