#E58074

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

Shades of Geraldine #E58074

Tints of Geraldine #E58074

Color information

#E58074 (or 0xE58074) is unknown color: approx Geraldine. HEX triplet: E5, 80 and 74. RGB value is (229,128,116). Sum of RGB (Red+Green+Blue) = 229+128+116=473 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.41% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 229 - color contains mainly: red. Hex color #E58074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58074 is #1A7F8B. Grayscale: #9C9C9C. Windows color (decimal): -1736588 or 7635173. OLE color: 7635173.

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

Color convert

RGB229128116-
CMYK00.440.490.10
HSL6.37º68.48%67.65%-
HSV(B)6.37º49.34%89.8%-
XYZ43.1833.3620.69-
YUV156.83104.96179.48-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.41%
GREEN value IS 128 (50.39% from 255) = 27.06%
BLUE value IS 116 (45.70% from 255) = 24.52%
R=48.41%
G=27.06%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912811600.440.490.106.3768.4867.65
HexE5807402C31A64444
Octal34520016405461126104104
Binary111001011000000011101000101100110001101011010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58074; }

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

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

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

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

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

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

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

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