#EE54F4

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

Shades of Pink Flamingo #EE54F4

Tints of Pink Flamingo #EE54F4

Color information

#EE54F4 (or 0xEE54F4) is unknown color: approx Pink Flamingo. HEX triplet: EE, 54 and F4. RGB value is (238,84,244). Sum of RGB (Red+Green+Blue) = 238+84+244=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 84 (33.20% from 255 or 14.84% from 566); Blue value is 244 (95.70% from 255 or 43.11% from 566); Max value from RGB is 244 - color contains mainly: blue. Hex color #EE54F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE54F4 is #11AB0B. Grayscale: #939393. Windows color (decimal): -1157900 or 16012526. OLE color: 16012526.

HSL color Cylindrical-coordinate representation of color #EE54F4: hue angle of 297.75º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE54F4 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB23884244-
CMYK0.020.6600.04
HSL297.75º87.91%64.31%-
HSV(B)297.75º65.57%95.69%-
XYZ54.7631.0588.69-
YUV148.29182.02191.99-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.05%
GREEN value IS 84 (33.20% from 255) = 14.84%
BLUE value IS 244 (95.70% from 255) = 43.11%
R=42.05%
G=14.84%
B=43.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal238842440.020.6600.04297.7587.9164.31
HexEE54F42420412a5840
Octal356124364210204452130100
Binary11101110101010011110100101000010010010010101010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE54F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE54F4; }

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

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

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

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

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

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

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

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