#E97974

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

Shades of Geraldine #E97974

Tints of Geraldine #E97974

Color information

#E97974 (or 0xE97974) is unknown color: approx Geraldine. HEX triplet: E9, 79 and 74. RGB value is (233,121,116). Sum of RGB (Red+Green+Blue) = 233+121+116=470 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.57% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 233 - color contains mainly: red. Hex color #E97974 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97974 is #16868B. Grayscale: #9A9A9A. Windows color (decimal): -1476236 or 7633385. OLE color: 7633385.

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

Color convert

RGB233121116-
CMYK00.480.500.09
HSL2.56º72.67%68.43%-
HSV(B)2.56º50.21%91.37%-
XYZ43.5932.2620.45-
YUV153.92106.61184.41-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.57%
GREEN value IS 121 (47.66% from 255) = 25.74%
BLUE value IS 116 (45.70% from 255) = 24.68%
R=49.57%
G=25.74%
B=24.68%

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
Decimal23312111600.480.500.092.5672.6768.43
HexE9797403032934944
Octal35117116406062113111104
Binary1110100111110011110100011000011001010011110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97974; }

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

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

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

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

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

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

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

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