Shades of Pink Flamingo #EE68FA
Tints of Pink Flamingo #EE68FA
RGB
CMYK
RGB Variations
Color information
#EE68FA (or 0xEE68FA) is known color: Pink Flamingo. HEX triplet: EE, 68 and FA. RGB value is (238,104,250). Sum of RGB (Red+Green+Blue) = 238+104+250=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 104 (41.02% from 255 or 17.57% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE68FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE68FA is #119705. Grayscale: #A0A0A0. Windows color (decimal): -1152774 or 16410862. OLE color: 16410862.
HSL color Cylindrical-coordinate representation of color #EE68FA: hue angle of 295.07º degrees, saturation: 0.94, 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 #EE68FA is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 104 | 250 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.02 |
| HSL | 295.07º | 0.94% | 0.69% | - |
| HSV(B) | 295.07º | 0.58% | 0.98% | - |
| XYZ | 57.47 | 34.98 | 94.17 | - |
| YUV | 160.71 | 178.39 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 250 | 0.05 | 0.58 | 0 | 0.02 | 295.07 | 0.94 | 0.69 |
| Hex | EE | 68 | FA | 5 | 3A | 0 | 2 | 127 | 5E | 45 |
| Octal | 356 | 150 | 372 | 5 | 72 | 0 | 2 | 447 | 136 | 105 |
| Binary | 11101110 | 1101000 | 11111010 | 101 | 111010 | 0 | 10 | 100100111 | 1011110 | 1000101 |
Color Harmonies of #EE68FA
Complementary color
Monochromatic Colors of #EE68FA
Black with #EE68FA
Text Example
Text Example
White with #EE68FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE68FA; }
p { color: rgb(238,104,250); }
H1.HeaderClassName
{
color: #EE68FA;
}
.AnyTagClassName
{
color: #EE68FA;
}
</style>
background-color css
<style>
a { background-color: #EE68FA; }
a { background-color: rgb(238,104,250); }
div.DivClassName
{
background-color: #EE68FA;
}
.BgClassName
{
background-color: #EE68FA;
}
</style>
border-color css
<style>
span { border-color: #EE68FA; }
span { border-color: rgb(238,104,250); }
td.TdClassName
{
border-color: #EE68FA;
}
.TagClassName
{
border-color: #EE68FA;
}
</style>