Shades of Pink Flamingo #EC66FA
Tints of Pink Flamingo #EC66FA
RGB
CMYK
RGB Variations
Color information
#EC66FA (or 0xEC66FA) is known color: Pink Flamingo. HEX triplet: EC, 66 and FA. RGB value is (236,102,250). Sum of RGB (Red+Green+Blue) = 236+102+250=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 102 (40.23% from 255 or 17.35% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC66FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC66FA is #139905. Grayscale: #9E9E9E. Windows color (decimal): -1284358 or 16410348. OLE color: 16410348.
HSL color Cylindrical-coordinate representation of color #EC66FA: hue angle of 294.32º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC66FA is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 102 | 250 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.02 |
| HSL | 294.32º | 0.94% | 0.69% | - |
| HSV(B) | 294.32º | 0.59% | 0.98% | - |
| XYZ | 56.6 | 34.24 | 94.07 | - |
| YUV | 158.94 | 179.39 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 250 | 0.06 | 0.59 | 0 | 0.02 | 294.32 | 0.94 | 0.69 |
| Hex | EC | 66 | FA | 6 | 3B | 0 | 2 | 126 | 5E | 45 |
| Octal | 354 | 146 | 372 | 6 | 73 | 0 | 2 | 446 | 136 | 105 |
| Binary | 11101100 | 1100110 | 11111010 | 110 | 111011 | 0 | 10 | 100100110 | 1011110 | 1000101 |
Color Harmonies of #EC66FA
Complementary color
Monochromatic Colors of #EC66FA
Black with #EC66FA
Text Example
Text Example
White with #EC66FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC66FA; }
p { color: rgb(236,102,250); }
H1.HeaderClassName
{
color: #EC66FA;
}
.AnyTagClassName
{
color: #EC66FA;
}
</style>
background-color css
<style>
a { background-color: #EC66FA; }
a { background-color: rgb(236,102,250); }
div.DivClassName
{
background-color: #EC66FA;
}
.BgClassName
{
background-color: #EC66FA;
}
</style>
border-color css
<style>
span { border-color: #EC66FA; }
span { border-color: rgb(236,102,250); }
td.TdClassName
{
border-color: #EC66FA;
}
.TagClassName
{
border-color: #EC66FA;
}
</style>