#E77269

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

Shades of Geraldine #E77269

Tints of Geraldine #E77269

Color information

#E77269 (or 0xE77269) is unknown color: approx Geraldine. HEX triplet: E7, 72 and 69. RGB value is (231,114,105). Sum of RGB (Red+Green+Blue) = 231+114+105=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E77269 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77269 is #188D96. Grayscale: #949494. Windows color (decimal): -1609111 or 6910695. OLE color: 6910695.

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

Color convert

RGB231114105-
CMYK00.510.550.09
HSL4.29º72.41%65.88%-
HSV(B)4.29º54.55%90.59%-
XYZ41.5230.0416.98-
YUV147.96103.76187.23-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.33%
GREEN value IS 114 (44.92% from 255) = 25.33%
BLUE value IS 105 (41.41% from 255) = 23.33%
R=51.33%
G=25.33%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111410500.510.550.094.2972.4165.88
HexE7726903337944842
Octal34716215106367114110102
Binary11100111111001011010010110011110111100110010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77269; }

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

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

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

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

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

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

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

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