#E57978

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

Shades of Geraldine #E57978

Tints of Geraldine #E57978

Color information

#E57978 (or 0xE57978) is unknown color: approx Geraldine. HEX triplet: E5, 79 and 78. RGB value is (229,121,120). Sum of RGB (Red+Green+Blue) = 229+121+120=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E57978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57978 is #1A8687. Grayscale: #999999. Windows color (decimal): -1738376 or 7895525. OLE color: 7895525.

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

Color convert

RGB229121120-
CMYK00.470.480.10
HSL0.55º67.7%68.43%-
HSV(B)0.55º47.6%89.8%-
XYZ42.5431.6921.64-
YUV153.18109.28182.08-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.72%
GREEN value IS 121 (47.66% from 255) = 25.74%
BLUE value IS 120 (47.27% from 255) = 25.53%
R=48.72%
G=25.74%
B=25.53%

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
Decimal22912112000.470.480.100.5567.768.43
HexE5797802F30A14444
Octal34517117005760121104104
Binary111001011111001111100001011111100001010110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57978; }

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

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

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

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

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

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

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

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