Shades of Pink Flamingo #EC4FFC
Tints of Pink Flamingo #EC4FFC
RGB
CMYK
RGB Variations
Color information
#EC4FFC (or 0xEC4FFC) is known color: Pink Flamingo. HEX triplet: EC, 4F and FC. RGB value is (236,79,252). Sum of RGB (Red+Green+Blue) = 236+79+252=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 79 (31.25% from 255 or 13.93% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC4FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC4FFC is #13B003. Grayscale: #919191. Windows color (decimal): -1290244 or 16535532. OLE color: 16535532.
HSL color Cylindrical-coordinate representation of color #EC4FFC: hue angle of 294.45º 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 #EC4FFC is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 79 | 252 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.01 |
| HSL | 294.45º | 0.97% | 0.65% | - |
| HSV(B) | 294.45º | 0.69% | 0.99% | - |
| XYZ | 54.96 | 30.45 | 95.08 | - |
| YUV | 145.67 | 188.01 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 252 | 0.06 | 0.69 | 0 | 0.01 | 294.45 | 0.97 | 0.65 |
| Hex | EC | 4F | FC | 6 | 45 | 0 | 1 | 126 | 61 | 41 |
| Octal | 354 | 117 | 374 | 6 | 105 | 0 | 1 | 446 | 141 | 101 |
| Binary | 11101100 | 1001111 | 11111100 | 110 | 1000101 | 0 | 1 | 100100110 | 1100001 | 1000001 |
Color Harmonies of #EC4FFC
Complementary color
Monochromatic Colors of #EC4FFC
Black with #EC4FFC
Text Example
Text Example
White with #EC4FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4FFC; }
p { color: rgb(236,79,252); }
H1.HeaderClassName
{
color: #EC4FFC;
}
.AnyTagClassName
{
color: #EC4FFC;
}
</style>
background-color css
<style>
a { background-color: #EC4FFC; }
a { background-color: rgb(236,79,252); }
div.DivClassName
{
background-color: #EC4FFC;
}
.BgClassName
{
background-color: #EC4FFC;
}
</style>
border-color css
<style>
span { border-color: #EC4FFC; }
span { border-color: rgb(236,79,252); }
td.TdClassName
{
border-color: #EC4FFC;
}
.TagClassName
{
border-color: #EC4FFC;
}
</style>