#E1797A

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

Shades of Froly #E1797A

Tints of Froly #E1797A

Color information

#E1797A (or 0xE1797A) is unknown color: approx Froly. HEX triplet: E1, 79 and 7A. RGB value is (225,121,122). Sum of RGB (Red+Green+Blue) = 225+121+122=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E1797A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1797A is #1E8685. Grayscale: #989898. Windows color (decimal): -2000518 or 8026593. OLE color: 8026593.

HSL color Cylindrical-coordinate representation of color #E1797A: hue angle of 359.42º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E1797A is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB225121122-
CMYK00.460.460.12
HSL359.42º63.41%67.84%-
HSV(B)359.42º46.22%88.24%-
XYZ41.431.0922.23-
YUV152.21110.96179.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.08%
GREEN value IS 121 (47.66% from 255) = 25.85%
BLUE value IS 122 (48.05% from 255) = 26.07%
R=48.08%
G=25.85%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512112200.460.460.12359.4263.4167.84
HexE1797A02E2EC1673f44
Octal341171172056561454777104
Binary1110000111110011111010010111010111011001011001111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1797A; }

 p { color: rgb(225,121,122); }

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

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

 a { background-color: rgb(225,121,122); }

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

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

 span { border-color: rgb(225,121,122); }

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