#E97A71

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

Shades of Geraldine #E97A71

Tints of Geraldine #E97A71

Color information

#E97A71 (or 0xE97A71) is unknown color: approx Geraldine. HEX triplet: E9, 7A and 71. RGB value is (233,122,113). Sum of RGB (Red+Green+Blue) = 233+122+113=468 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.79% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 233 - color contains mainly: red. Hex color #E97A71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97A71 is #16858E. Grayscale: #9A9A9A. Windows color (decimal): -1475983 or 7437033. OLE color: 7437033.

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

Color convert

RGB233122113-
CMYK00.480.520.09
HSL4.5º73.17%67.84%-
HSV(B)4.5º51.5%91.37%-
XYZ43.5432.4319.59-
YUV154.16104.77184.23-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.79%
GREEN value IS 122 (48.05% from 255) = 26.07%
BLUE value IS 113 (44.53% from 255) = 24.15%
R=49.79%
G=26.07%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312211300.480.520.094.573.1767.84
HexE97A7103034944944
Octal35117216106064114111104
Binary11101001111101011100010110000110100100110010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97A71; }

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

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

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

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

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

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

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

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