#EE54FF

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

Shades of Pink Flamingo #EE54FF

Tints of Pink Flamingo #EE54FF

Color information

#EE54FF (or 0xEE54FF) is unknown color: approx Pink Flamingo. HEX triplet: EE, 54 and FF. RGB value is (238,84,255). Sum of RGB (Red+Green+Blue) = 238+84+255=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 84 (33.20% from 255 or 14.56% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE54FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE54FF is #11AB00. Grayscale: #959595. Windows color (decimal): -1157889 or 16733422. OLE color: 16733422.

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

Color convert

RGB23884255-
CMYK0.070.6700
HSL294.04º100%66.47%-
HSV(B)294.04º67.06%100%-
XYZ56.4831.7497.76-
YUV149.54187.52191.1-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.25%
GREEN value IS 84 (33.20% from 255) = 14.56%
BLUE value IS 255 (100% from 255) = 44.19%
R=41.25%
G=14.56%
B=44.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal238842550.070.6700294.0410066.47
HexEE54FF743001266442
Octal356124377710300446144102
Binary1110111010101001111111111110000110010010011011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE54FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE54FF; }

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

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

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

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

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

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

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

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