Shades of Pink Flamingo #EC69F6
Tints of Pink Flamingo #EC69F6
RGB
CMYK
RGB Variations
Color information
#EC69F6 (or 0xEC69F6) is known color: Pink Flamingo. HEX triplet: EC, 69 and F6. RGB value is (236,105,246). Sum of RGB (Red+Green+Blue) = 236+105+246=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 105 (41.41% from 255 or 17.89% from 587); Blue value is 246 (96.48% from 255 or 41.91% from 587); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC69F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC69F6 is #139609. Grayscale: #9F9F9F. Windows color (decimal): -1283594 or 16148972. OLE color: 16148972.
HSL color Cylindrical-coordinate representation of color #EC69F6: hue angle of 295.74º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC69F6 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 105 | 246 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.04 |
| HSL | 295.74º | 0.89% | 0.69% | - |
| HSV(B) | 295.74º | 0.57% | 0.96% | - |
| XYZ | 56.28 | 34.59 | 90.9 | - |
| YUV | 160.24 | 176.4 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 246 | 0.04 | 0.57 | 0 | 0.04 | 295.74 | 0.89 | 0.69 |
| Hex | EC | 69 | F6 | 4 | 39 | 0 | 4 | 128 | 59 | 45 |
| Octal | 354 | 151 | 366 | 4 | 71 | 0 | 4 | 450 | 131 | 105 |
| Binary | 11101100 | 1101001 | 11110110 | 100 | 111001 | 0 | 100 | 100101000 | 1011001 | 1000101 |
Color Harmonies of #EC69F6
Complementary color
Monochromatic Colors of #EC69F6
Black with #EC69F6
Text Example
Text Example
White with #EC69F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC69F6; }
p { color: rgb(236,105,246); }
H1.HeaderClassName
{
color: #EC69F6;
}
.AnyTagClassName
{
color: #EC69F6;
}
</style>
background-color css
<style>
a { background-color: #EC69F6; }
a { background-color: rgb(236,105,246); }
div.DivClassName
{
background-color: #EC69F6;
}
.BgClassName
{
background-color: #EC69F6;
}
</style>
border-color css
<style>
span { border-color: #EC69F6; }
span { border-color: rgb(236,105,246); }
td.TdClassName
{
border-color: #EC69F6;
}
.TagClassName
{
border-color: #EC69F6;
}
</style>