Shades of Pink Flamingo #EC66F6
Tints of Pink Flamingo #EC66F6
RGB
CMYK
RGB Variations
Color information
#EC66F6 (or 0xEC66F6) is known color: Pink Flamingo. HEX triplet: EC, 66 and F6. RGB value is (236,102,246). Sum of RGB (Red+Green+Blue) = 236+102+246=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 102 (40.23% from 255 or 17.47% from 584); Blue value is 246 (96.48% from 255 or 42.12% from 584); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC66F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC66F6 is #139909. Grayscale: #9E9E9E. Windows color (decimal): -1284362 or 16148204. OLE color: 16148204.
HSL color Cylindrical-coordinate representation of color #EC66F6: hue angle of 295.83º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC66F6 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 102 | 246 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.04 |
| HSL | 295.83º | 0.89% | 0.68% | - |
| HSV(B) | 295.83º | 0.59% | 0.96% | - |
| XYZ | 55.98 | 33.99 | 90.8 | - |
| YUV | 158.48 | 177.39 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 246 | 0.04 | 0.59 | 0 | 0.04 | 295.83 | 0.89 | 0.68 |
| Hex | EC | 66 | F6 | 4 | 3B | 0 | 4 | 128 | 59 | 44 |
| Octal | 354 | 146 | 366 | 4 | 73 | 0 | 4 | 450 | 131 | 104 |
| Binary | 11101100 | 1100110 | 11110110 | 100 | 111011 | 0 | 100 | 100101000 | 1011001 | 1000100 |
Color Harmonies of #EC66F6
Complementary color
Monochromatic Colors of #EC66F6
Black with #EC66F6
Text Example
Text Example
White with #EC66F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC66F6; }
p { color: rgb(236,102,246); }
H1.HeaderClassName
{
color: #EC66F6;
}
.AnyTagClassName
{
color: #EC66F6;
}
</style>
background-color css
<style>
a { background-color: #EC66F6; }
a { background-color: rgb(236,102,246); }
div.DivClassName
{
background-color: #EC66F6;
}
.BgClassName
{
background-color: #EC66F6;
}
</style>
border-color css
<style>
span { border-color: #EC66F6; }
span { border-color: rgb(236,102,246); }
td.TdClassName
{
border-color: #EC66F6;
}
.TagClassName
{
border-color: #EC66F6;
}
</style>