Shades of Pink Flamingo #EE68FD
Tints of Pink Flamingo #EE68FD
RGB
CMYK
RGB Variations
Color information
#EE68FD (or 0xEE68FD) is known color: Pink Flamingo. HEX triplet: EE, 68 and FD. RGB value is (238,104,253). Sum of RGB (Red+Green+Blue) = 238+104+253=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 104 (41.02% from 255 or 17.48% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE68FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE68FD is #119702. Grayscale: #A0A0A0. Windows color (decimal): -1152771 or 16607470. OLE color: 16607470.
HSL color Cylindrical-coordinate representation of color #EE68FD: hue angle of 293.96º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE68FD is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 104 | 253 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.01 |
| HSL | 293.96º | 0.97% | 0.7% | - |
| HSV(B) | 293.96º | 0.59% | 0.99% | - |
| XYZ | 57.94 | 35.17 | 96.66 | - |
| YUV | 161.05 | 179.89 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 253 | 0.06 | 0.59 | 0 | 0.01 | 293.96 | 0.97 | 0.7 |
| Hex | EE | 68 | FD | 6 | 3B | 0 | 1 | 126 | 61 | 46 |
| Octal | 356 | 150 | 375 | 6 | 73 | 0 | 1 | 446 | 141 | 106 |
| Binary | 11101110 | 1101000 | 11111101 | 110 | 111011 | 0 | 1 | 100100110 | 1100001 | 1000110 |
Color Harmonies of #EE68FD
Complementary color
Monochromatic Colors of #EE68FD
Black with #EE68FD
Text Example
Text Example
White with #EE68FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE68FD; }
p { color: rgb(238,104,253); }
H1.HeaderClassName
{
color: #EE68FD;
}
.AnyTagClassName
{
color: #EE68FD;
}
</style>
background-color css
<style>
a { background-color: #EE68FD; }
a { background-color: rgb(238,104,253); }
div.DivClassName
{
background-color: #EE68FD;
}
.BgClassName
{
background-color: #EE68FD;
}
</style>
border-color css
<style>
span { border-color: #EE68FD; }
span { border-color: rgb(238,104,253); }
td.TdClassName
{
border-color: #EE68FD;
}
.TagClassName
{
border-color: #EE68FD;
}
</style>