#E2797C

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

Shades of Froly #E2797C

Tints of Froly #E2797C

Color information

#E2797C (or 0xE2797C) is unknown color: approx Froly. HEX triplet: E2, 79 and 7C. RGB value is (226,121,124). Sum of RGB (Red+Green+Blue) = 226+121+124=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E2797C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2797C is #1D8683. Grayscale: #989898. Windows color (decimal): -1934980 or 8157666. OLE color: 8157666.

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

Color convert

RGB226121124-
CMYK00.460.450.11
HSL358.29º64.42%68.04%-
HSV(B)358.29º46.46%88.63%-
XYZ41.8431.322.9-
YUV152.74111.79180.26-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.98%
GREEN value IS 121 (47.66% from 255) = 25.69%
BLUE value IS 124 (48.83% from 255) = 26.33%
R=47.98%
G=25.69%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612112400.460.450.11358.2964.4268.04
HexE2797C02E2DB1664044
Octal3421711740565513546100104
Binary11100010111100111111000101110101101101110110011010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2797C; }

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

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

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

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

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

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

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

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