#E56365

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

Shades of Froly #E56365

Tints of Froly #E56365

Color information

#E56365 (or 0xE56365) is unknown color: approx Froly. HEX triplet: E5, 63 and 65. RGB value is (229,99,101). Sum of RGB (Red+Green+Blue) = 229+99+101=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E56365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56365 is #1A9C9A. Grayscale: #8A8A8A. Windows color (decimal): -1744027 or 6644709. OLE color: 6644709.

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

Color convert

RGB22999101-
CMYK00.570.560.10
HSL359.08º71.43%64.31%-
HSV(B)359.08º56.77%89.8%-
XYZ39.1226.5215.37-
YUV138.1107.07192.84-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.38%
GREEN value IS 99 (39.06% from 255) = 23.08%
BLUE value IS 101 (39.84% from 255) = 23.54%
R=53.38%
G=23.08%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299910100.570.560.10359.0871.4364.31
HexE5636503938A1674740
Octal3451431450717012547107100
Binary11100101110001111001010111001111000101010110011110001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56365; }

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

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

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

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

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

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

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

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