Shades of Pink Flamingo #EC69EF
Tints of Pink Flamingo #EC69EF
RGB
CMYK
RGB Variations
Color information
#EC69EF (or 0xEC69EF) is known color: Pink Flamingo. HEX triplet: EC, 69 and EF. RGB value is (236,105,239). Sum of RGB (Red+Green+Blue) = 236+105+239=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 105 (41.41% from 255 or 18.10% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC69EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC69EF is #139610. Grayscale: #9F9F9F. Windows color (decimal): -1283601 or 15690220. OLE color: 15690220.
HSL color Cylindrical-coordinate representation of color #EC69EF: hue angle of 298.66º 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 #EC69EF is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 105 | 239 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.06 |
| HSL | 298.66º | 0.81% | 0.67% | - |
| HSV(B) | 298.66º | 0.56% | 0.94% | - |
| XYZ | 55.22 | 34.17 | 85.35 | - |
| YUV | 159.45 | 172.9 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 239 | 0.01 | 0.56 | 0 | 0.06 | 298.66 | 0.81 | 0.67 |
| Hex | EC | 69 | EF | 1 | 38 | 0 | 6 | 12B | 51 | 43 |
| Octal | 354 | 151 | 357 | 1 | 70 | 0 | 6 | 453 | 121 | 103 |
| Binary | 11101100 | 1101001 | 11101111 | 1 | 111000 | 0 | 110 | 100101011 | 1010001 | 1000011 |
Color Harmonies of #EC69EF
Complementary color
Monochromatic Colors of #EC69EF
Black with #EC69EF
Text Example
Text Example
White with #EC69EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC69EF; }
p { color: rgb(236,105,239); }
H1.HeaderClassName
{
color: #EC69EF;
}
.AnyTagClassName
{
color: #EC69EF;
}
</style>
background-color css
<style>
a { background-color: #EC69EF; }
a { background-color: rgb(236,105,239); }
div.DivClassName
{
background-color: #EC69EF;
}
.BgClassName
{
background-color: #EC69EF;
}
</style>
border-color css
<style>
span { border-color: #EC69EF; }
span { border-color: rgb(236,105,239); }
td.TdClassName
{
border-color: #EC69EF;
}
.TagClassName
{
border-color: #EC69EF;
}
</style>