Shades of Pink Flamingo #EC68EF
Tints of Pink Flamingo #EC68EF
RGB
CMYK
RGB Variations
Color information
#EC68EF (or 0xEC68EF) is known color: Pink Flamingo. HEX triplet: EC, 68 and EF. RGB value is (236,104,239). Sum of RGB (Red+Green+Blue) = 236+104+239=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 104 (41.02% from 255 or 17.96% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC68EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC68EF is #139710. Grayscale: #9E9E9E. Windows color (decimal): -1283857 or 15689964. OLE color: 15689964.
HSL color Cylindrical-coordinate representation of color #EC68EF: hue angle of 298.67º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC68EF is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 104 | 239 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.06 |
| HSL | 298.67º | 0.81% | 0.67% | - |
| HSV(B) | 298.67º | 0.56% | 0.94% | - |
| XYZ | 55.12 | 33.97 | 85.31 | - |
| YUV | 158.86 | 173.23 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 239 | 0.01 | 0.56 | 0 | 0.06 | 298.67 | 0.81 | 0.67 |
| Hex | EC | 68 | EF | 1 | 38 | 0 | 6 | 12B | 51 | 43 |
| Octal | 354 | 150 | 357 | 1 | 70 | 0 | 6 | 453 | 121 | 103 |
| Binary | 11101100 | 1101000 | 11101111 | 1 | 111000 | 0 | 110 | 100101011 | 1010001 | 1000011 |
Color Harmonies of #EC68EF
Complementary color
Monochromatic Colors of #EC68EF
Black with #EC68EF
Text Example
Text Example
White with #EC68EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC68EF; }
p { color: rgb(236,104,239); }
H1.HeaderClassName
{
color: #EC68EF;
}
.AnyTagClassName
{
color: #EC68EF;
}
</style>
background-color css
<style>
a { background-color: #EC68EF; }
a { background-color: rgb(236,104,239); }
div.DivClassName
{
background-color: #EC68EF;
}
.BgClassName
{
background-color: #EC68EF;
}
</style>
border-color css
<style>
span { border-color: #EC68EF; }
span { border-color: rgb(236,104,239); }
td.TdClassName
{
border-color: #EC68EF;
}
.TagClassName
{
border-color: #EC68EF;
}
</style>