Shades of Pink Flamingo #EC62F7
Tints of Pink Flamingo #EC62F7
RGB
CMYK
RGB Variations
Color information
#EC62F7 (or 0xEC62F7) is known color: Pink Flamingo. HEX triplet: EC, 62 and F7. RGB value is (236,98,247). Sum of RGB (Red+Green+Blue) = 236+98+247=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 98 (38.67% from 255 or 16.87% from 581); Blue value is 247 (96.88% from 255 or 42.51% from 581); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC62F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC62F7 is #139D08. Grayscale: #9B9B9B. Windows color (decimal): -1285385 or 16212716. OLE color: 16212716.
HSL color Cylindrical-coordinate representation of color #EC62F7: hue angle of 295.57º 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 #EC62F7 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 98 | 247 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.03 |
| HSL | 295.57º | 0.9% | 0.68% | - |
| HSV(B) | 295.57º | 0.6% | 0.97% | - |
| XYZ | 55.75 | 33.28 | 91.48 | - |
| YUV | 156.25 | 179.22 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 247 | 0.04 | 0.60 | 0 | 0.03 | 295.57 | 0.9 | 0.68 |
| Hex | EC | 62 | F7 | 4 | 3C | 0 | 3 | 128 | 5A | 44 |
| Octal | 354 | 142 | 367 | 4 | 74 | 0 | 3 | 450 | 132 | 104 |
| Binary | 11101100 | 1100010 | 11110111 | 100 | 111100 | 0 | 11 | 100101000 | 1011010 | 1000100 |
Color Harmonies of #EC62F7
Complementary color
Monochromatic Colors of #EC62F7
Black with #EC62F7
Text Example
Text Example
White with #EC62F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC62F7; }
p { color: rgb(236,98,247); }
H1.HeaderClassName
{
color: #EC62F7;
}
.AnyTagClassName
{
color: #EC62F7;
}
</style>
background-color css
<style>
a { background-color: #EC62F7; }
a { background-color: rgb(236,98,247); }
div.DivClassName
{
background-color: #EC62F7;
}
.BgClassName
{
background-color: #EC62F7;
}
</style>
border-color css
<style>
span { border-color: #EC62F7; }
span { border-color: rgb(236,98,247); }
td.TdClassName
{
border-color: #EC62F7;
}
.TagClassName
{
border-color: #EC62F7;
}
</style>