#E47D7E

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

Shades of Froly #E47D7E

Tints of Froly #E47D7E

Color information

#E47D7E (or 0xE47D7E) is unknown color: approx Froly. HEX triplet: E4, 7D and 7E. RGB value is (228,125,126). Sum of RGB (Red+Green+Blue) = 228+125+126=479 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.60% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 228 - color contains mainly: red. Hex color #E47D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47D7E is #1B8281. Grayscale: #9C9C9C. Windows color (decimal): -1802882 or 8289764. OLE color: 8289764.

HSL color Cylindrical-coordinate representation of color #E47D7E: hue angle of 359.42º 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 #E47D7E is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB228125126-
CMYK00.450.450.11
HSL359.42º65.61%69.22%-
HSV(B)359.42º45.18%89.41%-
XYZ43.0932.6723.77-
YUV155.91111.12179.42-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.60%
GREEN value IS 125 (49.22% from 255) = 26.10%
BLUE value IS 126 (49.61% from 255) = 26.30%
R=47.60%
G=26.10%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812512600.450.450.11359.4265.6169.22
HexE47D7E02D2DB1674245
Octal3441751760555513547102105
Binary11100100111110111111100101101101101101110110011110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47D7E; }

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

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

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

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

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

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

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

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