#E58175

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

Shades of Geraldine #E58175

Tints of Geraldine #E58175

Color information

#E58175 (or 0xE58175) is unknown color: approx Geraldine. HEX triplet: E5, 81 and 75. RGB value is (229,129,117). Sum of RGB (Red+Green+Blue) = 229+129+117=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E58175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58175 is #1A7E8A. Grayscale: #9D9D9D. Windows color (decimal): -1736331 or 7700965. OLE color: 7700965.

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

Color convert

RGB229129117-
CMYK00.440.490.10
HSL6.43º68.29%67.84%-
HSV(B)6.43º48.91%89.8%-
XYZ43.3733.6421.04-
YUV157.53105.13178.98-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.21%
GREEN value IS 129 (50.78% from 255) = 27.16%
BLUE value IS 117 (46.09% from 255) = 24.63%
R=48.21%
G=27.16%
B=24.63%

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
Decimal22912911700.440.490.106.4368.2967.84
HexE5817502C31A64444
Octal34520116505461126104104
Binary111001011000000111101010101100110001101011010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58175; }

 p { color: rgb(229,129,117); }

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

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

 a { background-color: rgb(229,129,117); }

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

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

 span { border-color: rgb(229,129,117); }

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