#E97771

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

Shades of Geraldine #E97771

Tints of Geraldine #E97771

Color information

#E97771 (or 0xE97771) is unknown color: approx Geraldine. HEX triplet: E9, 77 and 71. RGB value is (233,119,113). Sum of RGB (Red+Green+Blue) = 233+119+113=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E97771 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97771 is #16888E. Grayscale: #989898. Windows color (decimal): -1476751 or 7436265. OLE color: 7436265.

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

Color convert

RGB233119113-
CMYK00.490.520.09
HSL73.17%67.84%-
HSV(B)51.5%91.37%-
XYZ43.1831.7119.47-
YUV152.4105.77185.49-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.11%
GREEN value IS 119 (46.88% from 255) = 25.59%
BLUE value IS 113 (44.53% from 255) = 24.30%
R=50.11%
G=25.59%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311911300.490.520.09373.1767.84
HexE9777103134934944
Octal35116716106164113111104
Binary1110100111101111110001011000111010010011110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97771; }

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

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

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

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

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

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

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

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