#E1697E

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

Shades of Froly #E1697E

Tints of Froly #E1697E

Color information

#E1697E (or 0xE1697E) is unknown color: approx Froly. HEX triplet: E1, 69 and 7E. RGB value is (225,105,126). Sum of RGB (Red+Green+Blue) = 225+105+126=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E1697E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1697E is #1E9681. Grayscale: #8F8F8F. Windows color (decimal): -2004610 or 8284641. OLE color: 8284641.

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

Color convert

RGB225105126-
CMYK00.530.440.12
HSL349.5º66.67%64.71%-
HSV(B)349.5º53.33%88.24%-
XYZ39.8727.6222.97-
YUV143.27118.26186.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.34%
GREEN value IS 105 (41.41% from 255) = 23.03%
BLUE value IS 126 (49.61% from 255) = 27.63%
R=49.34%
G=23.03%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510512600.530.440.12349.566.6764.71
HexE1697E0352CC15e4341
Octal3411511760655414536103101
Binary11100001110100111111100110101101100110010101111010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1697E; }

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

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

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

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

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

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

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

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