#EA5C59

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

Shades of Flamingo #EA5C59

Tints of Flamingo #EA5C59

Color information

#EA5C59 (or 0xEA5C59) is unknown color: approx Flamingo. HEX triplet: EA, 5C and 59. RGB value is (234,92,89). Sum of RGB (Red+Green+Blue) = 234+92+89=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5C59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5C59 is #15A3A6. Grayscale: #868686. Windows color (decimal): -1418151 or 5856490. OLE color: 5856490.

HSL color Cylindrical-coordinate representation of color #EA5C59: hue angle of 1.24º 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 #EA5C59 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB2349289-
CMYK00.610.620.08
HSL1.24º77.54%63.33%-
HSV(B)1.24º61.97%91.76%-
XYZ39.5625.8712.36-
YUV134.12102.54199.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 56.39%
GREEN value IS 92 (36.33% from 255) = 22.17%
BLUE value IS 89 (35.16% from 255) = 21.45%
R=56.39%
G=22.17%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234928900.610.620.081.2477.5463.33
HexEA5C5903D3E814e3f
Octal3521341310757610111677
Binary11101010101110010110010111101111110100011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5C59; }

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

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

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

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

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

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

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

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