Shades of Pink Flamingo #EC66F1
Tints of Pink Flamingo #EC66F1
RGB
CMYK
RGB Variations
Color information
#EC66F1 (or 0xEC66F1) is known color: Pink Flamingo. HEX triplet: EC, 66 and F1. RGB value is (236,102,241). Sum of RGB (Red+Green+Blue) = 236+102+241=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 102 (40.23% from 255 or 17.62% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC66F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC66F1 is #13990E. Grayscale: #9D9D9D. Windows color (decimal): -1284367 or 15820524. OLE color: 15820524.
HSL color Cylindrical-coordinate representation of color #EC66F1: hue angle of 297.84º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC66F1 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 102 | 241 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.05 |
| HSL | 297.84º | 0.83% | 0.67% | - |
| HSV(B) | 297.84º | 0.58% | 0.95% | - |
| XYZ | 55.22 | 33.69 | 86.81 | - |
| YUV | 157.91 | 174.89 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 241 | 0.02 | 0.58 | 0 | 0.05 | 297.84 | 0.83 | 0.67 |
| Hex | EC | 66 | F1 | 2 | 3A | 0 | 5 | 12A | 53 | 43 |
| Octal | 354 | 146 | 361 | 2 | 72 | 0 | 5 | 452 | 123 | 103 |
| Binary | 11101100 | 1100110 | 11110001 | 10 | 111010 | 0 | 101 | 100101010 | 1010011 | 1000011 |
Color Harmonies of #EC66F1
Complementary color
Monochromatic Colors of #EC66F1
Black with #EC66F1
Text Example
Text Example
White with #EC66F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC66F1; }
p { color: rgb(236,102,241); }
H1.HeaderClassName
{
color: #EC66F1;
}
.AnyTagClassName
{
color: #EC66F1;
}
</style>
background-color css
<style>
a { background-color: #EC66F1; }
a { background-color: rgb(236,102,241); }
div.DivClassName
{
background-color: #EC66F1;
}
.BgClassName
{
background-color: #EC66F1;
}
</style>
border-color css
<style>
span { border-color: #EC66F1; }
span { border-color: rgb(236,102,241); }
td.TdClassName
{
border-color: #EC66F1;
}
.TagClassName
{
border-color: #EC66F1;
}
</style>