Shades of Pink Flamingo #EC63F7
Tints of Pink Flamingo #EC63F7
RGB
CMYK
RGB Variations
Color information
#EC63F7 (or 0xEC63F7) is known color: Pink Flamingo. HEX triplet: EC, 63 and F7. RGB value is (236,99,247). Sum of RGB (Red+Green+Blue) = 236+99+247=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 99 (39.06% from 255 or 17.01% from 582); Blue value is 247 (96.88% from 255 or 42.44% from 582); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC63F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC63F7 is #139C08. Grayscale: #9C9C9C. Windows color (decimal): -1285129 or 16212972. OLE color: 16212972.
HSL color Cylindrical-coordinate representation of color #EC63F7: hue angle of 295.54º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC63F7 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 99 | 247 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.03 |
| HSL | 295.54º | 0.9% | 0.68% | - |
| HSV(B) | 295.54º | 0.6% | 0.97% | - |
| XYZ | 55.84 | 33.47 | 91.51 | - |
| YUV | 156.84 | 178.89 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 247 | 0.04 | 0.60 | 0 | 0.03 | 295.54 | 0.9 | 0.68 |
| Hex | EC | 63 | F7 | 4 | 3C | 0 | 3 | 128 | 5A | 44 |
| Octal | 354 | 143 | 367 | 4 | 74 | 0 | 3 | 450 | 132 | 104 |
| Binary | 11101100 | 1100011 | 11110111 | 100 | 111100 | 0 | 11 | 100101000 | 1011010 | 1000100 |
Color Harmonies of #EC63F7
Complementary color
Monochromatic Colors of #EC63F7
Black with #EC63F7
Text Example
Text Example
White with #EC63F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC63F7; }
p { color: rgb(236,99,247); }
H1.HeaderClassName
{
color: #EC63F7;
}
.AnyTagClassName
{
color: #EC63F7;
}
</style>
background-color css
<style>
a { background-color: #EC63F7; }
a { background-color: rgb(236,99,247); }
div.DivClassName
{
background-color: #EC63F7;
}
.BgClassName
{
background-color: #EC63F7;
}
</style>
border-color css
<style>
span { border-color: #EC63F7; }
span { border-color: rgb(236,99,247); }
td.TdClassName
{
border-color: #EC63F7;
}
.TagClassName
{
border-color: #EC63F7;
}
</style>