Shades of Pink Flamingo #EE68F1
Tints of Pink Flamingo #EE68F1
RGB
CMYK
RGB Variations
Color information
#EE68F1 (or 0xEE68F1) is known color: Pink Flamingo. HEX triplet: EE, 68 and F1. RGB value is (238,104,241). Sum of RGB (Red+Green+Blue) = 238+104+241=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 104 (41.02% from 255 or 17.84% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE68F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE68F1 is #11970E. Grayscale: #9F9F9F. Windows color (decimal): -1152783 or 15821038. OLE color: 15821038.
HSL color Cylindrical-coordinate representation of color #EE68F1: hue angle of 298.69º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE68F1 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 104 | 241 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.05 |
| HSL | 298.69º | 0.83% | 0.68% | - |
| HSV(B) | 298.69º | 0.57% | 0.95% | - |
| XYZ | 56.09 | 34.43 | 86.91 | - |
| YUV | 159.68 | 173.89 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 241 | 0.01 | 0.57 | 0 | 0.05 | 298.69 | 0.83 | 0.68 |
| Hex | EE | 68 | F1 | 1 | 39 | 0 | 5 | 12B | 53 | 44 |
| Octal | 356 | 150 | 361 | 1 | 71 | 0 | 5 | 453 | 123 | 104 |
| Binary | 11101110 | 1101000 | 11110001 | 1 | 111001 | 0 | 101 | 100101011 | 1010011 | 1000100 |
Color Harmonies of #EE68F1
Complementary color
Monochromatic Colors of #EE68F1
Black with #EE68F1
Text Example
Text Example
White with #EE68F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE68F1; }
p { color: rgb(238,104,241); }
H1.HeaderClassName
{
color: #EE68F1;
}
.AnyTagClassName
{
color: #EE68F1;
}
</style>
background-color css
<style>
a { background-color: #EE68F1; }
a { background-color: rgb(238,104,241); }
div.DivClassName
{
background-color: #EE68F1;
}
.BgClassName
{
background-color: #EE68F1;
}
</style>
border-color css
<style>
span { border-color: #EE68F1; }
span { border-color: rgb(238,104,241); }
td.TdClassName
{
border-color: #EE68F1;
}
.TagClassName
{
border-color: #EE68F1;
}
</style>