#EA5959

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

Shades of Flamingo #EA5959

Tints of Flamingo #EA5959

Color information

#EA5959 (or 0xEA5959) is unknown color: approx Flamingo. HEX triplet: EA, 59 and 59. RGB value is (234,89,89). Sum of RGB (Red+Green+Blue) = 234+89+89=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5959 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5959 is #15A6A6. Grayscale: #848484. Windows color (decimal): -1418919 or 5855722. OLE color: 5855722.

HSL color Cylindrical-coordinate representation of color #EA5959: hue angle of 0º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA5959 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB2348989-
CMYK00.620.620.08
HSL77.54%63.33%-
HSV(B)61.97%91.76%-
XYZ39.3125.3612.27-
YUV132.35103.54200.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 56.80%
GREEN value IS 89 (35.16% from 255) = 21.60%
BLUE value IS 89 (35.16% from 255) = 21.60%
R=56.80%
G=21.60%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234898900.620.620.08077.5463.33
HexEA595903E3E804e3f
Octal3521311310767610011677
Binary11101010101100110110010111110111110100001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5959; }

 p { color: rgb(234,89,89); }

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

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

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

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

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

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

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