#E57372

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

Shades of Geraldine #E57372

Tints of Geraldine #E57372

Color information

#E57372 (or 0xE57372) is unknown color: approx Geraldine. HEX triplet: E5, 73 and 72. RGB value is (229,115,114). Sum of RGB (Red+Green+Blue) = 229+115+114=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E57372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57372 is #1A8C8D. Grayscale: #959595. Windows color (decimal): -1739918 or 7500773. OLE color: 7500773.

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

Color convert

RGB229115114-
CMYK00.500.500.10
HSL0.52º68.86%67.25%-
HSV(B)0.52º50.22%89.8%-
XYZ41.4830.1319.55-
YUV148.97108.27185.08-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50%
GREEN value IS 115 (45.31% from 255) = 25.11%
BLUE value IS 114 (44.92% from 255) = 24.89%
R=50%
G=25.11%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911511400.500.500.100.5268.8667.25
HexE5737203232A14543
Octal34516316206262121105103
Binary111001011110011111001001100101100101010110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57372; }

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

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

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

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

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

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

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

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