#E1696A

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

Shades of Froly #E1696A

Tints of Froly #E1696A

Color information

#E1696A (or 0xE1696A) is unknown color: approx Froly. HEX triplet: E1, 69 and 6A. RGB value is (225,105,106). Sum of RGB (Red+Green+Blue) = 225+105+106=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E1696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1696A is #1E9695. Grayscale: #8D8D8D. Windows color (decimal): -2004630 or 6973921. OLE color: 6973921.

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

Color convert

RGB225105106-
CMYK00.530.530.12
HSL359.5º66.67%64.71%-
HSV(B)359.5º53.33%88.24%-
XYZ38.727.1516.84-
YUV140.99108.26187.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.61%
GREEN value IS 105 (41.41% from 255) = 24.08%
BLUE value IS 106 (41.80% from 255) = 24.31%
R=51.61%
G=24.08%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510510600.530.530.12359.566.6764.71
HexE1696A03535C1684341
Octal3411511520656514550103101
Binary11100001110100111010100110101110101110010110100010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1696A; }

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

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

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

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

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

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

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

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