#E5746A

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

Shades of Geraldine #E5746A

Tints of Geraldine #E5746A

Color information

#E5746A (or 0xE5746A) is unknown color: approx Geraldine. HEX triplet: E5, 74 and 6A. RGB value is (229,116,106). Sum of RGB (Red+Green+Blue) = 229+116+106=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 106 (41.80% from 255 or 23.50% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E5746A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5746A is #1A8B95. Grayscale: #949494. Windows color (decimal): -1739670 or 6976741. OLE color: 6976741.

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

Color convert

RGB229116106-
CMYK00.490.540.10
HSL4.88º70.29%65.69%-
HSV(B)4.88º53.71%89.8%-
XYZ41.1630.1917.29-
YUV148.65103.94185.31-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.78%
GREEN value IS 116 (45.70% from 255) = 25.72%
BLUE value IS 106 (41.80% from 255) = 23.50%
R=50.78%
G=25.72%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911610600.490.540.104.8870.2965.69
HexE5746A03136A54642
Octal34516415206166125106102
Binary11100101111010011010100110001110110101010110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5746A; }

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

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

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

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

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

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

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

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