#E88172

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

Shades of Geraldine #E88172

Tints of Geraldine #E88172

Color information

#E88172 (or 0xE88172) is unknown color: approx Geraldine. HEX triplet: E8, 81 and 72. RGB value is (232,129,114). Sum of RGB (Red+Green+Blue) = 232+129+114=475 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.84% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 232 - color contains mainly: red. Hex color #E88172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88172 is #177E8D. Grayscale: #9E9E9E. Windows color (decimal): -1539726 or 7504360. OLE color: 7504360.

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

Color convert

RGB232129114-
CMYK00.440.510.09
HSL7.63º71.95%67.84%-
HSV(B)7.63º50.86%90.98%-
XYZ44.1734.0720.17-
YUV158.09103.12180.72-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.84%
GREEN value IS 129 (50.78% from 255) = 27.16%
BLUE value IS 114 (44.92% from 255) = 24%
R=48.84%
G=27.16%
B=24%

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
Decimal23212911400.440.510.097.6371.9567.84
HexE8817202C33984844
Octal350201162054631110110104
Binary1110100010000001111001001011001100111001100010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88172; }

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

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

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

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

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

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

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

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