#E55F60

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

Shades of Froly #E55F60

Tints of Froly #E55F60

Color information

#E55F60 (or 0xE55F60) is unknown color: approx Froly. HEX triplet: E5, 5F and 60. RGB value is (229,95,96). Sum of RGB (Red+Green+Blue) = 229+95+96=420 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.52% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55F60 is #1AA09F. Grayscale: #878787. Windows color (decimal): -1745056 or 6316005. OLE color: 6316005.

HSL color Cylindrical-coordinate representation of color #E55F60: hue angle of 359.55º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55F60 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB2299596-
CMYK00.590.580.10
HSL359.55º72.04%63.53%-
HSV(B)359.55º58.52%89.8%-
XYZ38.5225.6913.99-
YUV135.18105.89194.92-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 54.52%
GREEN value IS 95 (37.5% from 255) = 22.62%
BLUE value IS 96 (37.89% from 255) = 22.86%
R=54.52%
G=22.62%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229959600.590.580.10359.5572.0463.53
HexE55F6003B3AA1684840
Octal3451371400737212550110100
Binary11100101101111111000000111011111010101010110100010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55F60; }

 p { color: rgb(229,95,96); }

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

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

 a { background-color: rgb(229,95,96); }

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

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

 span { border-color: rgb(229,95,96); }

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