#EA5963

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

Shades of Froly #EA5963

Tints of Froly #EA5963

Color information

#EA5963 (or 0xEA5963) is unknown color: approx Froly. HEX triplet: EA, 59 and 63. RGB value is (234,89,99). Sum of RGB (Red+Green+Blue) = 234+89+99=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 99 (39.06% from 255 or 23.46% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5963 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5963 is #15A69C. Grayscale: #858585. Windows color (decimal): -1418909 or 6511082. OLE color: 6511082.

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

Color convert

RGB2348999-
CMYK00.620.580.08
HSL355.86º77.54%63.33%-
HSV(B)355.86º61.97%91.76%-
XYZ39.7625.5414.64-
YUV133.49108.54199.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 55.45%
GREEN value IS 89 (35.16% from 255) = 21.09%
BLUE value IS 99 (39.06% from 255) = 23.46%
R=55.45%
G=21.09%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234899900.620.580.08355.8677.5463.33
HexEA596303E3A81644e3f
Octal352131143076721054411677
Binary1110101010110011100011011111011101010001011001001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5963; }

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

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

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

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

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

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

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

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