#E78077

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

Shades of Geraldine #E78077

Tints of Geraldine #E78077

Color information

#E78077 (or 0xE78077) is unknown color: approx Geraldine. HEX triplet: E7, 80 and 77. RGB value is (231,128,119). Sum of RGB (Red+Green+Blue) = 231+128+119=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E78077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78077 is #187F88. Grayscale: #9D9D9D. Windows color (decimal): -1605513 or 7831783. OLE color: 7831783.

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

Color convert

RGB231128119-
CMYK00.450.480.09
HSL4.82º70%68.63%-
HSV(B)4.82º48.48%90.59%-
XYZ4433.7621.65-
YUV157.77106.12180.23-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.33%
GREEN value IS 128 (50.39% from 255) = 26.78%
BLUE value IS 119 (46.88% from 255) = 24.90%
R=48.33%
G=26.78%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112811900.450.480.094.827068.63
HexE7807702D30954645
Octal34720016705560115106105
Binary111001111000000011101110101101110000100110110001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78077; }

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

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

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

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

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

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

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

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