#E97A74

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

Shades of Geraldine #E97A74

Tints of Geraldine #E97A74

Color information

#E97A74 (or 0xE97A74) is unknown color: approx Geraldine. HEX triplet: E9, 7A and 74. RGB value is (233,122,116). Sum of RGB (Red+Green+Blue) = 233+122+116=471 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.47% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 233 - color contains mainly: red. Hex color #E97A74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97A74 is #16858B. Grayscale: #9A9A9A. Windows color (decimal): -1475980 or 7633641. OLE color: 7633641.

HSL color Cylindrical-coordinate representation of color #E97A74: hue angle of 3.08º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E97A74 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB233122116-
CMYK00.480.500.09
HSL3.08º72.67%68.43%-
HSV(B)3.08º50.21%91.37%-
XYZ43.7232.520.49-
YUV154.5106.27183.99-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.47%
GREEN value IS 122 (48.05% from 255) = 25.90%
BLUE value IS 116 (45.70% from 255) = 24.63%
R=49.47%
G=25.90%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312211600.480.500.093.0872.6768.43
HexE97A7403032934944
Octal35117216406062113111104
Binary1110100111110101110100011000011001010011110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97A74; }

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

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

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

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

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

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

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

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