#E55965

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

Shades of Froly #E55965

Tints of Froly #E55965

Color information

#E55965 (or 0xE55965) is unknown color: approx Froly. HEX triplet: E5, 59 and 65. RGB value is (229,89,101). Sum of RGB (Red+Green+Blue) = 229+89+101=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E55965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55965 is #1AA69A. Grayscale: #848484. Windows color (decimal): -1746587 or 6642149. OLE color: 6642149.

HSL color Cylindrical-coordinate representation of color #E55965: hue angle of 354.86º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E55965 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB22989101-
CMYK00.610.560.10
HSL354.86º72.92%62.35%-
HSV(B)354.86º61.14%89.8%-
XYZ38.2324.7415.07-
YUV132.23110.38197.02-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 54.65%
GREEN value IS 89 (35.16% from 255) = 21.24%
BLUE value IS 101 (39.84% from 255) = 24.11%
R=54.65%
G=21.24%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298910100.610.560.10354.8672.9262.35
HexE5596503D38A163493e
Octal345131145075701254311176
Binary1110010110110011100101011110111100010101011000111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55965; }

 p { color: rgb(229,89,101); }

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

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

 a { background-color: rgb(229,89,101); }

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

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

 span { border-color: rgb(229,89,101); }

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