Shades of Pink Flamingo #EE68F5
Tints of Pink Flamingo #EE68F5
RGB
CMYK
RGB Variations
Color information
#EE68F5 (or 0xEE68F5) is known color: Pink Flamingo. HEX triplet: EE, 68 and F5. RGB value is (238,104,245). Sum of RGB (Red+Green+Blue) = 238+104+245=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 104 (41.02% from 255 or 17.72% from 587); Blue value is 245 (96.09% from 255 or 41.74% from 587); Max value from RGB is 245 - color contains mainly: blue. Hex color #EE68F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE68F5 is #11970A. Grayscale: #9F9F9F. Windows color (decimal): -1152779 or 16083182. OLE color: 16083182.
HSL color Cylindrical-coordinate representation of color #EE68F5: hue angle of 297.02º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE68F5 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 104 | 245 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.04 |
| HSL | 297.02º | 0.88% | 0.68% | - |
| HSV(B) | 297.02º | 0.58% | 0.96% | - |
| XYZ | 56.69 | 34.67 | 90.09 | - |
| YUV | 160.14 | 175.89 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 245 | 0.03 | 0.58 | 0 | 0.04 | 297.02 | 0.88 | 0.68 |
| Hex | EE | 68 | F5 | 3 | 3A | 0 | 4 | 129 | 58 | 44 |
| Octal | 356 | 150 | 365 | 3 | 72 | 0 | 4 | 451 | 130 | 104 |
| Binary | 11101110 | 1101000 | 11110101 | 11 | 111010 | 0 | 100 | 100101001 | 1011000 | 1000100 |
Color Harmonies of #EE68F5
Complementary color
Monochromatic Colors of #EE68F5
Black with #EE68F5
Text Example
Text Example
White with #EE68F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE68F5; }
p { color: rgb(238,104,245); }
H1.HeaderClassName
{
color: #EE68F5;
}
.AnyTagClassName
{
color: #EE68F5;
}
</style>
background-color css
<style>
a { background-color: #EE68F5; }
a { background-color: rgb(238,104,245); }
div.DivClassName
{
background-color: #EE68F5;
}
.BgClassName
{
background-color: #EE68F5;
}
</style>
border-color css
<style>
span { border-color: #EE68F5; }
span { border-color: rgb(238,104,245); }
td.TdClassName
{
border-color: #EE68F5;
}
.TagClassName
{
border-color: #EE68F5;
}
</style>