#E97C75

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

Shades of Geraldine #E97C75

Tints of Geraldine #E97C75

Color information

#E97C75 (or 0xE97C75) is unknown color: approx Geraldine. HEX triplet: E9, 7C and 75. RGB value is (233,124,117). Sum of RGB (Red+Green+Blue) = 233+124+117=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E97C75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97C75 is #16838A. Grayscale: #9B9B9B. Windows color (decimal): -1475467 or 7699689. OLE color: 7699689.

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

Color convert

RGB233124117-
CMYK00.470.500.09
HSL3.62º72.5%68.63%-
HSV(B)3.62º49.79%91.37%-
XYZ44.0233.0220.88-
YUV155.79106.11183.07-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.16%
GREEN value IS 124 (48.83% from 255) = 26.16%
BLUE value IS 117 (46.09% from 255) = 24.68%
R=49.16%
G=26.16%
B=24.68%

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
Decimal23312411700.470.500.093.6272.568.63
HexE97C7502F32944845
Octal35117416505762114110105
Binary11101001111110011101010101111110010100110010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97C75; }

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

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

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

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

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

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

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

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