#EA5F61

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

Shades of Froly #EA5F61

Tints of Froly #EA5F61

Color information

#EA5F61 (or 0xEA5F61) is unknown color: approx Froly. HEX triplet: EA, 5F and 61. RGB value is (234,95,97). Sum of RGB (Red+Green+Blue) = 234+95+97=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5F61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5F61 is #15A09E. Grayscale: #888888. Windows color (decimal): -1417375 or 6381546. OLE color: 6381546.

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

Color convert

RGB2349597-
CMYK00.590.590.08
HSL359.14º76.8%64.51%-
HSV(B)359.14º59.4%91.76%-
XYZ40.1826.5414.31-
YUV136.79105.55197.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.93%
GREEN value IS 95 (37.5% from 255) = 22.30%
BLUE value IS 97 (38.28% from 255) = 22.77%
R=54.93%
G=22.30%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234959700.590.590.08359.1476.864.51
HexEA5F6103B3B81674d41
Octal3521371410737310547115101
Binary11101010101111111000010111011111011100010110011110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5F61; }

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

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

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

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

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

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

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

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