Shades of Pink Flamingo #EE68F9
Tints of Pink Flamingo #EE68F9
RGB
CMYK
RGB Variations
Color information
#EE68F9 (or 0xEE68F9) is known color: Pink Flamingo. HEX triplet: EE, 68 and F9. RGB value is (238,104,249). Sum of RGB (Red+Green+Blue) = 238+104+249=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 104 (41.02% from 255 or 17.60% from 591); Blue value is 249 (97.66% from 255 or 42.13% from 591); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE68F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE68F9 is #119706. Grayscale: #A0A0A0. Windows color (decimal): -1152775 or 16345326. OLE color: 16345326.
HSL color Cylindrical-coordinate representation of color #EE68F9: hue angle of 295.45º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE68F9 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 104 | 249 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.02 |
| HSL | 295.45º | 0.92% | 0.69% | - |
| HSV(B) | 295.45º | 0.58% | 0.98% | - |
| XYZ | 57.31 | 34.92 | 93.34 | - |
| YUV | 160.6 | 177.89 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 249 | 0.04 | 0.58 | 0 | 0.02 | 295.45 | 0.92 | 0.69 |
| Hex | EE | 68 | F9 | 4 | 3A | 0 | 2 | 127 | 5C | 45 |
| Octal | 356 | 150 | 371 | 4 | 72 | 0 | 2 | 447 | 134 | 105 |
| Binary | 11101110 | 1101000 | 11111001 | 100 | 111010 | 0 | 10 | 100100111 | 1011100 | 1000101 |
Color Harmonies of #EE68F9
Complementary color
Monochromatic Colors of #EE68F9
Black with #EE68F9
Text Example
Text Example
White with #EE68F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE68F9; }
p { color: rgb(238,104,249); }
H1.HeaderClassName
{
color: #EE68F9;
}
.AnyTagClassName
{
color: #EE68F9;
}
</style>
background-color css
<style>
a { background-color: #EE68F9; }
a { background-color: rgb(238,104,249); }
div.DivClassName
{
background-color: #EE68F9;
}
.BgClassName
{
background-color: #EE68F9;
}
</style>
border-color css
<style>
span { border-color: #EE68F9; }
span { border-color: rgb(238,104,249); }
td.TdClassName
{
border-color: #EE68F9;
}
.TagClassName
{
border-color: #EE68F9;
}
</style>