#E98375

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

Shades of Geraldine #E98375

Tints of Geraldine #E98375

Color information

#E98375 (or 0xE98375) is unknown color: approx Geraldine. HEX triplet: E9, 83 and 75. RGB value is (233,131,117). Sum of RGB (Red+Green+Blue) = 233+131+117=481 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.44% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 233 - color contains mainly: red. Hex color #E98375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98375 is #167C8A. Grayscale: #A0A0A0. Windows color (decimal): -1473675 or 7701481. OLE color: 7701481.

HSL color Cylindrical-coordinate representation of color #E98375: hue angle of 7.24º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E98375 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB233131117-
CMYK00.440.500.09
HSL7.24º72.5%68.63%-
HSV(B)7.24º49.79%91.37%-
XYZ44.9334.8421.19-
YUV159.9103.79180.14-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.44%
GREEN value IS 131 (51.56% from 255) = 27.23%
BLUE value IS 117 (46.09% from 255) = 24.32%
R=48.44%
G=27.23%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313111700.440.500.097.2472.568.63
HexE9837502C32974845
Octal35120316505462117110105
Binary111010011000001111101010101100110010100111110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98375; }

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

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

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

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

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

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

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

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