#EE54FB

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

Shades of Pink Flamingo #EE54FB

Tints of Pink Flamingo #EE54FB

Color information

#EE54FB (or 0xEE54FB) is unknown color: approx Pink Flamingo. HEX triplet: EE, 54 and FB. RGB value is (238,84,251). Sum of RGB (Red+Green+Blue) = 238+84+251=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 84 (33.20% from 255 or 14.66% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE54FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE54FB is #11AB04. Grayscale: #949494. Windows color (decimal): -1157893 or 16471278. OLE color: 16471278.

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

Color convert

RGB23884251-
CMYK0.050.6700.02
HSL295.33º95.43%65.69%-
HSV(B)295.33º66.53%98.43%-
XYZ55.8431.4894.4-
YUV149.08185.52191.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.54%
GREEN value IS 84 (33.20% from 255) = 14.66%
BLUE value IS 251 (98.44% from 255) = 43.80%
R=41.54%
G=14.66%
B=43.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal238842510.050.6700.02295.3395.4365.69
HexEE54FB543021275f42
Octal356124373510302447137102
Binary11101110101010011111011101100001101010010011110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE54FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE54FB; }

 p { color: rgb(238,84,251); }

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

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

 a { background-color: rgb(238,84,251); }

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

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

 span { border-color: rgb(238,84,251); }

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