#E57A6E

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

Shades of Geraldine #E57A6E

Tints of Geraldine #E57A6E

Color information

#E57A6E (or 0xE57A6E) is unknown color: approx Geraldine. HEX triplet: E5, 7A and 6E. RGB value is (229,122,110). Sum of RGB (Red+Green+Blue) = 229+122+110=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E57A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57A6E is #1A8591. Grayscale: #989898. Windows color (decimal): -1738130 or 7240421. OLE color: 7240421.

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

Color convert

RGB229122110-
CMYK00.470.520.10
HSL6.05º69.59%66.47%-
HSV(B)6.05º51.97%89.8%-
XYZ42.0931.718.65-
YUV152.62103.95182.48-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.67%
GREEN value IS 122 (48.05% from 255) = 26.46%
BLUE value IS 110 (43.36% from 255) = 23.86%
R=49.67%
G=26.46%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912211000.470.520.106.0569.5966.47
HexE57A6E02F34A64642
Octal34517215605764126106102
Binary11100101111101011011100101111110100101011010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57A6E; }

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

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

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

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

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

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

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

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