#E5747F

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

Shades of Froly #E5747F

Tints of Froly #E5747F

Color information

#E5747F (or 0xE5747F) is unknown color: approx Froly. HEX triplet: E5, 74 and 7F. RGB value is (229,116,127). Sum of RGB (Red+Green+Blue) = 229+116+127=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E5747F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5747F is #1A8B80. Grayscale: #979797. Windows color (decimal): -1739649 or 8352997. OLE color: 8352997.

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

Color convert

RGB229116127-
CMYK00.490.450.10
HSL354.16º68.48%67.65%-
HSV(B)354.16º49.34%89.8%-
XYZ42.3930.6823.77-
YUV151.04114.44183.61-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.52%
GREEN value IS 116 (45.70% from 255) = 24.58%
BLUE value IS 127 (50% from 255) = 26.91%
R=48.52%
G=24.58%
B=26.91%

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
Decimal22911612700.490.450.10354.1668.4867.65
HexE5747F0312DA1624444
Octal3451641770615512542104104
Binary11100101111010011111110110001101101101010110001010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5747F; }

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

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

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

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

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

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

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

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