#EA54F9

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

Shades of Pink Flamingo #EA54F9

Tints of Pink Flamingo #EA54F9

Color information

#EA54F9 (or 0xEA54F9) is unknown color: approx Pink Flamingo. HEX triplet: EA, 54 and F9. RGB value is (234,84,249). Sum of RGB (Red+Green+Blue) = 234+84+249=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 84 (33.20% from 255 or 14.81% from 567); Blue value is 249 (97.66% from 255 or 43.92% from 567); Max value from RGB is 249 - color contains mainly: blue. Hex color #EA54F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA54F9 is #15AB06. Grayscale: #939393. Windows color (decimal): -1420039 or 16340202. OLE color: 16340202.

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

Color convert

RGB23484249-
CMYK0.060.6600.02
HSL294.55º93.22%65.29%-
HSV(B)294.55º66.27%97.65%-
XYZ54.230.6792.69-
YUV147.66185.2189.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.27%
GREEN value IS 84 (33.20% from 255) = 14.81%
BLUE value IS 249 (97.66% from 255) = 43.92%
R=41.27%
G=14.81%
B=43.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal234842490.060.6600.02294.5593.2265.29
HexEA54F9642021275d41
Octal352124371610202447135101
Binary11101010101010011111001110100001001010010011110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA54F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA54F9; }

 p { color: rgb(234,84,249); }

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

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

 a { background-color: rgb(234,84,249); }

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

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

 span { border-color: rgb(234,84,249); }

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