#E97B75

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

Shades of Geraldine #E97B75

Tints of Geraldine #E97B75

Color information

#E97B75 (or 0xE97B75) is unknown color: approx Geraldine. HEX triplet: E9, 7B and 75. RGB value is (233,123,117). Sum of RGB (Red+Green+Blue) = 233+123+117=473 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.26% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 233 - color contains mainly: red. Hex color #E97B75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97B75 is #16848A. Grayscale: #9B9B9B. Windows color (decimal): -1475723 or 7699433. OLE color: 7699433.

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

Color convert

RGB233123117-
CMYK00.470.500.09
HSL3.1º72.5%68.63%-
HSV(B)3.1º49.79%91.37%-
XYZ43.932.7720.84-
YUV155.21106.44183.49-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.26%
GREEN value IS 123 (48.44% from 255) = 26.00%
BLUE value IS 117 (46.09% from 255) = 24.74%
R=49.26%
G=26.00%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312311700.470.500.093.172.568.63
HexE97B7502F32934845
Octal35117316505762113110105
Binary1110100111110111110101010111111001010011110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97B75; }

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

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

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

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

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

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

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

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