Shades of Pink Flamingo #EC3CFC
Tints of Pink Flamingo #EC3CFC
RGB
CMYK
RGB Variations
Color information
#EC3CFC (or 0xEC3CFC) is known color: Pink Flamingo. HEX triplet: EC, 3C and FC. RGB value is (236,60,252). Sum of RGB (Red+Green+Blue) = 236+60+252=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 60 (23.83% from 255 or 10.95% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC3CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3CFC is #13C303. Grayscale: #858585. Windows color (decimal): -1295108 or 16530668. OLE color: 16530668.
HSL color Cylindrical-coordinate representation of color #EC3CFC: hue angle of 295º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC3CFC is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 60 | 252 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.01 |
| HSL | 295º | 0.97% | 0.61% | - |
| HSV(B) | 295º | 0.76% | 0.99% | - |
| XYZ | 53.78 | 28.09 | 94.68 | - |
| YUV | 134.51 | 194.31 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 252 | 0.06 | 0.76 | 0 | 0.01 | 295 | 0.97 | 0.61 |
| Hex | EC | 3C | FC | 6 | 4C | 0 | 1 | 127 | 61 | 3D |
| Octal | 354 | 74 | 374 | 6 | 114 | 0 | 1 | 447 | 141 | 75 |
| Binary | 11101100 | 111100 | 11111100 | 110 | 1001100 | 0 | 1 | 100100111 | 1100001 | 111101 |
Color Harmonies of #EC3CFC
Complementary color
Monochromatic Colors of #EC3CFC
Black with #EC3CFC
Text Example
Text Example
White with #EC3CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3CFC; }
p { color: rgb(236,60,252); }
H1.HeaderClassName
{
color: #EC3CFC;
}
.AnyTagClassName
{
color: #EC3CFC;
}
</style>
background-color css
<style>
a { background-color: #EC3CFC; }
a { background-color: rgb(236,60,252); }
div.DivClassName
{
background-color: #EC3CFC;
}
.BgClassName
{
background-color: #EC3CFC;
}
</style>
border-color css
<style>
span { border-color: #EC3CFC; }
span { border-color: rgb(236,60,252); }
td.TdClassName
{
border-color: #EC3CFC;
}
.TagClassName
{
border-color: #EC3CFC;
}
</style>