#E1686C

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

Shades of Froly #E1686C

Tints of Froly #E1686C

Color information

#E1686C (or 0xE1686C) is unknown color: approx Froly. HEX triplet: E1, 68 and 6C. RGB value is (225,104,108). Sum of RGB (Red+Green+Blue) = 225+104+108=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E1686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1686C is #1E9793. Grayscale: #8C8C8C. Windows color (decimal): -2004884 or 7104737. OLE color: 7104737.

HSL color Cylindrical-coordinate representation of color #E1686C: hue angle of 358.02º 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 #E1686C is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB225104108-
CMYK00.540.520.12
HSL358.02º66.85%64.51%-
HSV(B)358.02º53.78%88.24%-
XYZ38.7126.9917.36-
YUV140.64109.59188.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.49%
GREEN value IS 104 (41.02% from 255) = 23.80%
BLUE value IS 108 (42.58% from 255) = 24.71%
R=51.49%
G=23.80%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510410800.540.520.12358.0266.8564.51
HexE1686C03634C1664341
Octal3411501540666414546103101
Binary11100001110100011011000110110110100110010110011010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1686C; }

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

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

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

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

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

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

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

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