Shades of Pink Flamingo #EE69F2
Tints of Pink Flamingo #EE69F2
RGB
CMYK
RGB Variations
Color information
#EE69F2 (or 0xEE69F2) is known color: Pink Flamingo. HEX triplet: EE, 69 and F2. RGB value is (238,105,242). Sum of RGB (Red+Green+Blue) = 238+105+242=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 105 (41.41% from 255 or 17.95% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #EE69F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE69F2 is #11960D. Grayscale: #9F9F9F. Windows color (decimal): -1152526 or 15886830. OLE color: 15886830.
HSL color Cylindrical-coordinate representation of color #EE69F2: hue angle of 298.25º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE69F2 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 105 | 242 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.05 |
| HSL | 298.25º | 0.84% | 0.68% | - |
| HSV(B) | 298.25º | 0.57% | 0.95% | - |
| XYZ | 56.34 | 34.69 | 87.73 | - |
| YUV | 160.39 | 174.06 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 242 | 0.02 | 0.57 | 0 | 0.05 | 298.25 | 0.84 | 0.68 |
| Hex | EE | 69 | F2 | 2 | 39 | 0 | 5 | 12A | 54 | 44 |
| Octal | 356 | 151 | 362 | 2 | 71 | 0 | 5 | 452 | 124 | 104 |
| Binary | 11101110 | 1101001 | 11110010 | 10 | 111001 | 0 | 101 | 100101010 | 1010100 | 1000100 |
Color Harmonies of #EE69F2
Complementary color
Monochromatic Colors of #EE69F2
Black with #EE69F2
Text Example
Text Example
White with #EE69F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE69F2; }
p { color: rgb(238,105,242); }
H1.HeaderClassName
{
color: #EE69F2;
}
.AnyTagClassName
{
color: #EE69F2;
}
</style>
background-color css
<style>
a { background-color: #EE69F2; }
a { background-color: rgb(238,105,242); }
div.DivClassName
{
background-color: #EE69F2;
}
.BgClassName
{
background-color: #EE69F2;
}
</style>
border-color css
<style>
span { border-color: #EE69F2; }
span { border-color: rgb(238,105,242); }
td.TdClassName
{
border-color: #EE69F2;
}
.TagClassName
{
border-color: #EE69F2;
}
</style>