Shades of Pink Flamingo #EE66F2
Tints of Pink Flamingo #EE66F2
RGB
CMYK
RGB Variations
Color information
#EE66F2 (or 0xEE66F2) is known color: Pink Flamingo. HEX triplet: EE, 66 and F2. RGB value is (238,102,242). Sum of RGB (Red+Green+Blue) = 238+102+242=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 102 (40.23% from 255 or 17.53% from 582); Blue value is 242 (94.92% from 255 or 41.58% from 582); Max value from RGB is 242 - color contains mainly: blue. Hex color #EE66F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE66F2 is #11990D. Grayscale: #9E9E9E. Windows color (decimal): -1153294 or 15886062. OLE color: 15886062.
HSL color Cylindrical-coordinate representation of color #EE66F2: hue angle of 298.29º degrees, saturation: 0.84, 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 #EE66F2 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 102 | 242 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.05 |
| HSL | 298.29º | 0.84% | 0.67% | - |
| HSV(B) | 298.29º | 0.58% | 0.95% | - |
| XYZ | 56.04 | 34.09 | 87.63 | - |
| YUV | 158.62 | 175.06 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 102 | 242 | 0.02 | 0.58 | 0 | 0.05 | 298.29 | 0.84 | 0.67 |
| Hex | EE | 66 | F2 | 2 | 3A | 0 | 5 | 12A | 54 | 43 |
| Octal | 356 | 146 | 362 | 2 | 72 | 0 | 5 | 452 | 124 | 103 |
| Binary | 11101110 | 1100110 | 11110010 | 10 | 111010 | 0 | 101 | 100101010 | 1010100 | 1000011 |
Color Harmonies of #EE66F2
Complementary color
Monochromatic Colors of #EE66F2
Black with #EE66F2
Text Example
Text Example
White with #EE66F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE66F2; }
p { color: rgb(238,102,242); }
H1.HeaderClassName
{
color: #EE66F2;
}
.AnyTagClassName
{
color: #EE66F2;
}
</style>
background-color css
<style>
a { background-color: #EE66F2; }
a { background-color: rgb(238,102,242); }
div.DivClassName
{
background-color: #EE66F2;
}
.BgClassName
{
background-color: #EE66F2;
}
</style>
border-color css
<style>
span { border-color: #EE66F2; }
span { border-color: rgb(238,102,242); }
td.TdClassName
{
border-color: #EE66F2;
}
.TagClassName
{
border-color: #EE66F2;
}
</style>