#E77A69

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

Shades of Geraldine #E77A69

Tints of Geraldine #E77A69

Color information

#E77A69 (or 0xE77A69) is unknown color: approx Geraldine. HEX triplet: E7, 7A and 69. RGB value is (231,122,105). Sum of RGB (Red+Green+Blue) = 231+122+105=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77A69 is #188596. Grayscale: #989898. Windows color (decimal): -1607063 or 6912743. OLE color: 6912743.

HSL color Cylindrical-coordinate representation of color #E77A69: hue angle of 8.1º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E77A69 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB231122105-
CMYK00.470.550.09
HSL8.1º72.41%65.88%-
HSV(B)8.1º54.55%90.59%-
XYZ42.4631.9317.29-
YUV152.65101.11183.88-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.44%
GREEN value IS 122 (48.05% from 255) = 26.64%
BLUE value IS 105 (41.41% from 255) = 22.93%
R=50.44%
G=26.64%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112210500.470.550.098.172.4165.88
HexE77A6902F37984842
Octal347172151057671110110102
Binary111001111111010110100101011111101111001100010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77A69; }

 p { color: rgb(231,122,105); }

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

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

 a { background-color: rgb(231,122,105); }

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

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

 span { border-color: rgb(231,122,105); }

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