Shades of Pink Flamingo #EC66EF
Tints of Pink Flamingo #EC66EF
RGB
CMYK
RGB Variations
Color information
#EC66EF (or 0xEC66EF) is known color: Pink Flamingo. HEX triplet: EC, 66 and EF. RGB value is (236,102,239). Sum of RGB (Red+Green+Blue) = 236+102+239=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 102 (40.23% from 255 or 17.68% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC66EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC66EF is #139910. Grayscale: #9D9D9D. Windows color (decimal): -1284369 or 15689452. OLE color: 15689452.
HSL color Cylindrical-coordinate representation of color #EC66EF: hue angle of 298.69º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC66EF is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 102 | 239 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.06 |
| HSL | 298.69º | 0.81% | 0.67% | - |
| HSV(B) | 298.69º | 0.57% | 0.94% | - |
| XYZ | 54.92 | 33.57 | 85.25 | - |
| YUV | 157.68 | 173.89 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 239 | 0.01 | 0.57 | 0 | 0.06 | 298.69 | 0.81 | 0.67 |
| Hex | EC | 66 | EF | 1 | 39 | 0 | 6 | 12B | 51 | 43 |
| Octal | 354 | 146 | 357 | 1 | 71 | 0 | 6 | 453 | 121 | 103 |
| Binary | 11101100 | 1100110 | 11101111 | 1 | 111001 | 0 | 110 | 100101011 | 1010001 | 1000011 |
Color Harmonies of #EC66EF
Complementary color
Monochromatic Colors of #EC66EF
Black with #EC66EF
Text Example
Text Example
White with #EC66EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC66EF; }
p { color: rgb(236,102,239); }
H1.HeaderClassName
{
color: #EC66EF;
}
.AnyTagClassName
{
color: #EC66EF;
}
</style>
background-color css
<style>
a { background-color: #EC66EF; }
a { background-color: rgb(236,102,239); }
div.DivClassName
{
background-color: #EC66EF;
}
.BgClassName
{
background-color: #EC66EF;
}
</style>
border-color css
<style>
span { border-color: #EC66EF; }
span { border-color: rgb(236,102,239); }
td.TdClassName
{
border-color: #EC66EF;
}
.TagClassName
{
border-color: #EC66EF;
}
</style>