#EA5F62

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

Shades of Froly #EA5F62

Tints of Froly #EA5F62

Color information

#EA5F62 (or 0xEA5F62) is unknown color: approx Froly. HEX triplet: EA, 5F and 62. RGB value is (234,95,98). Sum of RGB (Red+Green+Blue) = 234+95+98=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 98 (38.67% from 255 or 22.95% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5F62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5F62 is #15A09D. Grayscale: #898989. Windows color (decimal): -1417374 or 6447082. OLE color: 6447082.

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

Color convert

RGB2349598-
CMYK00.590.580.08
HSL358.71º76.8%64.51%-
HSV(B)358.71º59.4%91.76%-
XYZ40.2326.5614.56-
YUV136.9106.05197.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.80%
GREEN value IS 95 (37.5% from 255) = 22.25%
BLUE value IS 98 (38.67% from 255) = 22.95%
R=54.80%
G=22.25%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234959800.590.580.08358.7176.864.51
HexEA5F6203B3A81674d41
Octal3521371420737210547115101
Binary11101010101111111000100111011111010100010110011110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5F62; }

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

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

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

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

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

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

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

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