Shades of Pink Flamingo #EC63F9
Tints of Pink Flamingo #EC63F9
RGB
CMYK
RGB Variations
Color information
#EC63F9 (or 0xEC63F9) is known color: Pink Flamingo. HEX triplet: EC, 63 and F9. RGB value is (236,99,249). Sum of RGB (Red+Green+Blue) = 236+99+249=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 99 (39.06% from 255 or 16.95% from 584); Blue value is 249 (97.66% from 255 or 42.64% from 584); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC63F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC63F9 is #139C06. Grayscale: #9C9C9C. Windows color (decimal): -1285127 or 16344044. OLE color: 16344044.
HSL color Cylindrical-coordinate representation of color #EC63F9: hue angle of 294.8º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC63F9 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 99 | 249 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.02 |
| HSL | 294.8º | 0.93% | 0.68% | - |
| HSV(B) | 294.8º | 0.6% | 0.98% | - |
| XYZ | 56.15 | 33.6 | 93.15 | - |
| YUV | 157.06 | 179.89 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 249 | 0.05 | 0.60 | 0 | 0.02 | 294.8 | 0.93 | 0.68 |
| Hex | EC | 63 | F9 | 5 | 3C | 0 | 2 | 127 | 5D | 44 |
| Octal | 354 | 143 | 371 | 5 | 74 | 0 | 2 | 447 | 135 | 104 |
| Binary | 11101100 | 1100011 | 11111001 | 101 | 111100 | 0 | 10 | 100100111 | 1011101 | 1000100 |
Color Harmonies of #EC63F9
Complementary color
Monochromatic Colors of #EC63F9
Black with #EC63F9
Text Example
Text Example
White with #EC63F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC63F9; }
p { color: rgb(236,99,249); }
H1.HeaderClassName
{
color: #EC63F9;
}
.AnyTagClassName
{
color: #EC63F9;
}
</style>
background-color css
<style>
a { background-color: #EC63F9; }
a { background-color: rgb(236,99,249); }
div.DivClassName
{
background-color: #EC63F9;
}
.BgClassName
{
background-color: #EC63F9;
}
</style>
border-color css
<style>
span { border-color: #EC63F9; }
span { border-color: rgb(236,99,249); }
td.TdClassName
{
border-color: #EC63F9;
}
.TagClassName
{
border-color: #EC63F9;
}
</style>