#E97A6D

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

Shades of Geraldine #E97A6D

Tints of Geraldine #E97A6D

Color information

#E97A6D (or 0xE97A6D) is unknown color: approx Geraldine. HEX triplet: E9, 7A and 6D. RGB value is (233,122,109). Sum of RGB (Red+Green+Blue) = 233+122+109=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E97A6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97A6D is #168592. Grayscale: #999999. Windows color (decimal): -1475987 or 7174889. OLE color: 7174889.

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

Color convert

RGB233122109-
CMYK00.480.530.09
HSL6.29º73.81%67.06%-
HSV(B)6.29º53.22%91.37%-
XYZ43.3232.3518.43-
YUV153.71102.77184.56-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.22%
GREEN value IS 122 (48.05% from 255) = 26.29%
BLUE value IS 109 (42.97% from 255) = 23.49%
R=50.22%
G=26.29%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312210900.480.530.096.2973.8167.06
HexE97A6D03035964a43
Octal35117215506065116112103
Binary11101001111101011011010110000110101100111010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97A6D; }

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

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

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

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

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

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

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

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