Shades of Pink Flamingo #EE68F3
Tints of Pink Flamingo #EE68F3
RGB
CMYK
RGB Variations
Color information
#EE68F3 (or 0xEE68F3) is known color: Pink Flamingo. HEX triplet: EE, 68 and F3. RGB value is (238,104,243). Sum of RGB (Red+Green+Blue) = 238+104+243=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 104 (41.02% from 255 or 17.78% from 585); Blue value is 243 (95.31% from 255 or 41.54% from 585); Max value from RGB is 243 - color contains mainly: blue. Hex color #EE68F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE68F3 is #11970C. Grayscale: #9F9F9F. Windows color (decimal): -1152781 or 15952110. OLE color: 15952110.
HSL color Cylindrical-coordinate representation of color #EE68F3: hue angle of 297.84º degrees, saturation: 0.85, 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 #EE68F3 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 104 | 243 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.05 |
| HSL | 297.84º | 0.85% | 0.68% | - |
| HSV(B) | 297.84º | 0.57% | 0.95% | - |
| XYZ | 56.39 | 34.55 | 88.49 | - |
| YUV | 159.91 | 174.89 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 243 | 0.02 | 0.57 | 0 | 0.05 | 297.84 | 0.85 | 0.68 |
| Hex | EE | 68 | F3 | 2 | 39 | 0 | 5 | 12A | 55 | 44 |
| Octal | 356 | 150 | 363 | 2 | 71 | 0 | 5 | 452 | 125 | 104 |
| Binary | 11101110 | 1101000 | 11110011 | 10 | 111001 | 0 | 101 | 100101010 | 1010101 | 1000100 |
Color Harmonies of #EE68F3
Complementary color
Monochromatic Colors of #EE68F3
Black with #EE68F3
Text Example
Text Example
White with #EE68F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE68F3; }
p { color: rgb(238,104,243); }
H1.HeaderClassName
{
color: #EE68F3;
}
.AnyTagClassName
{
color: #EE68F3;
}
</style>
background-color css
<style>
a { background-color: #EE68F3; }
a { background-color: rgb(238,104,243); }
div.DivClassName
{
background-color: #EE68F3;
}
.BgClassName
{
background-color: #EE68F3;
}
</style>
border-color css
<style>
span { border-color: #EE68F3; }
span { border-color: rgb(238,104,243); }
td.TdClassName
{
border-color: #EE68F3;
}
.TagClassName
{
border-color: #EE68F3;
}
</style>