#EA5A53

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

Shades of Flamingo #EA5A53

Tints of Flamingo #EA5A53

Color information

#EA5A53 (or 0xEA5A53) is unknown color: approx Flamingo. HEX triplet: EA, 5A and 53. RGB value is (234,90,83). Sum of RGB (Red+Green+Blue) = 234+90+83=407 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.49% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 83 (32.81% from 255 or 20.39% from 407); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5A53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5A53 is #15A5AC. Grayscale: #848484. Windows color (decimal): -1418669 or 5462762. OLE color: 5462762.

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

Color convert

RGB2349083-
CMYK00.620.650.08
HSL2.78º78.24%62.16%-
HSV(B)2.78º64.53%91.76%-
XYZ39.1525.4311.03-
YUV132.26100.21200.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 57.49%
GREEN value IS 90 (35.55% from 255) = 22.11%
BLUE value IS 83 (32.81% from 255) = 20.39%
R=57.49%
G=22.11%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234908300.620.650.082.7878.2462.16
HexEA5A5303E41834e3e
Octal35213212307610110311676
Binary1110101010110101010011011111010000011000111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5A53; }

 p { color: rgb(234,90,83); }

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

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

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

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

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

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

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