#E57D6B

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

Shades of Geraldine #E57D6B

Tints of Geraldine #E57D6B

Color information

#E57D6B (or 0xE57D6B) is unknown color: approx Geraldine. HEX triplet: E5, 7D and 6B. RGB value is (229,125,107). Sum of RGB (Red+Green+Blue) = 229+125+107=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E57D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57D6B is #1A8294. Grayscale: #9A9A9A. Windows color (decimal): -1737365 or 7044581. OLE color: 7044581.

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

Color convert

RGB229125107-
CMYK00.450.530.10
HSL8.85º70.11%65.88%-
HSV(B)8.85º53.28%89.8%-
XYZ42.332.3917.93-
YUV154.04101.46181.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.67%
GREEN value IS 125 (49.22% from 255) = 27.11%
BLUE value IS 107 (42.19% from 255) = 23.21%
R=49.67%
G=27.11%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912510700.450.530.108.8570.1165.88
HexE57D6B02D35A94642
Octal345175153055651211106102
Binary111001011111101110101101011011101011010100110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57D6B; }

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

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

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

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

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

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

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

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