#E5747D

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

Shades of Froly #E5747D

Tints of Froly #E5747D

Color information

#E5747D (or 0xE5747D) is unknown color: approx Froly. HEX triplet: E5, 74 and 7D. RGB value is (229,116,125). Sum of RGB (Red+Green+Blue) = 229+116+125=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E5747D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5747D is #1A8B82. Grayscale: #969696. Windows color (decimal): -1739651 or 8221925. OLE color: 8221925.

HSL color Cylindrical-coordinate representation of color #E5747D: hue angle of 355.22º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E5747D is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB229116125-
CMYK00.490.450.10
HSL355.22º68.48%67.65%-
HSV(B)355.22º49.34%89.8%-
XYZ42.2630.6323.09-
YUV150.81113.44183.77-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.72%
GREEN value IS 116 (45.70% from 255) = 24.68%
BLUE value IS 125 (49.22% from 255) = 26.60%
R=48.72%
G=24.68%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911612500.490.450.10355.2268.4867.65
HexE5747D0312DA1634444
Octal3451641750615512543104104
Binary11100101111010011111010110001101101101010110001110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5747D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5747D; }

 p { color: rgb(229,116,125); }

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

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

 a { background-color: rgb(229,116,125); }

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

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

 span { border-color: rgb(229,116,125); }

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