#EA5EFB

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

Shades of Pink Flamingo #EA5EFB

Tints of Pink Flamingo #EA5EFB

Color information

#EA5EFB (or 0xEA5EFB) is unknown color: approx Pink Flamingo. HEX triplet: EA, 5E and FB. RGB value is (234,94,251). Sum of RGB (Red+Green+Blue) = 234+94+251=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 94 (37.11% from 255 or 16.23% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #EA5EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA5EFB is #15A104. Grayscale: #999999. Windows color (decimal): -1417477 or 16473834. OLE color: 16473834.

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

Color convert

RGB23494251-
CMYK0.070.6300.02
HSL293.5º95.15%67.65%-
HSV(B)293.5º62.55%98.43%-
XYZ55.3532.4694.62-
YUV153.76182.88185.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.41%
GREEN value IS 94 (37.11% from 255) = 16.23%
BLUE value IS 251 (98.44% from 255) = 43.35%
R=40.41%
G=16.23%
B=43.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal234942510.070.6300.02293.595.1567.65
HexEA5EFB73F021265f44
Octal35213637377702446137104
Binary1110101010111101111101111111111101010010011010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5EFB; }

 p { color: rgb(234,94,251); }

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

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

 a { background-color: rgb(234,94,251); }

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

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

 span { border-color: rgb(234,94,251); }

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