#e57473

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

Shades of Geraldine #E57473

Tints of Geraldine #E57473

Color information

#E57473 (or 0xE57473) is unknown color: approx Geraldine. HEX triplet: E5, 74 and 73. RGB value is (229,116,115). Sum of RGB (Red+Green+Blue) = 229+116+115=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E57473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57473 is #1A8B8C. Grayscale: #959595. Windows color (decimal): -1739661 or 7566565. OLE color: 7566565.

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

Color convert

RGB229116115-
CMYK00.490.500.10
HSL0.53º68.67%67.45%-
HSV(B)0.53º49.78%89.8%-
XYZ41.6530.3919.89-
YUV149.67108.44184.58-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.78%
GREEN value IS 116 (45.70% from 255) = 25.22%
BLUE value IS 115 (45.31% from 255) = 25%
R=49.78%
G=25.22%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911611500.490.500.100.5368.6767.45
HexE5747303132A14543
Octal34516416306162121105103
Binary111001011110100111001101100011100101010110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e57473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e57473; }

 p { color: rgb(229,116,115); }

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

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

 a { background-color: rgb(229,116,115); }

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

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

 span { border-color: rgb(229,116,115); }

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