#E98376

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

Shades of Geraldine #E98376

Tints of Geraldine #E98376

Color information

#E98376 (or 0xE98376) is unknown color: approx Geraldine. HEX triplet: E9, 83 and 76. RGB value is (233,131,118). Sum of RGB (Red+Green+Blue) = 233+131+118=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 233 - color contains mainly: red. Hex color #E98376 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98376 is #167C89. Grayscale: #A0A0A0. Windows color (decimal): -1473674 or 7767017. OLE color: 7767017.

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

Color convert

RGB233131118-
CMYK00.440.490.09
HSL6.78º72.33%68.82%-
HSV(B)6.78º49.36%91.37%-
XYZ44.9934.8621.5-
YUV160.02104.29180.06-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.34%
GREEN value IS 131 (51.56% from 255) = 27.18%
BLUE value IS 118 (46.48% from 255) = 24.48%
R=48.34%
G=27.18%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313111800.440.490.096.7872.3368.82
HexE9837602C31974845
Octal35120316605461117110105
Binary111010011000001111101100101100110001100111110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98376; }

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

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

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

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

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

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

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

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