#E97B7A

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

Shades of Geraldine #E97B7A

Tints of Geraldine #E97B7A

Color information

#E97B7A (or 0xE97B7A) is unknown color: approx Geraldine. HEX triplet: E9, 7B and 7A. RGB value is (233,123,122). Sum of RGB (Red+Green+Blue) = 233+123+122=478 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.74% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 233 - color contains mainly: red. Hex color #E97B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97B7A is #168485. Grayscale: #9B9B9B. Windows color (decimal): -1475718 or 8027113. OLE color: 8027113.

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

Color convert

RGB233123122-
CMYK00.470.480.09
HSL0.54º71.61%69.61%-
HSV(B)0.54º47.64%91.37%-
XYZ44.232.8922.43-
YUV155.78108.94183.08-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.74%
GREEN value IS 123 (48.44% from 255) = 25.73%
BLUE value IS 122 (48.05% from 255) = 25.52%
R=48.74%
G=25.73%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312312200.470.480.090.5471.6169.61
HexE97B7A02F30914846
Octal35117317205760111110106
Binary111010011111011111101001011111100001001110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97B7A; }

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

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

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

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

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

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

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

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