#E97A75

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

Shades of Geraldine #E97A75

Tints of Geraldine #E97A75

Color information

#E97A75 (or 0xE97A75) is unknown color: approx Geraldine. HEX triplet: E9, 7A and 75. RGB value is (233,122,117). Sum of RGB (Red+Green+Blue) = 233+122+117=472 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.36% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 233 - color contains mainly: red. Hex color #E97A75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97A75 is #16858A. Grayscale: #9A9A9A. Windows color (decimal): -1475979 or 7699177. OLE color: 7699177.

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

Color convert

RGB233122117-
CMYK00.480.500.09
HSL2.59º72.5%68.63%-
HSV(B)2.59º49.79%91.37%-
XYZ43.7732.5320.8-
YUV154.62106.77183.91-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.36%
GREEN value IS 122 (48.05% from 255) = 25.85%
BLUE value IS 117 (46.09% from 255) = 24.79%
R=49.36%
G=25.85%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312211700.480.500.092.5972.568.63
HexE97A7503032934845
Octal35117216506062113110105
Binary1110100111110101110101011000011001010011110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97A75; }

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

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

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

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

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

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

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

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