#E47D82

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

Shades of Froly #E47D82

Tints of Froly #E47D82

Color information

#E47D82 (or 0xE47D82) is unknown color: approx Froly. HEX triplet: E4, 7D and 82. RGB value is (228,125,130). Sum of RGB (Red+Green+Blue) = 228+125+130=483 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.20% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 228 - color contains mainly: red. Hex color #E47D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47D82 is #1B827D. Grayscale: #9C9C9C. Windows color (decimal): -1802878 or 8551908. OLE color: 8551908.

HSL color Cylindrical-coordinate representation of color #E47D82: hue angle of 357.09º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E47D82 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB228125130-
CMYK00.450.430.11
HSL357.09º65.61%69.22%-
HSV(B)357.09º45.18%89.41%-
XYZ43.3632.7725.16-
YUV156.37113.12179.09-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.20%
GREEN value IS 125 (49.22% from 255) = 25.88%
BLUE value IS 130 (51.17% from 255) = 26.92%
R=47.20%
G=25.88%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812513000.450.430.11357.0965.6169.22
HexE47D8202D2BB1654245
Octal3441752020555313545102105
Binary111001001111101100000100101101101011101110110010110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47D82; }

 p { color: rgb(228,125,130); }

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

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

 a { background-color: rgb(228,125,130); }

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

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

 span { border-color: rgb(228,125,130); }

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