#EA5C5F

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

Shades of Froly #EA5C5F

Tints of Froly #EA5C5F

Color information

#EA5C5F (or 0xEA5C5F) is unknown color: approx Froly. HEX triplet: EA, 5C and 5F. RGB value is (234,92,95). Sum of RGB (Red+Green+Blue) = 234+92+95=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5C5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5C5F is #15A3A0. Grayscale: #868686. Windows color (decimal): -1418145 or 6249706. OLE color: 6249706.

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

Color convert

RGB2349295-
CMYK00.610.590.08
HSL358.73º77.17%63.92%-
HSV(B)358.73º60.68%91.76%-
XYZ39.8225.9713.74-
YUV134.8105.54198.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 55.58%
GREEN value IS 92 (36.33% from 255) = 21.85%
BLUE value IS 95 (37.5% from 255) = 22.57%
R=55.58%
G=21.85%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234929500.610.590.08358.7377.1763.92
HexEA5C5F03D3B81674d40
Octal3521341370757310547115100
Binary11101010101110010111110111101111011100010110011110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5C5F; }

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

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

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

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

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

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

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

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