Shades of Pink Flamingo #EC69F2
Tints of Pink Flamingo #EC69F2
RGB
CMYK
RGB Variations
Color information
#EC69F2 (or 0xEC69F2) is known color: Pink Flamingo. HEX triplet: EC, 69 and F2. RGB value is (236,105,242). Sum of RGB (Red+Green+Blue) = 236+105+242=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 105 (41.41% from 255 or 18.01% from 583); Blue value is 242 (94.92% from 255 or 41.51% from 583); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC69F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC69F2 is #13960D. Grayscale: #9F9F9F. Windows color (decimal): -1283598 or 15886828. OLE color: 15886828.
HSL color Cylindrical-coordinate representation of color #EC69F2: hue angle of 297.37º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC69F2 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 105 | 242 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.05 |
| HSL | 297.37º | 0.84% | 0.68% | - |
| HSV(B) | 297.37º | 0.57% | 0.95% | - |
| XYZ | 55.67 | 34.35 | 87.7 | - |
| YUV | 159.79 | 174.4 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 242 | 0.02 | 0.57 | 0 | 0.05 | 297.37 | 0.84 | 0.68 |
| Hex | EC | 69 | F2 | 2 | 39 | 0 | 5 | 129 | 54 | 44 |
| Octal | 354 | 151 | 362 | 2 | 71 | 0 | 5 | 451 | 124 | 104 |
| Binary | 11101100 | 1101001 | 11110010 | 10 | 111001 | 0 | 101 | 100101001 | 1010100 | 1000100 |
Color Harmonies of #EC69F2
Complementary color
Monochromatic Colors of #EC69F2
Black with #EC69F2
Text Example
Text Example
White with #EC69F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC69F2; }
p { color: rgb(236,105,242); }
H1.HeaderClassName
{
color: #EC69F2;
}
.AnyTagClassName
{
color: #EC69F2;
}
</style>
background-color css
<style>
a { background-color: #EC69F2; }
a { background-color: rgb(236,105,242); }
div.DivClassName
{
background-color: #EC69F2;
}
.BgClassName
{
background-color: #EC69F2;
}
</style>
border-color css
<style>
span { border-color: #EC69F2; }
span { border-color: rgb(236,105,242); }
td.TdClassName
{
border-color: #EC69F2;
}
.TagClassName
{
border-color: #EC69F2;
}
</style>