Shades of Pink Flamingo #EC66EE
Tints of Pink Flamingo #EC66EE
RGB
CMYK
RGB Variations
Color information
#EC66EE (or 0xEC66EE) is known color: Pink Flamingo. HEX triplet: EC, 66 and EE. RGB value is (236,102,238). Sum of RGB (Red+Green+Blue) = 236+102+238=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 102 (40.23% from 255 or 17.71% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC66EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC66EE is #139911. Grayscale: #9D9D9D. Windows color (decimal): -1284370 or 15623916. OLE color: 15623916.
HSL color Cylindrical-coordinate representation of color #EC66EE: hue angle of 299.12º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC66EE is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 238 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.07 |
| HSL | 299.12º | 0.8% | 0.67% | - |
| HSV(B) | 299.12º | 0.57% | 0.93% | - |
| XYZ | 54.78 | 33.51 | 84.47 | - |
| YUV | 157.57 | 173.39 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 238 | 0.01 | 0.57 | 0 | 0.07 | 299.12 | 0.8 | 0.67 |
| Hex | EC | 66 | EE | 1 | 39 | 0 | 7 | 12B | 50 | 43 |
| Octal | 354 | 146 | 356 | 1 | 71 | 0 | 7 | 453 | 120 | 103 |
| Binary | 11101100 | 1100110 | 11101110 | 1 | 111001 | 0 | 111 | 100101011 | 1010000 | 1000011 |
Color Harmonies of #EC66EE
Complementary color
Monochromatic Colors of #EC66EE
Black with #EC66EE
Text Example
Text Example
White with #EC66EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC66EE; }
p { color: rgb(236,102,238); }
H1.HeaderClassName
{
color: #EC66EE;
}
.AnyTagClassName
{
color: #EC66EE;
}
</style>
background-color css
<style>
a { background-color: #EC66EE; }
a { background-color: rgb(236,102,238); }
div.DivClassName
{
background-color: #EC66EE;
}
.BgClassName
{
background-color: #EC66EE;
}
</style>
border-color css
<style>
span { border-color: #EC66EE; }
span { border-color: rgb(236,102,238); }
td.TdClassName
{
border-color: #EC66EE;
}
.TagClassName
{
border-color: #EC66EE;
}
</style>