#EA5964

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

Shades of Froly #EA5964

Tints of Froly #EA5964

Color information

#EA5964 (or 0xEA5964) is unknown color: approx Froly. HEX triplet: EA, 59 and 64. RGB value is (234,89,100). Sum of RGB (Red+Green+Blue) = 234+89+100=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5964 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5964 is #15A69B. Grayscale: #858585. Windows color (decimal): -1418908 or 6576618. OLE color: 6576618.

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

Color convert

RGB23489100-
CMYK00.620.570.08
HSL355.45º77.54%63.33%-
HSV(B)355.45º61.97%91.76%-
XYZ39.825.5614.89-
YUV133.61109.04199.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 55.32%
GREEN value IS 89 (35.16% from 255) = 21.04%
BLUE value IS 100 (39.45% from 255) = 23.64%
R=55.32%
G=21.04%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348910000.620.570.08355.4577.5463.33
HexEA596403E3981634e3f
Octal352131144076711054311677
Binary1110101010110011100100011111011100110001011000111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5964; }

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

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

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

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

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

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

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

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