#E97E6E

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

Shades of Geraldine #E97E6E

Tints of Geraldine #E97E6E

Color information

#E97E6E (or 0xE97E6E) is unknown color: approx Geraldine. HEX triplet: E9, 7E and 6E. RGB value is (233,126,110). Sum of RGB (Red+Green+Blue) = 233+126+110=469 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.68% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 233 - color contains mainly: red. Hex color #E97E6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97E6E is #168191. Grayscale: #9C9C9C. Windows color (decimal): -1474962 or 7241449. OLE color: 7241449.

HSL color Cylindrical-coordinate representation of color #E97E6E: hue angle of 7.8º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E97E6E is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB233126110-
CMYK00.460.530.09
HSL7.8º73.65%67.25%-
HSV(B)7.8º52.79%91.37%-
XYZ43.8833.3718.88-
YUV156.17101.95182.8-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.68%
GREEN value IS 126 (49.61% from 255) = 26.87%
BLUE value IS 110 (43.36% from 255) = 23.45%
R=49.68%
G=26.87%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312611000.460.530.097.873.6567.25
HexE97E6E02E35984a43
Octal351176156056651110112103
Binary111010011111110110111001011101101011001100010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97E6E; }

 p { color: rgb(233,126,110); }

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

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

 a { background-color: rgb(233,126,110); }

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

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

 span { border-color: rgb(233,126,110); }

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