#e57772

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

Shades of Geraldine #E57772

Tints of Geraldine #E57772

Color information

#E57772 (or 0xE57772) is unknown color: approx Geraldine. HEX triplet: E5, 77 and 72. RGB value is (229,119,114). Sum of RGB (Red+Green+Blue) = 229+119+114=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E57772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57772 is #1A888D. Grayscale: #979797. Windows color (decimal): -1738894 or 7501797. OLE color: 7501797.

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

Color convert

RGB229119114-
CMYK00.480.500.10
HSL2.61º68.86%67.25%-
HSV(B)2.61º50.22%89.8%-
XYZ41.9531.0719.71-
YUV151.32106.94183.41-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.57%
GREEN value IS 119 (46.88% from 255) = 25.76%
BLUE value IS 114 (44.92% from 255) = 24.68%
R=49.57%
G=25.76%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911911400.480.500.102.6168.8667.25
HexE5777203032A34543
Octal34516716206062123105103
Binary1110010111101111110010011000011001010101110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e57772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e57772; }

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

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

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

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

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

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

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

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