#E77F6C

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

Shades of Geraldine #E77F6C

Tints of Geraldine #E77F6C

Color information

#E77F6C (or 0xE77F6C) is unknown color: approx Geraldine. HEX triplet: E7, 7F and 6C. RGB value is (231,127,108). Sum of RGB (Red+Green+Blue) = 231+127+108=466 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.57% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77F6C is #188093. Grayscale: #9C9C9C. Windows color (decimal): -1605780 or 7110631. OLE color: 7110631.

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

Color convert

RGB231127108-
CMYK00.450.530.09
HSL9.27º71.93%66.47%-
HSV(B)9.27º53.25%90.59%-
XYZ43.2533.2518.33-
YUV155.93100.96181.54-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.57%
GREEN value IS 127 (50% from 255) = 27.25%
BLUE value IS 108 (42.58% from 255) = 23.18%
R=49.57%
G=27.25%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112710800.450.530.099.2771.9366.47
HexE77F6C02D35994842
Octal347177154055651111110102
Binary111001111111111110110001011011101011001100110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77F6C; }

 p { color: rgb(231,127,108); }

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

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

 a { background-color: rgb(231,127,108); }

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

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

 span { border-color: rgb(231,127,108); }

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