#E0797C

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

Shades of Froly #E0797C

Tints of Froly #E0797C

Color information

#E0797C (or 0xE0797C) is unknown color: approx Froly. HEX triplet: E0, 79 and 7C. RGB value is (224,121,124). Sum of RGB (Red+Green+Blue) = 224+121+124=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E0797C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0797C is #1F8683. Grayscale: #989898. Windows color (decimal): -2066052 or 8157664. OLE color: 8157664.

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

Color convert

RGB224121124-
CMYK00.460.450.12
HSL358.25º62.42%67.65%-
HSV(B)358.25º45.98%87.84%-
XYZ41.2230.9822.88-
YUV152.14112.12179.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.76%
GREEN value IS 121 (47.66% from 255) = 25.80%
BLUE value IS 124 (48.83% from 255) = 26.44%
R=47.76%
G=25.80%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412112400.460.450.12358.2562.4267.65
HexE0797C02E2DC1663e44
Octal340171174056551454676104
Binary1110000011110011111100010111010110111001011001101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0797C; }

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

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

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

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

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

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

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

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