#E57B6A

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

Shades of Geraldine #E57B6A

Tints of Geraldine #E57B6A

Color information

#E57B6A (or 0xE57B6A) is unknown color: approx Geraldine. HEX triplet: E5, 7B and 6A. RGB value is (229,123,106). Sum of RGB (Red+Green+Blue) = 229+123+106=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E57B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57B6A is #1A8495. Grayscale: #989898. Windows color (decimal): -1737878 or 6978533. OLE color: 6978533.

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

Color convert

RGB229123106-
CMYK00.460.540.10
HSL8.29º70.29%65.69%-
HSV(B)8.29º53.71%89.8%-
XYZ4231.8617.57-
YUV152.76101.62182.38-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50%
GREEN value IS 123 (48.44% from 255) = 26.86%
BLUE value IS 106 (41.80% from 255) = 23.14%
R=50%
G=26.86%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912310600.460.540.108.2970.2965.69
HexE57B6A02E36A84642
Octal345173152056661210106102
Binary111001011111011110101001011101101101010100010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57B6A; }

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

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

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

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

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

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

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

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