#E78075

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

Shades of Geraldine #E78075

Tints of Geraldine #E78075

Color information

#E78075 (or 0xE78075) is unknown color: approx Geraldine. HEX triplet: E7, 80 and 75. RGB value is (231,128,117). Sum of RGB (Red+Green+Blue) = 231+128+117=476 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.53% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 231 - color contains mainly: red. Hex color #E78075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78075 is #187F8A. Grayscale: #9D9D9D. Windows color (decimal): -1605515 or 7700711. OLE color: 7700711.

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

Color convert

RGB231128117-
CMYK00.450.490.09
HSL5.79º70.37%68.24%-
HSV(B)5.79º49.35%90.59%-
XYZ43.8933.7121.02-
YUV157.54105.12180.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.53%
GREEN value IS 128 (50.39% from 255) = 26.89%
BLUE value IS 117 (46.09% from 255) = 24.58%
R=48.53%
G=26.89%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112811700.450.490.095.7970.3768.24
HexE7807502D31964644
Octal34720016505561116106104
Binary111001111000000011101010101101110001100111010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78075; }

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

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

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

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

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

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

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

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