#E88071

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

Shades of Geraldine #E88071

Tints of Geraldine #E88071

Color information

#E88071 (or 0xE88071) is unknown color: approx Geraldine. HEX triplet: E8, 80 and 71. RGB value is (232,128,113). Sum of RGB (Red+Green+Blue) = 232+128+113=473 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.05% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 232 - color contains mainly: red. Hex color #E88071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88071 is #177F8E. Grayscale: #9D9D9D. Windows color (decimal): -1539983 or 7438568. OLE color: 7438568.

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

Color convert

RGB232128113-
CMYK00.450.510.09
HSL7.56º72.12%67.65%-
HSV(B)7.56º51.29%90.98%-
XYZ43.9833.7919.83-
YUV157.39102.96181.22-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.05%
GREEN value IS 128 (50.39% from 255) = 27.06%
BLUE value IS 113 (44.53% from 255) = 23.89%
R=49.05%
G=27.06%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212811300.450.510.097.5672.1267.65
HexE8807102D33984844
Octal350200161055631110110104
Binary1110100010000000111000101011011100111001100010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88071; }

 p { color: rgb(232,128,113); }

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

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

 a { background-color: rgb(232,128,113); }

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

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

 span { border-color: rgb(232,128,113); }

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