#E97F78

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

Shades of Geraldine #E97F78

Tints of Geraldine #E97F78

Color information

#E97F78 (or 0xE97F78) is unknown color: approx Geraldine. HEX triplet: E9, 7F and 78. RGB value is (233,127,120). Sum of RGB (Red+Green+Blue) = 233+127+120=480 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.54% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 120 (47.27% from 255 or 25% from 480); Max value from RGB is 233 - color contains mainly: red. Hex color #E97F78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97F78 is #168087. Grayscale: #9E9E9E. Windows color (decimal): -1474696 or 7897065. OLE color: 7897065.

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

Color convert

RGB233127120-
CMYK00.450.480.09
HSL3.72º71.97%69.22%-
HSV(B)3.72º48.5%91.37%-
XYZ44.5833.8621.95-
YUV157.9106.62181.57-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.54%
GREEN value IS 127 (50% from 255) = 26.46%
BLUE value IS 120 (47.27% from 255) = 25%
R=48.54%
G=26.46%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312712000.450.480.093.7271.9769.22
HexE97F7802D30944845
Octal35117717005560114110105
Binary11101001111111111110000101101110000100110010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97F78; }

 p { color: rgb(233,127,120); }

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

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

 a { background-color: rgb(233,127,120); }

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

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

 span { border-color: rgb(233,127,120); }

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