#E57E7A

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

Shades of Geraldine #E57E7A

Tints of Geraldine #E57E7A

Color information

#E57E7A (or 0xE57E7A) is unknown color: approx Geraldine. HEX triplet: E5, 7E and 7A. RGB value is (229,126,122). Sum of RGB (Red+Green+Blue) = 229+126+122=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E57E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57E7A is #1A8185. Grayscale: #9C9C9C. Windows color (decimal): -1737094 or 8027877. OLE color: 8027877.

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

Color convert

RGB229126122-
CMYK00.450.470.10
HSL2.24º67.3%68.82%-
HSV(B)2.24º46.72%89.8%-
XYZ43.2932.9822.5-
YUV156.34108.62179.83-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.01%
GREEN value IS 126 (49.61% from 255) = 26.42%
BLUE value IS 122 (48.05% from 255) = 25.58%
R=48.01%
G=26.42%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912612200.450.470.102.2467.368.82
HexE57E7A02D2FA24345
Octal34517617205557122103105
Binary1110010111111101111010010110110111110101010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57E7A; }

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

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

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

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

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

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

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

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