Shades of Pink Flamingo #EE69EF
Tints of Pink Flamingo #EE69EF
RGB
CMYK
RGB Variations
Color information
#EE69EF (or 0xEE69EF) is known color: Pink Flamingo. HEX triplet: EE, 69 and EF. RGB value is (238,105,239). Sum of RGB (Red+Green+Blue) = 238+105+239=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 105 (41.41% from 255 or 18.04% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE69EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE69EF is #119610. Grayscale: #9F9F9F. Windows color (decimal): -1152529 or 15690222. OLE color: 15690222.
HSL color Cylindrical-coordinate representation of color #EE69EF: hue angle of 299.55º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE69EF is Cyan = 0.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 105 | 239 | - |
| CMYK | 0.00 | 0.56 | 0 | 0.06 |
| HSL | 299.55º | 0.81% | 0.67% | - |
| HSV(B) | 299.55º | 0.56% | 0.94% | - |
| XYZ | 55.89 | 34.51 | 85.38 | - |
| YUV | 160.04 | 172.56 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 239 | 0.00 | 0.56 | 0 | 0.06 | 299.55 | 0.81 | 0.67 |
| Hex | EE | 69 | EF | 0 | 38 | 0 | 6 | 12C | 51 | 43 |
| Octal | 356 | 151 | 357 | 0 | 70 | 0 | 6 | 454 | 121 | 103 |
| Binary | 11101110 | 1101001 | 11101111 | 0 | 111000 | 0 | 110 | 100101100 | 1010001 | 1000011 |
Color Harmonies of #EE69EF
Complementary color
Monochromatic Colors of #EE69EF
Black with #EE69EF
Text Example
Text Example
White with #EE69EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE69EF; }
p { color: rgb(238,105,239); }
H1.HeaderClassName
{
color: #EE69EF;
}
.AnyTagClassName
{
color: #EE69EF;
}
</style>
background-color css
<style>
a { background-color: #EE69EF; }
a { background-color: rgb(238,105,239); }
div.DivClassName
{
background-color: #EE69EF;
}
.BgClassName
{
background-color: #EE69EF;
}
</style>
border-color css
<style>
span { border-color: #EE69EF; }
span { border-color: rgb(238,105,239); }
td.TdClassName
{
border-color: #EE69EF;
}
.TagClassName
{
border-color: #EE69EF;
}
</style>