Shades of Pink Flamingo #EC60F7
Tints of Pink Flamingo #EC60F7
RGB
CMYK
RGB Variations
Color information
#EC60F7 (or 0xEC60F7) is known color: Pink Flamingo. HEX triplet: EC, 60 and F7. RGB value is (236,96,247). Sum of RGB (Red+Green+Blue) = 236+96+247=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 96 (37.89% from 255 or 16.58% from 579); Blue value is 247 (96.88% from 255 or 42.66% from 579); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC60F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC60F7 is #139F08. Grayscale: #9A9A9A. Windows color (decimal): -1285897 or 16212204. OLE color: 16212204.
HSL color Cylindrical-coordinate representation of color #EC60F7: hue angle of 295.63º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC60F7 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 96 | 247 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.03 |
| HSL | 295.63º | 0.9% | 0.67% | - |
| HSV(B) | 295.63º | 0.61% | 0.97% | - |
| XYZ | 55.56 | 32.91 | 91.42 | - |
| YUV | 155.07 | 179.88 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 247 | 0.04 | 0.61 | 0 | 0.03 | 295.63 | 0.9 | 0.67 |
| Hex | EC | 60 | F7 | 4 | 3D | 0 | 3 | 128 | 5A | 43 |
| Octal | 354 | 140 | 367 | 4 | 75 | 0 | 3 | 450 | 132 | 103 |
| Binary | 11101100 | 1100000 | 11110111 | 100 | 111101 | 0 | 11 | 100101000 | 1011010 | 1000011 |
Color Harmonies of #EC60F7
Complementary color
Monochromatic Colors of #EC60F7
Black with #EC60F7
Text Example
Text Example
White with #EC60F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC60F7; }
p { color: rgb(236,96,247); }
H1.HeaderClassName
{
color: #EC60F7;
}
.AnyTagClassName
{
color: #EC60F7;
}
</style>
background-color css
<style>
a { background-color: #EC60F7; }
a { background-color: rgb(236,96,247); }
div.DivClassName
{
background-color: #EC60F7;
}
.BgClassName
{
background-color: #EC60F7;
}
</style>
border-color css
<style>
span { border-color: #EC60F7; }
span { border-color: rgb(236,96,247); }
td.TdClassName
{
border-color: #EC60F7;
}
.TagClassName
{
border-color: #EC60F7;
}
</style>