Shades of Pink Flamingo #EE69F5
Tints of Pink Flamingo #EE69F5
RGB
CMYK
RGB Variations
Color information
#EE69F5 (or 0xEE69F5) is known color: Pink Flamingo. HEX triplet: EE, 69 and F5. RGB value is (238,105,245). Sum of RGB (Red+Green+Blue) = 238+105+245=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 105 (41.41% from 255 or 17.86% from 588); Blue value is 245 (96.09% from 255 or 41.67% from 588); Max value from RGB is 245 - color contains mainly: blue. Hex color #EE69F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE69F5 is #11960A. Grayscale: #A0A0A0. Windows color (decimal): -1152523 or 16083438. OLE color: 16083438.
HSL color Cylindrical-coordinate representation of color #EE69F5: hue angle of 297º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE69F5 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 105 | 245 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.04 |
| HSL | 297º | 0.88% | 0.69% | - |
| HSV(B) | 297º | 0.57% | 0.96% | - |
| XYZ | 56.79 | 34.87 | 90.12 | - |
| YUV | 160.73 | 175.56 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 245 | 0.03 | 0.57 | 0 | 0.04 | 297 | 0.88 | 0.69 |
| Hex | EE | 69 | F5 | 3 | 39 | 0 | 4 | 129 | 58 | 45 |
| Octal | 356 | 151 | 365 | 3 | 71 | 0 | 4 | 451 | 130 | 105 |
| Binary | 11101110 | 1101001 | 11110101 | 11 | 111001 | 0 | 100 | 100101001 | 1011000 | 1000101 |
Color Harmonies of #EE69F5
Complementary color
Monochromatic Colors of #EE69F5
Black with #EE69F5
Text Example
Text Example
White with #EE69F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE69F5; }
p { color: rgb(238,105,245); }
H1.HeaderClassName
{
color: #EE69F5;
}
.AnyTagClassName
{
color: #EE69F5;
}
</style>
background-color css
<style>
a { background-color: #EE69F5; }
a { background-color: rgb(238,105,245); }
div.DivClassName
{
background-color: #EE69F5;
}
.BgClassName
{
background-color: #EE69F5;
}
</style>
border-color css
<style>
span { border-color: #EE69F5; }
span { border-color: rgb(238,105,245); }
td.TdClassName
{
border-color: #EE69F5;
}
.TagClassName
{
border-color: #EE69F5;
}
</style>