Shades of Pink Flamingo #EC4DFC
Tints of Pink Flamingo #EC4DFC
RGB
CMYK
RGB Variations
Color information
#EC4DFC (or 0xEC4DFC) is known color: Pink Flamingo. HEX triplet: EC, 4D and FC. RGB value is (236,77,252). Sum of RGB (Red+Green+Blue) = 236+77+252=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 77 (30.47% from 255 or 13.63% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC4DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC4DFC is #13B203. Grayscale: #8F8F8F. Windows color (decimal): -1290756 or 16535020. OLE color: 16535020.
HSL color Cylindrical-coordinate representation of color #EC4DFC: hue angle of 294.51º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4DFC is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 77 | 252 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.01 |
| HSL | 294.51º | 0.97% | 0.65% | - |
| HSV(B) | 294.51º | 0.69% | 0.99% | - |
| XYZ | 54.82 | 30.17 | 95.03 | - |
| YUV | 144.49 | 188.68 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 252 | 0.06 | 0.69 | 0 | 0.01 | 294.51 | 0.97 | 0.65 |
| Hex | EC | 4D | FC | 6 | 45 | 0 | 1 | 127 | 61 | 41 |
| Octal | 354 | 115 | 374 | 6 | 105 | 0 | 1 | 447 | 141 | 101 |
| Binary | 11101100 | 1001101 | 11111100 | 110 | 1000101 | 0 | 1 | 100100111 | 1100001 | 1000001 |
Color Harmonies of #EC4DFC
Complementary color
Monochromatic Colors of #EC4DFC
Black with #EC4DFC
Text Example
Text Example
White with #EC4DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DFC; }
p { color: rgb(236,77,252); }
H1.HeaderClassName
{
color: #EC4DFC;
}
.AnyTagClassName
{
color: #EC4DFC;
}
</style>
background-color css
<style>
a { background-color: #EC4DFC; }
a { background-color: rgb(236,77,252); }
div.DivClassName
{
background-color: #EC4DFC;
}
.BgClassName
{
background-color: #EC4DFC;
}
</style>
border-color css
<style>
span { border-color: #EC4DFC; }
span { border-color: rgb(236,77,252); }
td.TdClassName
{
border-color: #EC4DFC;
}
.TagClassName
{
border-color: #EC4DFC;
}
</style>