#E57A78

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

Shades of Geraldine #E57A78

Tints of Geraldine #E57A78

Color information

#E57A78 (or 0xE57A78) is unknown color: approx Geraldine. HEX triplet: E5, 7A and 78. RGB value is (229,122,120). Sum of RGB (Red+Green+Blue) = 229+122+120=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 229 - color contains mainly: red. Hex color #E57A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57A78 is #1A8587. Grayscale: #999999. Windows color (decimal): -1738120 or 7895781. OLE color: 7895781.

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

Color convert

RGB229122120-
CMYK00.470.480.10
HSL1.1º67.7%68.43%-
HSV(B)1.1º47.6%89.8%-
XYZ42.6631.9321.68-
YUV153.76108.95181.66-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.62%
GREEN value IS 122 (48.05% from 255) = 25.90%
BLUE value IS 120 (47.27% from 255) = 25.48%
R=48.62%
G=25.90%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912212000.470.480.101.167.768.43
HexE57A7802F30A14444
Octal34517217005760121104104
Binary111001011111010111100001011111100001010110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57A78; }

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

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

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

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

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

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

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

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