Shades of Pink Flamingo #EE68FF
Tints of Pink Flamingo #EE68FF
RGB
CMYK
RGB Variations
Color information
#EE68FF (or 0xEE68FF) is known color: Pink Flamingo. HEX triplet: EE, 68 and FF. RGB value is (238,104,255). Sum of RGB (Red+Green+Blue) = 238+104+255=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 104 (41.02% from 255 or 17.42% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE68FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE68FF is #119700. Grayscale: #A0A0A0. Windows color (decimal): -1152769 or 16738542. OLE color: 16738542.
HSL color Cylindrical-coordinate representation of color #EE68FF: hue angle of 293.25º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE68FF is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 104 | 255 | - |
| CMYK | 0.07 | 0.59 | 0 | 0 |
| HSL | 293.25º | 1% | 0.7% | - |
| HSV(B) | 293.25º | 0.59% | 1% | - |
| XYZ | 58.26 | 35.3 | 98.35 | - |
| YUV | 161.28 | 180.89 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 255 | 0.07 | 0.59 | 0 | 0 | 293.25 | 1 | 0.7 |
| Hex | EE | 68 | FF | 7 | 3B | 0 | 0 | 125 | 64 | 46 |
| Octal | 356 | 150 | 377 | 7 | 73 | 0 | 0 | 445 | 144 | 106 |
| Binary | 11101110 | 1101000 | 11111111 | 111 | 111011 | 0 | 0 | 100100101 | 1100100 | 1000110 |
Color Harmonies of #EE68FF
Complementary color
Monochromatic Colors of #EE68FF
Black with #EE68FF
Text Example
Text Example
White with #EE68FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE68FF; }
p { color: rgb(238,104,255); }
H1.HeaderClassName
{
color: #EE68FF;
}
.AnyTagClassName
{
color: #EE68FF;
}
</style>
background-color css
<style>
a { background-color: #EE68FF; }
a { background-color: rgb(238,104,255); }
div.DivClassName
{
background-color: #EE68FF;
}
.BgClassName
{
background-color: #EE68FF;
}
</style>
border-color css
<style>
span { border-color: #EE68FF; }
span { border-color: rgb(238,104,255); }
td.TdClassName
{
border-color: #EE68FF;
}
.TagClassName
{
border-color: #EE68FF;
}
</style>