#E88171

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

Shades of Geraldine #E88171

Tints of Geraldine #E88171

Color information

#E88171 (or 0xE88171) is unknown color: approx Geraldine. HEX triplet: E8, 81 and 71. RGB value is (232,129,113). Sum of RGB (Red+Green+Blue) = 232+129+113=474 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.95% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 232 - color contains mainly: red. Hex color #E88171 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88171 is #177E8E. Grayscale: #9E9E9E. Windows color (decimal): -1539727 or 7438824. OLE color: 7438824.

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

Color convert

RGB232129113-
CMYK00.440.510.09
HSL8.07º72.12%67.65%-
HSV(B)8.07º51.29%90.98%-
XYZ44.1134.0519.87-
YUV157.97102.62180.8-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.95%
GREEN value IS 129 (50.78% from 255) = 27.22%
BLUE value IS 113 (44.53% from 255) = 23.84%
R=48.95%
G=27.22%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212911300.440.510.098.0772.1267.65
HexE8817102C33984844
Octal350201161054631110110104
Binary1110100010000001111000101011001100111001100010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88171; }

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

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

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

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

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

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

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

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