#E97876

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

Shades of Geraldine #E97876

Tints of Geraldine #E97876

Color information

#E97876 (or 0xE97876) is unknown color: approx Geraldine. HEX triplet: E9, 78 and 76. RGB value is (233,120,118). Sum of RGB (Red+Green+Blue) = 233+120+118=471 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.47% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 233 - color contains mainly: red. Hex color #E97876 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97876 is #168789. Grayscale: #999999. Windows color (decimal): -1476490 or 7764201. OLE color: 7764201.

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

Color convert

RGB233120118-
CMYK00.480.490.09
HSL1.04º72.33%68.82%-
HSV(B)1.04º49.36%91.37%-
XYZ43.5932.0621.03-
YUV153.56107.94184.66-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.47%
GREEN value IS 120 (47.27% from 255) = 25.48%
BLUE value IS 118 (46.48% from 255) = 25.05%
R=49.47%
G=25.48%
B=25.05%

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
Decimal23312011800.480.490.091.0472.3368.82
HexE9787603031914845
Octal35117016606061111110105
Binary111010011111000111011001100001100011001110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97876; }

 p { color: rgb(233,120,118); }

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

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

 a { background-color: rgb(233,120,118); }

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

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

 span { border-color: rgb(233,120,118); }

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