#E77175

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

Shades of Froly #E77175

Tints of Froly #E77175

Color information

#E77175 (or 0xE77175) is unknown color: approx Froly. HEX triplet: E7, 71 and 75. RGB value is (231,113,117). Sum of RGB (Red+Green+Blue) = 231+113+117=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E77175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77175 is #188E8A. Grayscale: #949494. Windows color (decimal): -1609355 or 7696871. OLE color: 7696871.

HSL color Cylindrical-coordinate representation of color #E77175: hue angle of 357.97º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E77175 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB231113117-
CMYK00.510.490.09
HSL357.97º71.08%67.45%-
HSV(B)357.97º51.08%90.59%-
XYZ42.0730.0820.42-
YUV148.74110.09186.67-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.11%
GREEN value IS 113 (44.53% from 255) = 24.51%
BLUE value IS 117 (46.09% from 255) = 25.38%
R=50.11%
G=24.51%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111311700.510.490.09357.9771.0867.45
HexE771750333191664743
Octal3471611650636111546107103
Binary11100111111000111101010110011110001100110110011010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77175; }

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

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

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

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

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

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

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

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