#E97573

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

Shades of Geraldine #E97573

Tints of Geraldine #E97573

Color information

#E97573 (or 0xE97573) is unknown color: approx Geraldine. HEX triplet: E9, 75 and 73. RGB value is (233,117,115). Sum of RGB (Red+Green+Blue) = 233+117+115=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E97573 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97573 is #168A8C. Grayscale: #979797. Windows color (decimal): -1477261 or 7566825. OLE color: 7566825.

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

Color convert

RGB233117115-
CMYK00.500.510.09
HSL1.02º72.84%68.24%-
HSV(B)1.02º50.64%91.37%-
XYZ43.0631.2819.99-
YUV151.46107.43186.16-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.11%
GREEN value IS 117 (46.09% from 255) = 25.16%
BLUE value IS 115 (45.31% from 255) = 24.73%
R=50.11%
G=25.16%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311711500.500.510.091.0272.8468.24
HexE9757303233914944
Octal35116516306263111111104
Binary111010011110101111001101100101100111001110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97573; }

 p { color: rgb(233,117,115); }

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

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

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

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

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

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

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