#E57B78

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

Shades of Geraldine #E57B78

Tints of Geraldine #E57B78

Color information

#E57B78 (or 0xE57B78) is unknown color: approx Geraldine. HEX triplet: E5, 7B and 78. RGB value is (229,123,120). Sum of RGB (Red+Green+Blue) = 229+123+120=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E57B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57B78 is #1A8487. Grayscale: #9A9A9A. Windows color (decimal): -1737864 or 7896037. OLE color: 7896037.

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

Color convert

RGB229123120-
CMYK00.460.480.10
HSL1.65º67.7%68.43%-
HSV(B)1.65º47.6%89.8%-
XYZ42.7932.1821.73-
YUV154.35108.62181.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.52%
GREEN value IS 123 (48.44% from 255) = 26.06%
BLUE value IS 120 (47.27% from 255) = 25.42%
R=48.52%
G=26.06%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912312000.460.480.101.6567.768.43
HexE57B7802E30A24444
Octal34517317005660122104104
Binary1110010111110111111000010111011000010101010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57B78; }

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

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

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

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

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

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

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

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