Shades of Pink Flamingo #EC69F0
Tints of Pink Flamingo #EC69F0
RGB
CMYK
RGB Variations
Color information
#EC69F0 (or 0xEC69F0) is known color: Pink Flamingo. HEX triplet: EC, 69 and F0. RGB value is (236,105,240). Sum of RGB (Red+Green+Blue) = 236+105+240=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 105 (41.41% from 255 or 18.07% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC69F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC69F0 is #13960F. Grayscale: #9F9F9F. Windows color (decimal): -1283600 or 15755756. OLE color: 15755756.
HSL color Cylindrical-coordinate representation of color #EC69F0: hue angle of 298.22º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC69F0 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 105 | 240 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.06 |
| HSL | 298.22º | 0.82% | 0.68% | - |
| HSV(B) | 298.22º | 0.56% | 0.94% | - |
| XYZ | 55.37 | 34.23 | 86.13 | - |
| YUV | 159.56 | 173.4 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 240 | 0.02 | 0.56 | 0 | 0.06 | 298.22 | 0.82 | 0.68 |
| Hex | EC | 69 | F0 | 2 | 38 | 0 | 6 | 12A | 52 | 44 |
| Octal | 354 | 151 | 360 | 2 | 70 | 0 | 6 | 452 | 122 | 104 |
| Binary | 11101100 | 1101001 | 11110000 | 10 | 111000 | 0 | 110 | 100101010 | 1010010 | 1000100 |
Color Harmonies of #EC69F0
Complementary color
Monochromatic Colors of #EC69F0
Black with #EC69F0
Text Example
Text Example
White with #EC69F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC69F0; }
p { color: rgb(236,105,240); }
H1.HeaderClassName
{
color: #EC69F0;
}
.AnyTagClassName
{
color: #EC69F0;
}
</style>
background-color css
<style>
a { background-color: #EC69F0; }
a { background-color: rgb(236,105,240); }
div.DivClassName
{
background-color: #EC69F0;
}
.BgClassName
{
background-color: #EC69F0;
}
</style>
border-color css
<style>
span { border-color: #EC69F0; }
span { border-color: rgb(236,105,240); }
td.TdClassName
{
border-color: #EC69F0;
}
.TagClassName
{
border-color: #EC69F0;
}
</style>