#E57D6E

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

Shades of Geraldine #E57D6E

Tints of Geraldine #E57D6E

Color information

#E57D6E (or 0xE57D6E) is unknown color: approx Geraldine. HEX triplet: E5, 7D and 6E. RGB value is (229,125,110). Sum of RGB (Red+Green+Blue) = 229+125+110=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E57D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57D6E is #1A8291. Grayscale: #9A9A9A. Windows color (decimal): -1737362 or 7241189. OLE color: 7241189.

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

Color convert

RGB229125110-
CMYK00.450.520.10
HSL7.56º69.59%66.47%-
HSV(B)7.56º51.97%89.8%-
XYZ42.4632.4518.78-
YUV154.39102.96181.22-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.35%
GREEN value IS 125 (49.22% from 255) = 26.94%
BLUE value IS 110 (43.36% from 255) = 23.71%
R=49.35%
G=26.94%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912511000.450.520.107.5669.5966.47
HexE57D6E02D34A84642
Octal345175156055641210106102
Binary111001011111101110111001011011101001010100010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57D6E; }

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

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

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

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

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

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

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

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