#E57A6A

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

Shades of Geraldine #E57A6A

Tints of Geraldine #E57A6A

Color information

#E57A6A (or 0xE57A6A) is unknown color: approx Geraldine. HEX triplet: E5, 7A and 6A. RGB value is (229,122,106). Sum of RGB (Red+Green+Blue) = 229+122+106=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E57A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57A6A is #1A8595. Grayscale: #989898. Windows color (decimal): -1738134 or 6978277. OLE color: 6978277.

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

Color convert

RGB229122106-
CMYK00.470.540.10
HSL7.8º70.29%65.69%-
HSV(B)7.8º53.71%89.8%-
XYZ41.8731.6217.53-
YUV152.17101.95182.8-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.11%
GREEN value IS 122 (48.05% from 255) = 26.70%
BLUE value IS 106 (41.80% from 255) = 23.19%
R=50.11%
G=26.70%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912210600.470.540.107.870.2965.69
HexE57A6A02F36A84642
Octal345172152057661210106102
Binary111001011111010110101001011111101101010100010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57A6A; }

 p { color: rgb(229,122,106); }

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

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

 a { background-color: rgb(229,122,106); }

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

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

 span { border-color: rgb(229,122,106); }

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