#E1797E

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

Shades of Froly #E1797E

Tints of Froly #E1797E

Color information

#E1797E (or 0xE1797E) is unknown color: approx Froly. HEX triplet: E1, 79 and 7E. RGB value is (225,121,126). Sum of RGB (Red+Green+Blue) = 225+121+126=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E1797E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1797E is #1E8681. Grayscale: #989898. Windows color (decimal): -2000514 or 8288737. OLE color: 8288737.

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

Color convert

RGB225121126-
CMYK00.460.440.12
HSL357.12º63.41%67.84%-
HSV(B)357.12º46.22%88.24%-
XYZ41.6531.1923.56-
YUV152.67112.96179.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.67%
GREEN value IS 121 (47.66% from 255) = 25.64%
BLUE value IS 126 (49.61% from 255) = 26.69%
R=47.67%
G=25.64%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512112600.460.440.12357.1263.4167.84
HexE1797E02E2CC1653f44
Octal341171176056541454577104
Binary1110000111110011111110010111010110011001011001011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1797E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1797E; }

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

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

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

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

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

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

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

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