#E77375

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

Shades of Froly #E77375

Tints of Froly #E77375

Color information

#E77375 (or 0xE77375) is unknown color: approx Froly. HEX triplet: E7, 73 and 75. RGB value is (231,115,117). Sum of RGB (Red+Green+Blue) = 231+115+117=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E77375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77375 is #188C8A. Grayscale: #969696. Windows color (decimal): -1608843 or 7697383. OLE color: 7697383.

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

Color convert

RGB231115117-
CMYK00.500.490.09
HSL358.97º70.73%67.84%-
HSV(B)358.97º50.22%90.59%-
XYZ42.330.5320.49-
YUV149.91109.43185.84-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.89%
GREEN value IS 115 (45.31% from 255) = 24.84%
BLUE value IS 117 (46.09% from 255) = 25.27%
R=49.89%
G=24.84%
B=25.27%

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
Decimal23111511700.500.490.09358.9770.7367.84
HexE773750323191674744
Octal3471631650626111547107104
Binary11100111111001111101010110010110001100110110011110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77375; }

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

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

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

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

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

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

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

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