#e8847a

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

Shades of Geraldine #E8847A

Tints of Geraldine #E8847A

Color information

#E8847A (or 0xE8847A) is unknown color: approx Geraldine. HEX triplet: E8, 84 and 7A. RGB value is (232,132,122). Sum of RGB (Red+Green+Blue) = 232+132+122=486 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.74% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 232 - color contains mainly: red. Hex color #E8847A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8847A is #177B85. Grayscale: #A0A0A0. Windows color (decimal): -1538950 or 8029416. OLE color: 8029416.

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

Color convert

RGB232132122-
CMYK00.430.470.09
HSL5.45º70.51%69.41%-
HSV(B)5.45º47.41%90.98%-
XYZ45.0435.0622.81-
YUV160.76106.13178.81-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.74%
GREEN value IS 132 (51.95% from 255) = 27.16%
BLUE value IS 122 (48.05% from 255) = 25.10%
R=47.74%
G=27.16%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213212200.430.470.095.4570.5169.41
HexE8847A02B2F954745
Octal35020417205357115107105
Binary111010001000010011110100101011101111100110110001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8847a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8847a; }

 p { color: rgb(232,132,122); }

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

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

 a { background-color: rgb(232,132,122); }

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

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

 span { border-color: rgb(232,132,122); }

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