#E77776

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

Shades of Geraldine #E77776

Tints of Geraldine #E77776

Color information

#E77776 (or 0xE77776) is unknown color: approx Geraldine. HEX triplet: E7, 77 and 76. RGB value is (231,119,118). Sum of RGB (Red+Green+Blue) = 231+119+118=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E77776 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77776 is #188889. Grayscale: #989898. Windows color (decimal): -1607818 or 7763943. OLE color: 7763943.

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

Color convert

RGB231119118-
CMYK00.480.490.09
HSL0.53º70.19%68.43%-
HSV(B)0.53º48.92%90.59%-
XYZ42.8231.4920.96-
YUV152.37108.61184.08-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.36%
GREEN value IS 119 (46.88% from 255) = 25.43%
BLUE value IS 118 (46.48% from 255) = 25.21%
R=49.36%
G=25.43%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111911800.480.490.090.5370.1968.43
HexE7777603031914644
Octal34716716606061111106104
Binary111001111110111111011001100001100011001110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77776; }

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

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

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

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

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

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

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

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