#E58279

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

Shades of Geraldine #E58279

Tints of Geraldine #E58279

Color information

#E58279 (or 0xE58279) is unknown color: approx Geraldine. HEX triplet: E5, 82 and 79. RGB value is (229,130,121). Sum of RGB (Red+Green+Blue) = 229+130+121=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 121 (47.66% from 255 or 25.21% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E58279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58279 is #1A7D86. Grayscale: #9E9E9E. Windows color (decimal): -1736071 or 7963365. OLE color: 7963365.

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

Color convert

RGB229130121-
CMYK00.430.470.10
HSL67.5%68.63%-
HSV(B)47.16%89.8%-
XYZ43.753422.35-
YUV158.58106.8178.23-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.71%
GREEN value IS 130 (51.17% from 255) = 27.08%
BLUE value IS 121 (47.66% from 255) = 25.21%
R=47.71%
G=27.08%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913012100.430.470.10567.568.63
HexE5827902B2FA54445
Octal34520217105357125104105
Binary111001011000001011110010101011101111101010110001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58279; }

 p { color: rgb(229,130,121); }

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

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

 a { background-color: rgb(229,130,121); }

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

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

 span { border-color: rgb(229,130,121); }

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