#EA5F57

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

Shades of Flamingo #EA5F57

Tints of Flamingo #EA5F57

Color information

#EA5F57 (or 0xEA5F57) is unknown color: approx Flamingo. HEX triplet: EA, 5F and 57. RGB value is (234,95,87). Sum of RGB (Red+Green+Blue) = 234+95+87=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 87 (34.38% from 255 or 20.91% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5F57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5F57 is #15A0A8. Grayscale: #878787. Windows color (decimal): -1417385 or 5726186. OLE color: 5726186.

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

Color convert

RGB2349587-
CMYK00.590.630.08
HSL3.27º77.78%62.94%-
HSV(B)3.27º62.82%91.76%-
XYZ39.7426.3612.01-
YUV135.65100.55198.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 56.25%
GREEN value IS 95 (37.5% from 255) = 22.84%
BLUE value IS 87 (34.38% from 255) = 20.91%
R=56.25%
G=22.84%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234958700.590.630.083.2777.7862.94
HexEA5F5703B3F834e3f
Octal3521371270737710311677
Binary111010101011111101011101110111111111000111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5F57; }

 p { color: rgb(234,95,87); }

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

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

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

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

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

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

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