#E97A7A

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

Shades of Geraldine #E97A7A

Tints of Geraldine #E97A7A

Color information

#E97A7A (or 0xE97A7A) is unknown color: approx Geraldine. HEX triplet: E9, 7A and 7A. RGB value is (233,122,122). Sum of RGB (Red+Green+Blue) = 233+122+122=477 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.85% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 233 - color contains mainly: red. Hex color #E97A7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97A7A is #168585. Grayscale: #9B9B9B. Windows color (decimal): -1475974 or 8026857. OLE color: 8026857.

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

Color convert

RGB233122122-
CMYK00.480.480.09
HSL71.61%69.61%-
HSV(B)47.64%91.37%-
XYZ44.0832.6522.39-
YUV155.19109.27183.5-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.85%
GREEN value IS 122 (48.05% from 255) = 25.58%
BLUE value IS 122 (48.05% from 255) = 25.58%
R=48.85%
G=25.58%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312212200.480.480.09071.6169.61
HexE97A7A03030904846
Octal35117217206060110110106
Binary111010011111010111101001100001100001001010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97A7A; }

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

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

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

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

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

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

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

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