#EE55FC

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

Shades of Pink Flamingo #EE55FC

Tints of Pink Flamingo #EE55FC

Color information

#EE55FC (or 0xEE55FC) is unknown color: approx Pink Flamingo. HEX triplet: EE, 55 and FC. RGB value is (238,85,252). Sum of RGB (Red+Green+Blue) = 238+85+252=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 85 (33.59% from 255 or 14.78% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE55FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE55FC is #11AA03. Grayscale: #959595. Windows color (decimal): -1157636 or 16537070. OLE color: 16537070.

HSL color Cylindrical-coordinate representation of color #EE55FC: hue angle of 294.97º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE55FC is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23885252-
CMYK0.060.6600.01
HSL294.97º96.53%66.08%-
HSV(B)294.97º66.27%98.82%-
XYZ56.0831.795.26-
YUV149.78185.69190.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.39%
GREEN value IS 85 (33.59% from 255) = 14.78%
BLUE value IS 252 (98.83% from 255) = 43.83%
R=41.39%
G=14.78%
B=43.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal238852520.060.6600.01294.9796.5366.08
HexEE55FC642011276142
Octal356125374610201447141102
Binary1110111010101011111110011010000100110010011111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE55FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE55FC; }

 p { color: rgb(238,85,252); }

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

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

 a { background-color: rgb(238,85,252); }

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

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

 span { border-color: rgb(238,85,252); }

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