#E56466

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

Shades of Froly #E56466

Tints of Froly #E56466

Color information

#E56466 (or 0xE56466) is unknown color: approx Froly. HEX triplet: E5, 64 and 66. RGB value is (229,100,102). Sum of RGB (Red+Green+Blue) = 229+100+102=431 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.13% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 229 - color contains mainly: red. Hex color #E56466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56466 is #1A9B99. Grayscale: #8A8A8A. Windows color (decimal): -1743770 or 6710501. OLE color: 6710501.

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

Color convert

RGB229100102-
CMYK00.560.550.10
HSL359.07º71.27%64.51%-
HSV(B)359.07º56.33%89.8%-
XYZ39.2726.7315.66-
YUV138.8107.24192.34-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.13%
GREEN value IS 100 (39.45% from 255) = 23.20%
BLUE value IS 102 (40.23% from 255) = 23.67%
R=53.13%
G=23.20%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910010200.560.550.10359.0771.2764.51
HexE5646603837A1674741
Octal3451441460706712547107101
Binary11100101110010011001100111000110111101010110011110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56466; }

 p { color: rgb(229,100,102); }

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

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

 a { background-color: rgb(229,100,102); }

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

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

 span { border-color: rgb(229,100,102); }

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