#E97975

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

Shades of Geraldine #E97975

Tints of Geraldine #E97975

Color information

#E97975 (or 0xE97975) is unknown color: approx Geraldine. HEX triplet: E9, 79 and 75. RGB value is (233,121,117). Sum of RGB (Red+Green+Blue) = 233+121+117=471 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.47% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 233 - color contains mainly: red. Hex color #E97975 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97975 is #16868A. Grayscale: #9A9A9A. Windows color (decimal): -1476235 or 7698921. OLE color: 7698921.

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

Color convert

RGB233121117-
CMYK00.480.500.09
HSL2.07º72.5%68.63%-
HSV(B)2.07º49.79%91.37%-
XYZ43.6532.2820.76-
YUV154.03107.11184.33-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.47%
GREEN value IS 121 (47.66% from 255) = 25.69%
BLUE value IS 117 (46.09% from 255) = 24.84%
R=49.47%
G=25.69%
B=24.84%

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
Decimal23312111700.480.500.092.0772.568.63
HexE9797503032924845
Octal35117116506062112110105
Binary1110100111110011110101011000011001010011010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97975; }

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

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

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

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

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

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

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

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