#E97B78

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

Shades of Geraldine #E97B78

Tints of Geraldine #E97B78

Color information

#E97B78 (or 0xE97B78) is unknown color: approx Geraldine. HEX triplet: E9, 7B and 78. RGB value is (233,123,120). Sum of RGB (Red+Green+Blue) = 233+123+120=476 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.95% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 233 - color contains mainly: red. Hex color #E97B78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97B78 is #168487. Grayscale: #9B9B9B. Windows color (decimal): -1475720 or 7896041. OLE color: 7896041.

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

Color convert

RGB233123120-
CMYK00.470.480.09
HSL1.59º71.97%69.22%-
HSV(B)1.59º48.5%91.37%-
XYZ44.0832.8521.79-
YUV155.55107.94183.24-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.95%
GREEN value IS 123 (48.44% from 255) = 25.84%
BLUE value IS 120 (47.27% from 255) = 25.21%
R=48.95%
G=25.84%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312312000.470.480.091.5971.9769.22
HexE97B7802F30924845
Octal35117317005760112110105
Binary1110100111110111111000010111111000010011010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97B78; }

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

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

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

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

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

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

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

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