#EA5962

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

Shades of Froly #EA5962

Tints of Froly #EA5962

Color information

#EA5962 (or 0xEA5962) is unknown color: approx Froly. HEX triplet: EA, 59 and 62. RGB value is (234,89,98). Sum of RGB (Red+Green+Blue) = 234+89+98=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 98 (38.67% from 255 or 23.28% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5962 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5962 is #15A69D. Grayscale: #858585. Windows color (decimal): -1418910 or 6445546. OLE color: 6445546.

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

Color convert

RGB2348998-
CMYK00.620.580.08
HSL356.28º77.54%63.33%-
HSV(B)356.28º61.97%91.76%-
XYZ39.7125.5214.39-
YUV133.38108.04199.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 55.58%
GREEN value IS 89 (35.16% from 255) = 21.14%
BLUE value IS 98 (38.67% from 255) = 23.28%
R=55.58%
G=21.14%
B=23.28%

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
Decimal234899800.620.580.08356.2877.5463.33
HexEA596203E3A81644e3f
Octal352131142076721054411677
Binary1110101010110011100010011111011101010001011001001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5962; }

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

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

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

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

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

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

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

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