#E5686A

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

Shades of Froly #E5686A

Tints of Froly #E5686A

Color information

#E5686A (or 0xE5686A) is unknown color: approx Froly. HEX triplet: E5, 68 and 6A. RGB value is (229,104,106). Sum of RGB (Red+Green+Blue) = 229+104+106=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E5686A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5686A is #1A9795. Grayscale: #8D8D8D. Windows color (decimal): -1742742 or 6973669. OLE color: 6973669.

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

Color convert

RGB229104106-
CMYK00.550.540.10
HSL359.04º70.62%65.29%-
HSV(B)359.04º54.59%89.8%-
XYZ39.8627.616.86-
YUV141.6107.91190.34-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.16%
GREEN value IS 104 (41.02% from 255) = 23.69%
BLUE value IS 106 (41.80% from 255) = 24.15%
R=52.16%
G=23.69%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910410600.550.540.10359.0470.6265.29
HexE5686A03736A1674741
Octal3451501520676612547107101
Binary11100101110100011010100110111110110101010110011110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5686A; }

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

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

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

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

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

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

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

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