#E57D74

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

Shades of Geraldine #E57D74

Tints of Geraldine #E57D74

Color information

#E57D74 (or 0xE57D74) is unknown color: approx Geraldine. HEX triplet: E5, 7D and 74. RGB value is (229,125,116). Sum of RGB (Red+Green+Blue) = 229+125+116=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E57D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57D74 is #1A828B. Grayscale: #9B9B9B. Windows color (decimal): -1737356 or 7634405. OLE color: 7634405.

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

Color convert

RGB229125116-
CMYK00.450.490.10
HSL4.78º68.48%67.65%-
HSV(B)4.78º49.34%89.8%-
XYZ42.832.5920.56-
YUV155.07105.96180.73-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.72%
GREEN value IS 125 (49.22% from 255) = 26.60%
BLUE value IS 116 (45.70% from 255) = 24.68%
R=48.72%
G=26.60%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912511600.450.490.104.7868.4867.65
HexE57D7402D31A54444
Octal34517516405561125104104
Binary11100101111110111101000101101110001101010110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57D74; }

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

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

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

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

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

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

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

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