#E2797F

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

Shades of Froly #E2797F

Tints of Froly #E2797F

Color information

#E2797F (or 0xE2797F) is unknown color: approx Froly. HEX triplet: E2, 79 and 7F. RGB value is (226,121,127). Sum of RGB (Red+Green+Blue) = 226+121+127=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E2797F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2797F is #1D8680. Grayscale: #999999. Windows color (decimal): -1934977 or 8354274. OLE color: 8354274.

HSL color Cylindrical-coordinate representation of color #E2797F: hue angle of 356.57º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2797F is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB226121127-
CMYK00.460.440.11
HSL356.57º64.42%68.04%-
HSV(B)356.57º46.46%88.63%-
XYZ42.0331.3823.92-
YUV153.08113.29180.01-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.68%
GREEN value IS 121 (47.66% from 255) = 25.53%
BLUE value IS 127 (50% from 255) = 26.79%
R=47.68%
G=25.53%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612112700.460.440.11356.5764.4268.04
HexE2797F02E2CB1654044
Octal3421711770565413545100104
Binary11100010111100111111110101110101100101110110010110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2797F; }

 p { color: rgb(226,121,127); }

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

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

 a { background-color: rgb(226,121,127); }

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

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

 span { border-color: rgb(226,121,127); }

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