#E87C76

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

Shades of Geraldine #E87C76

Tints of Geraldine #E87C76

Color information

#E87C76 (or 0xE87C76) is unknown color: approx Geraldine. HEX triplet: E8, 7C and 76. RGB value is (232,124,118). Sum of RGB (Red+Green+Blue) = 232+124+118=474 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.95% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 232 - color contains mainly: red. Hex color #E87C76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87C76 is #178389. Grayscale: #9B9B9B. Windows color (decimal): -1541002 or 7765224. OLE color: 7765224.

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

Color convert

RGB232124118-
CMYK00.470.490.09
HSL3.16º71.25%68.63%-
HSV(B)3.16º49.14%90.98%-
XYZ43.7632.8821.18-
YUV155.61106.78182.49-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.95%
GREEN value IS 124 (48.83% from 255) = 26.16%
BLUE value IS 118 (46.48% from 255) = 24.89%
R=48.95%
G=26.16%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212411800.470.490.093.1671.2568.63
HexE87C7602F31934745
Octal35017416605761113107105
Binary1110100011111001110110010111111000110011110001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87C76; }

 p { color: rgb(232,124,118); }

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

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

 a { background-color: rgb(232,124,118); }

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

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

 span { border-color: rgb(232,124,118); }

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