#EA6164

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

Shades of Froly #EA6164

Tints of Froly #EA6164

Color information

#EA6164 (or 0xEA6164) is unknown color: approx Froly. HEX triplet: EA, 61 and 64. RGB value is (234,97,100). Sum of RGB (Red+Green+Blue) = 234+97+100=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6164 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6164 is #159E9B. Grayscale: #8A8A8A. Windows color (decimal): -1416860 or 6578666. OLE color: 6578666.

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

Color convert

RGB23497100-
CMYK00.590.570.08
HSL358.69º76.54%64.9%-
HSV(B)358.69º58.55%91.76%-
XYZ40.5126.9615.13-
YUV138.3106.39196.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.29%
GREEN value IS 97 (38.28% from 255) = 22.51%
BLUE value IS 100 (39.45% from 255) = 23.20%
R=54.29%
G=22.51%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349710000.590.570.08358.6976.5464.9
HexEA616403B3981674d41
Octal3521411440737110547115101
Binary11101010110000111001000111011111001100010110011110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6164; }

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

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

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

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

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

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

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

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