#E77478

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

Shades of Froly #E77478

Tints of Froly #E77478

Color information

#E77478 (or 0xE77478) is unknown color: approx Froly. HEX triplet: E7, 74 and 78. RGB value is (231,116,120). Sum of RGB (Red+Green+Blue) = 231+116+120=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E77478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77478 is #188B87. Grayscale: #969696. Windows color (decimal): -1608584 or 7894247. OLE color: 7894247.

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

Color convert

RGB231116120-
CMYK00.500.480.09
HSL357.91º70.55%68.04%-
HSV(B)357.91º49.78%90.59%-
XYZ42.5930.8421.48-
YUV150.84110.6185.17-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.46%
GREEN value IS 116 (45.70% from 255) = 24.84%
BLUE value IS 120 (47.27% from 255) = 25.70%
R=49.46%
G=24.84%
B=25.70%

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
Decimal23111612000.500.480.09357.9170.5568.04
HexE774780323091664744
Octal3471641700626011546107104
Binary11100111111010011110000110010110000100110110011010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77478; }

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

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

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

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

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

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

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

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