#E97C68

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

Shades of Geraldine #E97C68

Tints of Geraldine #E97C68

Color information

#E97C68 (or 0xE97C68) is unknown color: approx Geraldine. HEX triplet: E9, 7C and 68. RGB value is (233,124,104). Sum of RGB (Red+Green+Blue) = 233+124+104=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E97C68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97C68 is #168397. Grayscale: #9A9A9A. Windows color (decimal): -1475480 or 6847721. OLE color: 6847721.

HSL color Cylindrical-coordinate representation of color #E97C68: hue angle of 9.3º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E97C68 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB233124104-
CMYK00.470.550.09
HSL9.3º74.57%66.08%-
HSV(B)9.3º55.36%91.37%-
XYZ43.3132.7417.13-
YUV154.3199.61184.13-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.54%
GREEN value IS 124 (48.83% from 255) = 26.90%
BLUE value IS 104 (41.02% from 255) = 22.56%
R=50.54%
G=26.90%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312410400.470.550.099.374.5766.08
HexE97C6802F37994b42
Octal351174150057671111113102
Binary111010011111100110100001011111101111001100110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97C68; }

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

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

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

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

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

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

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

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