Shades of Pink Flamingo #EE68FC
Tints of Pink Flamingo #EE68FC
RGB
CMYK
RGB Variations
Color information
#EE68FC (or 0xEE68FC) is known color: Pink Flamingo. HEX triplet: EE, 68 and FC. RGB value is (238,104,252). Sum of RGB (Red+Green+Blue) = 238+104+252=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 104 (41.02% from 255 or 17.51% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE68FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE68FC is #119703. Grayscale: #A0A0A0. Windows color (decimal): -1152772 or 16541934. OLE color: 16541934.
HSL color Cylindrical-coordinate representation of color #EE68FC: hue angle of 294.32º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE68FC is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 104 | 252 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.01 |
| HSL | 294.32º | 0.96% | 0.7% | - |
| HSV(B) | 294.32º | 0.59% | 0.99% | - |
| XYZ | 57.78 | 35.11 | 95.83 | - |
| YUV | 160.94 | 179.39 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 252 | 0.06 | 0.59 | 0 | 0.01 | 294.32 | 0.96 | 0.7 |
| Hex | EE | 68 | FC | 6 | 3B | 0 | 1 | 126 | 60 | 46 |
| Octal | 356 | 150 | 374 | 6 | 73 | 0 | 1 | 446 | 140 | 106 |
| Binary | 11101110 | 1101000 | 11111100 | 110 | 111011 | 0 | 1 | 100100110 | 1100000 | 1000110 |
Color Harmonies of #EE68FC
Complementary color
Monochromatic Colors of #EE68FC
Black with #EE68FC
Text Example
Text Example
White with #EE68FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE68FC; }
p { color: rgb(238,104,252); }
H1.HeaderClassName
{
color: #EE68FC;
}
.AnyTagClassName
{
color: #EE68FC;
}
</style>
background-color css
<style>
a { background-color: #EE68FC; }
a { background-color: rgb(238,104,252); }
div.DivClassName
{
background-color: #EE68FC;
}
.BgClassName
{
background-color: #EE68FC;
}
</style>
border-color css
<style>
span { border-color: #EE68FC; }
span { border-color: rgb(238,104,252); }
td.TdClassName
{
border-color: #EE68FC;
}
.TagClassName
{
border-color: #EE68FC;
}
</style>