#EA5C58

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

Shades of Flamingo #EA5C58

Tints of Flamingo #EA5C58

Color information

#EA5C58 (or 0xEA5C58) is unknown color: approx Flamingo. HEX triplet: EA, 5C and 58. RGB value is (234,92,88). Sum of RGB (Red+Green+Blue) = 234+92+88=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5C58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5C58 is #15A3A7. Grayscale: #868686. Windows color (decimal): -1418152 or 5790954. OLE color: 5790954.

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

Color convert

RGB2349288-
CMYK00.610.620.08
HSL1.64º77.66%63.14%-
HSV(B)1.64º62.39%91.76%-
XYZ39.5225.8512.14-
YUV134102.04199.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 56.52%
GREEN value IS 92 (36.33% from 255) = 22.22%
BLUE value IS 88 (34.77% from 255) = 21.26%
R=56.52%
G=22.22%
B=21.26%

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
Decimal234928800.610.620.081.6477.6663.14
HexEA5C5803D3E824e3f
Octal3521341300757610211677
Binary111010101011100101100001111011111101000101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5C58; }

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

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

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

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

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

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

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

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