#E78175

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

Shades of Geraldine #E78175

Tints of Geraldine #E78175

Color information

#E78175 (or 0xE78175) is unknown color: approx Geraldine. HEX triplet: E7, 81 and 75. RGB value is (231,129,117). Sum of RGB (Red+Green+Blue) = 231+129+117=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 231 - color contains mainly: red. Hex color #E78175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78175 is #187E8A. Grayscale: #9E9E9E. Windows color (decimal): -1605259 or 7700967. OLE color: 7700967.

HSL color Cylindrical-coordinate representation of color #E78175: hue angle of 6.32º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E78175 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB231129117-
CMYK00.440.490.09
HSL6.32º70.37%68.24%-
HSV(B)6.32º49.35%90.59%-
XYZ44.0233.9721.07-
YUV158.13104.79179.98-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.43%
GREEN value IS 129 (50.78% from 255) = 27.04%
BLUE value IS 117 (46.09% from 255) = 24.53%
R=48.43%
G=27.04%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112911700.440.490.096.3270.3768.24
HexE7817502C31964644
Octal34720116505461116106104
Binary111001111000000111101010101100110001100111010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78175; }

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

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

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

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

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

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

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

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