#EE68F9

Color #EE68F9 Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #EE68F9

Tints of Pink Flamingo #EE68F9

Color information

#EE68F9 (or 0xEE68F9) is unknown color: approx Pink Flamingo. HEX triplet: EE, 68 and F9. RGB value is (238,104,249). Sum of RGB (Red+Green+Blue) = 238+104+249=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 104 (41.02% from 255 or 17.60% from 591); Blue value is 249 (97.66% from 255 or 42.13% from 591); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE68F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE68F9 is #119706. Grayscale: #A0A0A0. Windows color (decimal): -1152775 or 16345326. OLE color: 16345326.

HSL color Cylindrical-coordinate representation of color #EE68F9: hue angle of 295.45º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE68F9 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238104249-
CMYK0.040.5800.02
HSL295.45º92.36%69.22%-
HSV(B)295.45º58.23%97.65%-
XYZ57.3134.9293.34-
YUV160.6177.89183.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 40.27%
GREEN value IS 104 (41.02% from 255) = 17.60%
BLUE value IS 249 (97.66% from 255) = 42.13%
R=40.27%
G=17.60%
B=42.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381042490.040.5800.02295.4592.3669.22
HexEE68F943A021275c45
Octal35615037147202447134105
Binary1110111011010001111100110011101001010010011110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE68F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE68F9; }

 p { color: rgb(238,104,249); }

 H1.HeaderClassName
 {
   color: #EE68F9;
 }
 .AnyTagClassName
 {
   color: #EE68F9;
 }
</style>
background-color css

<style>
 a { background-color: #EE68F9; }

 a { background-color: rgb(238,104,249); }

 div.DivClassName
 {
   background-color: #EE68F9;
 }
 .BgClassName
 {
   background-color: #EE68F9;
 }
</style>
border-color css

<style>
 span { border-color: #EE68F9; }

 span { border-color: rgb(238,104,249); }

 td.TdClassName
 {
   border-color: #EE68F9;
 }
 .TagClassName
 {
   border-color: #EE68F9;
 }
</style>