#E1697B

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

Shades of Froly #E1697B

Tints of Froly #E1697B

Color information

#E1697B (or 0xE1697B) is unknown color: approx Froly. HEX triplet: E1, 69 and 7B. RGB value is (225,105,123). Sum of RGB (Red+Green+Blue) = 225+105+123=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E1697B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1697B is #1E9684. Grayscale: #8E8E8E. Windows color (decimal): -2004613 or 8088033. OLE color: 8088033.

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

Color convert

RGB225105123-
CMYK00.530.450.12
HSL351º66.67%64.71%-
HSV(B)351º53.33%88.24%-
XYZ39.6827.5421.96-
YUV142.93116.76186.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.67%
GREEN value IS 105 (41.41% from 255) = 23.18%
BLUE value IS 123 (48.44% from 255) = 27.15%
R=49.67%
G=23.18%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510512300.530.450.1235166.6764.71
HexE1697B0352DC15f4341
Octal3411511730655514537103101
Binary11100001110100111110110110101101101110010101111110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1697B; }

 p { color: rgb(225,105,123); }

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

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

 a { background-color: rgb(225,105,123); }

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

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

 span { border-color: rgb(225,105,123); }

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