#E56370

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

Shades of Froly #E56370

Tints of Froly #E56370

Color information

#E56370 (or 0xE56370) is unknown color: approx Froly. HEX triplet: E5, 63 and 70. RGB value is (229,99,112). Sum of RGB (Red+Green+Blue) = 229+99+112=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E56370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56370 is #1A9C8F. Grayscale: #8B8B8B. Windows color (decimal): -1744016 or 7365605. OLE color: 7365605.

HSL color Cylindrical-coordinate representation of color #E56370: hue angle of 354º 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 #E56370 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB22999112-
CMYK00.570.510.10
HSL354º71.43%64.31%-
HSV(B)354º56.77%89.8%-
XYZ39.726.7518.4-
YUV139.35112.57191.94-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.05%
GREEN value IS 99 (39.06% from 255) = 22.5%
BLUE value IS 112 (44.14% from 255) = 25.45%
R=52.05%
G=22.5%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299911200.570.510.1035471.4364.31
HexE5637003933A1624740
Octal3451431600716312542107100
Binary11100101110001111100000111001110011101010110001010001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56370; }

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

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

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

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

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

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

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

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