#EA5C47

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

Shades of Flamingo #EA5C47

Tints of Flamingo #EA5C47

Color information

#EA5C47 (or 0xEA5C47) is unknown color: approx Flamingo. HEX triplet: EA, 5C and 47. RGB value is (234,92,71). Sum of RGB (Red+Green+Blue) = 234+92+71=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5C47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5C47 is #15A3B8. Grayscale: #848484. Windows color (decimal): -1418169 or 4676842. OLE color: 4676842.

HSL color Cylindrical-coordinate representation of color #EA5C47: hue angle of 7.73º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA5C47 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB2349271-
CMYK00.610.700.08
HSL7.73º79.51%59.8%-
HSV(B)7.73º69.66%91.76%-
XYZ38.925.68.85-
YUV132.0693.54200.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 58.94%
GREEN value IS 92 (36.33% from 255) = 23.17%
BLUE value IS 71 (28.12% from 255) = 17.88%
R=58.94%
G=23.17%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234927100.610.700.087.7379.5159.8
HexEA5C4703D4688503c
Octal352134107075106101012074
Binary111010101011100100011101111011000110100010001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5C47; }

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

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

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

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

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

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

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

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