#e57572

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

Shades of Geraldine #E57572

Tints of Geraldine #E57572

Color information

#E57572 (or 0xE57572) is unknown color: approx Geraldine. HEX triplet: E5, 75 and 72. RGB value is (229,117,114). Sum of RGB (Red+Green+Blue) = 229+117+114=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E57572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57572 is #1A8A8D. Grayscale: #969696. Windows color (decimal): -1739406 or 7501285. OLE color: 7501285.

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

Color convert

RGB229117114-
CMYK00.490.500.10
HSL1.57º68.86%67.25%-
HSV(B)1.57º50.22%89.8%-
XYZ41.7130.619.63-
YUV150.15107.61184.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.78%
GREEN value IS 117 (46.09% from 255) = 25.43%
BLUE value IS 114 (44.92% from 255) = 24.78%
R=49.78%
G=25.43%
B=24.78%

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
Decimal22911711400.490.500.101.5768.8667.25
HexE5757203132A24543
Octal34516516206162122105103
Binary1110010111101011110010011000111001010101010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e57572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e57572; }

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

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

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

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

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

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

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

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