#E58076

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

Shades of Geraldine #E58076

Tints of Geraldine #E58076

Color information

#E58076 (or 0xE58076) is unknown color: approx Geraldine. HEX triplet: E5, 80 and 76. RGB value is (229,128,118). Sum of RGB (Red+Green+Blue) = 229+128+118=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E58076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58076 is #1A7F89. Grayscale: #9D9D9D. Windows color (decimal): -1736586 or 7766245. OLE color: 7766245.

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

Color convert

RGB229128118-
CMYK00.440.480.10
HSL5.41º68.1%68.04%-
HSV(B)5.41º48.47%89.8%-
XYZ43.333.421.3-
YUV157.06105.96179.31-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.21%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 118 (46.48% from 255) = 24.84%
R=48.21%
G=26.95%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912811800.440.480.105.4168.168.04
HexE5807602C30A54444
Octal34520016605460125104104
Binary111001011000000011101100101100110000101010110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58076; }

 p { color: rgb(229,128,118); }

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

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

 a { background-color: rgb(229,128,118); }

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

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

 span { border-color: rgb(229,128,118); }

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