Shades of Pink Flamingo #EC69F5
Tints of Pink Flamingo #EC69F5
RGB
CMYK
RGB Variations
Color information
#EC69F5 (or 0xEC69F5) is known color: Pink Flamingo. HEX triplet: EC, 69 and F5. RGB value is (236,105,245). Sum of RGB (Red+Green+Blue) = 236+105+245=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 105 (41.41% from 255 or 17.92% from 586); Blue value is 245 (96.09% from 255 or 41.81% from 586); Max value from RGB is 245 - color contains mainly: blue. Hex color #EC69F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC69F5 is #13960A. Grayscale: #9F9F9F. Windows color (decimal): -1283595 or 16083436. OLE color: 16083436.
HSL color Cylindrical-coordinate representation of color #EC69F5: hue angle of 296.14º degrees, saturation: 0.88, 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 #EC69F5 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 105 | 245 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.04 |
| HSL | 296.14º | 0.88% | 0.69% | - |
| HSV(B) | 296.14º | 0.57% | 0.96% | - |
| XYZ | 56.13 | 34.53 | 90.09 | - |
| YUV | 160.13 | 175.9 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 245 | 0.04 | 0.57 | 0 | 0.04 | 296.14 | 0.88 | 0.69 |
| Hex | EC | 69 | F5 | 4 | 39 | 0 | 4 | 128 | 58 | 45 |
| Octal | 354 | 151 | 365 | 4 | 71 | 0 | 4 | 450 | 130 | 105 |
| Binary | 11101100 | 1101001 | 11110101 | 100 | 111001 | 0 | 100 | 100101000 | 1011000 | 1000101 |
Color Harmonies of #EC69F5
Complementary color
Monochromatic Colors of #EC69F5
Black with #EC69F5
Text Example
Text Example
White with #EC69F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC69F5; }
p { color: rgb(236,105,245); }
H1.HeaderClassName
{
color: #EC69F5;
}
.AnyTagClassName
{
color: #EC69F5;
}
</style>
background-color css
<style>
a { background-color: #EC69F5; }
a { background-color: rgb(236,105,245); }
div.DivClassName
{
background-color: #EC69F5;
}
.BgClassName
{
background-color: #EC69F5;
}
</style>
border-color css
<style>
span { border-color: #EC69F5; }
span { border-color: rgb(236,105,245); }
td.TdClassName
{
border-color: #EC69F5;
}
.TagClassName
{
border-color: #EC69F5;
}
</style>