#E1697C

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

Shades of Froly #E1697C

Tints of Froly #E1697C

Color information

#E1697C (or 0xE1697C) is unknown color: approx Froly. HEX triplet: E1, 69 and 7C. RGB value is (225,105,124). Sum of RGB (Red+Green+Blue) = 225+105+124=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E1697C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1697C is #1E9683. Grayscale: #8F8F8F. Windows color (decimal): -2004612 or 8153569. OLE color: 8153569.

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

Color convert

RGB225105124-
CMYK00.530.450.12
HSL350.5º66.67%64.71%-
HSV(B)350.5º53.33%88.24%-
XYZ39.7427.5722.29-
YUV143.05117.26186.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.56%
GREEN value IS 105 (41.41% from 255) = 23.13%
BLUE value IS 124 (48.83% from 255) = 27.31%
R=49.56%
G=23.13%
B=27.31%

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
Decimal22510512400.530.450.12350.566.6764.71
HexE1697C0352DC15e4341
Octal3411511740655514536103101
Binary11100001110100111111000110101101101110010101111010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1697C; }

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

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

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

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

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

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

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

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