#E97D79

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

Shades of Geraldine #E97D79

Tints of Geraldine #E97D79

Color information

#E97D79 (or 0xE97D79) is unknown color: approx Geraldine. HEX triplet: E9, 7D and 79. RGB value is (233,125,121). Sum of RGB (Red+Green+Blue) = 233+125+121=479 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.64% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 233 - color contains mainly: red. Hex color #E97D79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97D79 is #168286. Grayscale: #9C9C9C. Windows color (decimal): -1475207 or 7962089. OLE color: 7962089.

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

Color convert

RGB233125121-
CMYK00.460.480.09
HSL2.14º71.79%69.41%-
HSV(B)2.14º48.07%91.37%-
XYZ44.3933.3722.19-
YUV156.84107.78182.33-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.64%
GREEN value IS 125 (49.22% from 255) = 26.10%
BLUE value IS 121 (47.66% from 255) = 25.26%
R=48.64%
G=26.10%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312512100.460.480.092.1471.7969.41
HexE97D7902E30924845
Octal35117517105660112110105
Binary1110100111111011111001010111011000010011010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97D79; }

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

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

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

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

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

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

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

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