Shades of Pink Flamingo #EE66EC
Tints of Pink Flamingo #EE66EC
RGB
CMYK
RGB Variations
Color information
#EE66EC (or 0xEE66EC) is known color: Pink Flamingo. HEX triplet: EE, 66 and EC. RGB value is (238,102,236). Sum of RGB (Red+Green+Blue) = 238+102+236=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 102 (40.23% from 255 or 17.71% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EE66EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE66EC is #119913. Grayscale: #9D9D9D. Windows color (decimal): -1153300 or 15492846. OLE color: 15492846.
HSL color Cylindrical-coordinate representation of color #EE66EC: hue angle of 300.88º 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 #EE66EC is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 102 | 236 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.07 |
| HSL | 300.88º | 0.8% | 0.67% | - |
| HSV(B) | 300.88º | 0.57% | 0.93% | - |
| XYZ | 55.15 | 33.74 | 82.96 | - |
| YUV | 157.94 | 172.06 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 102 | 236 | 0 | 0.57 | 0.01 | 0.07 | 300.88 | 0.8 | 0.67 |
| Hex | EE | 66 | EC | 0 | 39 | 1 | 7 | 12D | 50 | 43 |
| Octal | 356 | 146 | 354 | 0 | 71 | 1 | 7 | 455 | 120 | 103 |
| Binary | 11101110 | 1100110 | 11101100 | 0 | 111001 | 1 | 111 | 100101101 | 1010000 | 1000011 |
Color Harmonies of #EE66EC
Complementary color
Monochromatic Colors of #EE66EC
Black with #EE66EC
Text Example
Text Example
White with #EE66EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE66EC; }
p { color: rgb(238,102,236); }
H1.HeaderClassName
{
color: #EE66EC;
}
.AnyTagClassName
{
color: #EE66EC;
}
</style>
background-color css
<style>
a { background-color: #EE66EC; }
a { background-color: rgb(238,102,236); }
div.DivClassName
{
background-color: #EE66EC;
}
.BgClassName
{
background-color: #EE66EC;
}
</style>
border-color css
<style>
span { border-color: #EE66EC; }
span { border-color: rgb(238,102,236); }
td.TdClassName
{
border-color: #EE66EC;
}
.TagClassName
{
border-color: #EE66EC;
}
</style>