Shades of Pink Flamingo #EC3DFC
Tints of Pink Flamingo #EC3DFC
RGB
CMYK
RGB Variations
Color information
#EC3DFC (or 0xEC3DFC) is known color: Pink Flamingo. HEX triplet: EC, 3D and FC. RGB value is (236,61,252). Sum of RGB (Red+Green+Blue) = 236+61+252=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 61 (24.22% from 255 or 11.11% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC3DFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3DFC is #13C203. Grayscale: #868686. Windows color (decimal): -1294852 or 16530924. OLE color: 16530924.
HSL color Cylindrical-coordinate representation of color #EC3DFC: hue angle of 294.97º 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 #EC3DFC is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 61 | 252 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.01 |
| HSL | 294.97º | 0.97% | 0.61% | - |
| HSV(B) | 294.97º | 0.76% | 0.99% | - |
| XYZ | 53.83 | 28.2 | 94.7 | - |
| YUV | 135.1 | 193.98 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 252 | 0.06 | 0.76 | 0 | 0.01 | 294.97 | 0.97 | 0.61 |
| Hex | EC | 3D | FC | 6 | 4C | 0 | 1 | 127 | 61 | 3D |
| Octal | 354 | 75 | 374 | 6 | 114 | 0 | 1 | 447 | 141 | 75 |
| Binary | 11101100 | 111101 | 11111100 | 110 | 1001100 | 0 | 1 | 100100111 | 1100001 | 111101 |
Color Harmonies of #EC3DFC
Complementary color
Monochromatic Colors of #EC3DFC
Black with #EC3DFC
Text Example
Text Example
White with #EC3DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3DFC; }
p { color: rgb(236,61,252); }
H1.HeaderClassName
{
color: #EC3DFC;
}
.AnyTagClassName
{
color: #EC3DFC;
}
</style>
background-color css
<style>
a { background-color: #EC3DFC; }
a { background-color: rgb(236,61,252); }
div.DivClassName
{
background-color: #EC3DFC;
}
.BgClassName
{
background-color: #EC3DFC;
}
</style>
border-color css
<style>
span { border-color: #EC3DFC; }
span { border-color: rgb(236,61,252); }
td.TdClassName
{
border-color: #EC3DFC;
}
.TagClassName
{
border-color: #EC3DFC;
}
</style>