#E77769

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

Shades of Geraldine #E77769

Tints of Geraldine #E77769

Color information

#E77769 (or 0xE77769) is unknown color: approx Geraldine. HEX triplet: E7, 77 and 69. RGB value is (231,119,105). Sum of RGB (Red+Green+Blue) = 231+119+105=455 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.77% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 231 - color contains mainly: red. Hex color #E77769 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77769 is #188896. Grayscale: #979797. Windows color (decimal): -1607831 or 6911975. OLE color: 6911975.

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

Color convert

RGB231119105-
CMYK00.480.550.09
HSL6.67º72.41%65.88%-
HSV(B)6.67º54.55%90.59%-
XYZ42.131.217.17-
YUV150.89102.11185.14-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.77%
GREEN value IS 119 (46.88% from 255) = 26.15%
BLUE value IS 105 (41.41% from 255) = 23.08%
R=50.77%
G=26.15%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111910500.480.550.096.6772.4165.88
HexE7776903037974842
Octal34716715106067117110102
Binary11100111111011111010010110000110111100111110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77769; }

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

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

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

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

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

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

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

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