#E57B7D

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

Shades of Froly #E57B7D

Tints of Froly #E57B7D

Color information

#E57B7D (or 0xE57B7D) is unknown color: approx Froly. HEX triplet: E5, 7B and 7D. RGB value is (229,123,125). Sum of RGB (Red+Green+Blue) = 229+123+125=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E57B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57B7D is #1A8482. Grayscale: #9B9B9B. Windows color (decimal): -1737859 or 8223717. OLE color: 8223717.

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

Color convert

RGB229123125-
CMYK00.460.450.10
HSL358.87º67.09%69.02%-
HSV(B)358.87º46.29%89.8%-
XYZ43.132.323.37-
YUV154.92111.12180.84-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.01%
GREEN value IS 123 (48.44% from 255) = 25.79%
BLUE value IS 125 (49.22% from 255) = 26.21%
R=48.01%
G=25.79%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912312500.460.450.10358.8767.0969.02
HexE57B7D02E2DA1674345
Octal3451731750565512547103105
Binary11100101111101111111010101110101101101010110011110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57B7D; }

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

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

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

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

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

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

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

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