Shades of Pink Flamingo #EC66F5
Tints of Pink Flamingo #EC66F5
RGB
CMYK
RGB Variations
Color information
#EC66F5 (or 0xEC66F5) is known color: Pink Flamingo. HEX triplet: EC, 66 and F5. RGB value is (236,102,245). Sum of RGB (Red+Green+Blue) = 236+102+245=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 102 (40.23% from 255 or 17.50% from 583); Blue value is 245 (96.09% from 255 or 42.02% from 583); Max value from RGB is 245 - color contains mainly: blue. Hex color #EC66F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC66F5 is #13990A. Grayscale: #9D9D9D. Windows color (decimal): -1284363 or 16082668. OLE color: 16082668.
HSL color Cylindrical-coordinate representation of color #EC66F5: hue angle of 296.22º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC66F5 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 102 | 245 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.04 |
| HSL | 296.22º | 0.88% | 0.68% | - |
| HSV(B) | 296.22º | 0.58% | 0.96% | - |
| XYZ | 55.82 | 33.93 | 89.99 | - |
| YUV | 158.37 | 176.89 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 245 | 0.04 | 0.58 | 0 | 0.04 | 296.22 | 0.88 | 0.68 |
| Hex | EC | 66 | F5 | 4 | 3A | 0 | 4 | 128 | 58 | 44 |
| Octal | 354 | 146 | 365 | 4 | 72 | 0 | 4 | 450 | 130 | 104 |
| Binary | 11101100 | 1100110 | 11110101 | 100 | 111010 | 0 | 100 | 100101000 | 1011000 | 1000100 |
Color Harmonies of #EC66F5
Complementary color
Monochromatic Colors of #EC66F5
Black with #EC66F5
Text Example
Text Example
White with #EC66F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC66F5; }
p { color: rgb(236,102,245); }
H1.HeaderClassName
{
color: #EC66F5;
}
.AnyTagClassName
{
color: #EC66F5;
}
</style>
background-color css
<style>
a { background-color: #EC66F5; }
a { background-color: rgb(236,102,245); }
div.DivClassName
{
background-color: #EC66F5;
}
.BgClassName
{
background-color: #EC66F5;
}
</style>
border-color css
<style>
span { border-color: #EC66F5; }
span { border-color: rgb(236,102,245); }
td.TdClassName
{
border-color: #EC66F5;
}
.TagClassName
{
border-color: #EC66F5;
}
</style>