#E97A77

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

Shades of Geraldine #E97A77

Tints of Geraldine #E97A77

Color information

#E97A77 (or 0xE97A77) is unknown color: approx Geraldine. HEX triplet: E9, 7A and 77. RGB value is (233,122,119). Sum of RGB (Red+Green+Blue) = 233+122+119=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E97A77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97A77 is #168588. Grayscale: #9A9A9A. Windows color (decimal): -1475977 or 7830249. OLE color: 7830249.

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

Color convert

RGB233122119-
CMYK00.480.490.09
HSL1.58º72.15%69.02%-
HSV(B)1.58º48.93%91.37%-
XYZ43.8932.5721.43-
YUV154.85107.77183.74-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.16%
GREEN value IS 122 (48.05% from 255) = 25.74%
BLUE value IS 119 (46.88% from 255) = 25.11%
R=49.16%
G=25.74%
B=25.11%

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
Decimal23312211900.480.490.091.5872.1569.02
HexE97A7703031924845
Octal35117216706061112110105
Binary1110100111110101110111011000011000110011010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97A77; }

 p { color: rgb(233,122,119); }

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

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

 a { background-color: rgb(233,122,119); }

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

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

 span { border-color: rgb(233,122,119); }

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