#E77176

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

Shades of Froly #E77176

Tints of Froly #E77176

Color information

#E77176 (or 0xE77176) is unknown color: approx Froly. HEX triplet: E7, 71 and 76. RGB value is (231,113,118). Sum of RGB (Red+Green+Blue) = 231+113+118=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E77176 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77176 is #188E89. Grayscale: #949494. Windows color (decimal): -1609354 or 7762407. OLE color: 7762407.

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

Color convert

RGB231113118-
CMYK00.510.490.09
HSL357.46º71.08%67.45%-
HSV(B)357.46º51.08%90.59%-
XYZ42.1330.1120.73-
YUV148.85110.59186.59-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50%
GREEN value IS 113 (44.53% from 255) = 24.46%
BLUE value IS 118 (46.48% from 255) = 25.54%
R=50%
G=24.46%
B=25.54%

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
Decimal23111311800.510.490.09357.4671.0867.45
HexE771760333191654743
Octal3471611660636111545107103
Binary11100111111000111101100110011110001100110110010110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77176; }

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

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

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

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

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

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

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

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