#E1686A

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

Shades of Froly #E1686A

Tints of Froly #E1686A

Color information

#E1686A (or 0xE1686A) is unknown color: approx Froly. HEX triplet: E1, 68 and 6A. RGB value is (225,104,106). Sum of RGB (Red+Green+Blue) = 225+104+106=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E1686A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1686A is #1E9795. Grayscale: #8C8C8C. Windows color (decimal): -2004886 or 6973665. OLE color: 6973665.

HSL color Cylindrical-coordinate representation of color #E1686A: hue angle of 359.01º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E1686A is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB225104106-
CMYK00.540.530.12
HSL359.01º66.85%64.51%-
HSV(B)359.01º53.78%88.24%-
XYZ38.626.9516.8-
YUV140.41108.59188.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.72%
GREEN value IS 104 (41.02% from 255) = 23.91%
BLUE value IS 106 (41.80% from 255) = 24.37%
R=51.72%
G=23.91%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510410600.540.530.12359.0166.8564.51
HexE1686A03635C1674341
Octal3411501520666514547103101
Binary11100001110100011010100110110110101110010110011110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1686A; }

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

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

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

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

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

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

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

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