#E97C7A

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

Shades of Geraldine #E97C7A

Tints of Geraldine #E97C7A

Color information

#E97C7A (or 0xE97C7A) is unknown color: approx Geraldine. HEX triplet: E9, 7C and 7A. RGB value is (233,124,122). Sum of RGB (Red+Green+Blue) = 233+124+122=479 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.64% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 233 - color contains mainly: red. Hex color #E97C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97C7A is #168385. Grayscale: #9C9C9C. Windows color (decimal): -1475462 or 8027369. OLE color: 8027369.

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

Color convert

RGB233124122-
CMYK00.470.480.09
HSL1.08º71.61%69.61%-
HSV(B)1.08º47.64%91.37%-
XYZ44.3233.1422.47-
YUV156.36108.61182.66-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.64%
GREEN value IS 124 (48.83% from 255) = 25.89%
BLUE value IS 122 (48.05% from 255) = 25.47%
R=48.64%
G=25.89%
B=25.47%

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
Decimal23312412200.470.480.091.0871.6169.61
HexE97C7A02F30914846
Octal35117417205760111110106
Binary111010011111100111101001011111100001001110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97C7A; }

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

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

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

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

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

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

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

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