#EE56FF

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

Shades of Pink Flamingo #EE56FF

Tints of Pink Flamingo #EE56FF

Color information

#EE56FF (or 0xEE56FF) is unknown color: approx Pink Flamingo. HEX triplet: EE, 56 and FF. RGB value is (238,86,255). Sum of RGB (Red+Green+Blue) = 238+86+255=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 86 (33.98% from 255 or 14.85% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE56FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE56FF is #11A900. Grayscale: #969696. Windows color (decimal): -1157377 or 16733934. OLE color: 16733934.

HSL color Cylindrical-coordinate representation of color #EE56FF: hue angle of 293.96º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE56FF is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB23886255-
CMYK0.070.6600
HSL293.96º100%66.86%-
HSV(B)293.96º66.27%100%-
XYZ56.6432.0597.81-
YUV150.71186.86190.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.11%
GREEN value IS 86 (33.98% from 255) = 14.85%
BLUE value IS 255 (100% from 255) = 44.04%
R=41.11%
G=14.85%
B=44.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal238862550.070.6600293.9610066.86
HexEE56FF742001266443
Octal356126377710200446144103
Binary1110111010101101111111111110000100010010011011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE56FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE56FF; }

 p { color: rgb(238,86,255); }

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

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

 a { background-color: rgb(238,86,255); }

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

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

 span { border-color: rgb(238,86,255); }

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