#E77479

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

Shades of Froly #E77479

Tints of Froly #E77479

Color information

#E77479 (or 0xE77479) is unknown color: approx Froly. HEX triplet: E7, 74 and 79. RGB value is (231,116,121). Sum of RGB (Red+Green+Blue) = 231+116+121=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E77479 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77479 is #188B86. Grayscale: #979797. Windows color (decimal): -1608583 or 7959783. OLE color: 7959783.

HSL color Cylindrical-coordinate representation of color #E77479: hue angle of 357.39º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E77479 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB231116121-
CMYK00.500.480.09
HSL357.39º70.55%68.04%-
HSV(B)357.39º49.78%90.59%-
XYZ42.6530.8621.8-
YUV150.96111.1185.09-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.36%
GREEN value IS 116 (45.70% from 255) = 24.79%
BLUE value IS 121 (47.66% from 255) = 25.85%
R=49.36%
G=24.79%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111612100.500.480.09357.3970.5568.04
HexE774790323091654744
Octal3471641710626011545107104
Binary11100111111010011110010110010110000100110110010110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77479; }

 p { color: rgb(231,116,121); }

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

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

 a { background-color: rgb(231,116,121); }

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

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

 span { border-color: rgb(231,116,121); }

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