Shades of Pink Flamingo #EE68FB
Tints of Pink Flamingo #EE68FB
RGB
CMYK
RGB Variations
Color information
#EE68FB (or 0xEE68FB) is known color: Pink Flamingo. HEX triplet: EE, 68 and FB. RGB value is (238,104,251). Sum of RGB (Red+Green+Blue) = 238+104+251=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 104 (41.02% from 255 or 17.54% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE68FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE68FB is #119704. Grayscale: #A0A0A0. Windows color (decimal): -1152773 or 16476398. OLE color: 16476398.
HSL color Cylindrical-coordinate representation of color #EE68FB: hue angle of 294.69º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE68FB is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 104 | 251 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.02 |
| HSL | 294.69º | 0.95% | 0.7% | - |
| HSV(B) | 294.69º | 0.59% | 0.98% | - |
| XYZ | 57.62 | 35.04 | 94.99 | - |
| YUV | 160.82 | 178.89 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 251 | 0.05 | 0.59 | 0 | 0.02 | 294.69 | 0.95 | 0.7 |
| Hex | EE | 68 | FB | 5 | 3B | 0 | 2 | 127 | 5F | 46 |
| Octal | 356 | 150 | 373 | 5 | 73 | 0 | 2 | 447 | 137 | 106 |
| Binary | 11101110 | 1101000 | 11111011 | 101 | 111011 | 0 | 10 | 100100111 | 1011111 | 1000110 |
Color Harmonies of #EE68FB
Complementary color
Monochromatic Colors of #EE68FB
Black with #EE68FB
Text Example
Text Example
White with #EE68FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE68FB; }
p { color: rgb(238,104,251); }
H1.HeaderClassName
{
color: #EE68FB;
}
.AnyTagClassName
{
color: #EE68FB;
}
</style>
background-color css
<style>
a { background-color: #EE68FB; }
a { background-color: rgb(238,104,251); }
div.DivClassName
{
background-color: #EE68FB;
}
.BgClassName
{
background-color: #EE68FB;
}
</style>
border-color css
<style>
span { border-color: #EE68FB; }
span { border-color: rgb(238,104,251); }
td.TdClassName
{
border-color: #EE68FB;
}
.TagClassName
{
border-color: #EE68FB;
}
</style>