#E57A70

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

Shades of Geraldine #E57A70

Tints of Geraldine #E57A70

Color information

#E57A70 (or 0xE57A70) is unknown color: approx Geraldine. HEX triplet: E5, 7A and 70. RGB value is (229,122,112). Sum of RGB (Red+Green+Blue) = 229+122+112=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E57A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57A70 is #1A858F. Grayscale: #999999. Windows color (decimal): -1738128 or 7371493. OLE color: 7371493.

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

Color convert

RGB229122112-
CMYK00.470.510.10
HSL5.13º69.23%66.86%-
HSV(B)5.13º51.09%89.8%-
XYZ42.231.7519.23-
YUV152.85104.95182.31-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.46%
GREEN value IS 122 (48.05% from 255) = 26.35%
BLUE value IS 112 (44.14% from 255) = 24.19%
R=49.46%
G=26.35%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912211200.470.510.105.1369.2366.86
HexE57A7002F33A54543
Octal34517216005763125105103
Binary11100101111101011100000101111110011101010110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57A70; }

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

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

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

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

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

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

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

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