#E47377

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

Shades of Froly #E47377

Tints of Froly #E47377

Color information

#E47377 (or 0xE47377) is unknown color: approx Froly. HEX triplet: E4, 73 and 77. RGB value is (228,115,119). Sum of RGB (Red+Green+Blue) = 228+115+119=462 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.35% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 228 - color contains mainly: red. Hex color #E47377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47377 is #1B8C88. Grayscale: #959595. Windows color (decimal): -1805449 or 7828452. OLE color: 7828452.

HSL color Cylindrical-coordinate representation of color #E47377: hue angle of 357.88º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E47377 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB228115119-
CMYK00.500.480.11
HSL357.88º67.66%67.25%-
HSV(B)357.88º49.56%89.41%-
XYZ41.4630.0921.08-
YUV149.24110.94184.17-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.35%
GREEN value IS 115 (45.31% from 255) = 24.89%
BLUE value IS 119 (46.88% from 255) = 25.76%
R=49.35%
G=24.89%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811511900.500.480.11357.8867.6667.25
HexE4737703230B1664443
Octal3441631670626013546104103
Binary11100100111001111101110110010110000101110110011010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47377; }

 p { color: rgb(228,115,119); }

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

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

 a { background-color: rgb(228,115,119); }

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

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

 span { border-color: rgb(228,115,119); }

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