#E97871

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

Shades of Geraldine #E97871

Tints of Geraldine #E97871

Color information

#E97871 (or 0xE97871) is unknown color: approx Geraldine. HEX triplet: E9, 78 and 71. RGB value is (233,120,113). Sum of RGB (Red+Green+Blue) = 233+120+113=466 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 233 - color contains mainly: red. Hex color #E97871 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97871 is #16878E. Grayscale: #999999. Windows color (decimal): -1476495 or 7436521. OLE color: 7436521.

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

Color convert

RGB233120113-
CMYK00.480.520.09
HSL3.5º73.17%67.84%-
HSV(B)3.5º51.5%91.37%-
XYZ43.331.9519.51-
YUV152.99105.44185.07-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50%
GREEN value IS 120 (47.27% from 255) = 25.75%
BLUE value IS 113 (44.53% from 255) = 24.25%
R=50%
G=25.75%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312011300.480.520.093.573.1767.84
HexE9787103034944944
Octal35117016106064114111104
Binary11101001111100011100010110000110100100110010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97871; }

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

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

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

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

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

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

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

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