#E77475

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

Shades of Froly #E77475

Tints of Froly #E77475

Color information

#E77475 (or 0xE77475) is unknown color: approx Froly. HEX triplet: E7, 74 and 75. RGB value is (231,116,117). Sum of RGB (Red+Green+Blue) = 231+116+117=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E77475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77475 is #188B8A. Grayscale: #969696. Windows color (decimal): -1608587 or 7697639. OLE color: 7697639.

HSL color Cylindrical-coordinate representation of color #E77475: hue angle of 359.48º 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 #E77475 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB231116117-
CMYK00.500.490.09
HSL359.48º70.55%68.04%-
HSV(B)359.48º49.78%90.59%-
XYZ42.4130.7620.53-
YUV150.5109.1185.42-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.78%
GREEN value IS 116 (45.70% from 255) = 25%
BLUE value IS 117 (46.09% from 255) = 25.22%
R=49.78%
G=25%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111611700.500.490.09359.4870.5568.04
HexE774750323191674744
Octal3471641650626111547107104
Binary11100111111010011101010110010110001100110110011110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77475; }

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

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

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

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

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

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

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

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