#E57B82

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

Shades of Froly #E57B82

Tints of Froly #E57B82

Color information

#E57B82 (or 0xE57B82) is unknown color: approx Froly. HEX triplet: E5, 7B and 82. RGB value is (229,123,130). Sum of RGB (Red+Green+Blue) = 229+123+130=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E57B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57B82 is #1A847D. Grayscale: #9B9B9B. Windows color (decimal): -1737854 or 8551397. OLE color: 8551397.

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

Color convert

RGB229123130-
CMYK00.460.430.10
HSL356.04º67.09%69.02%-
HSV(B)356.04º46.29%89.8%-
XYZ43.4332.4425.09-
YUV155.49113.62180.43-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.51%
GREEN value IS 123 (48.44% from 255) = 25.52%
BLUE value IS 130 (51.17% from 255) = 26.97%
R=47.51%
G=25.52%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912313000.460.430.10356.0467.0969.02
HexE57B8202E2BA1644345
Octal3451732020565312544103105
Binary111001011111011100000100101110101011101010110010010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57B82; }

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

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

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

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

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

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

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

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