#E56168

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

Shades of Froly #E56168

Tints of Froly #E56168

Color information

#E56168 (or 0xE56168) is unknown color: approx Froly. HEX triplet: E5, 61 and 68. RGB value is (229,97,104). Sum of RGB (Red+Green+Blue) = 229+97+104=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E56168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56168 is #1A9E97. Grayscale: #898989. Windows color (decimal): -1744536 or 6840805. OLE color: 6840805.

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

Color convert

RGB22997104-
CMYK00.580.550.10
HSL356.82º71.74%63.92%-
HSV(B)356.82º57.64%89.8%-
XYZ39.0926.2116.1-
YUV137.27109.23193.43-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.26%
GREEN value IS 97 (38.28% from 255) = 22.56%
BLUE value IS 104 (41.02% from 255) = 24.19%
R=53.26%
G=22.56%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299710400.580.550.10356.8271.7463.92
HexE5616803A37A1654840
Octal3451411500726712545110100
Binary11100101110000111010000111010110111101010110010110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56168; }

 p { color: rgb(229,97,104); }

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

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

 a { background-color: rgb(229,97,104); }

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

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

 span { border-color: rgb(229,97,104); }

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