#E87D73

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

Shades of Geraldine #E87D73

Tints of Geraldine #E87D73

Color information

#E87D73 (or 0xE87D73) is unknown color: approx Geraldine. HEX triplet: E8, 7D and 73. RGB value is (232,125,115). Sum of RGB (Red+Green+Blue) = 232+125+115=472 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.15% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 232 - color contains mainly: red. Hex color #E87D73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87D73 is #17828C. Grayscale: #9C9C9C. Windows color (decimal): -1540749 or 7568872. OLE color: 7568872.

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

Color convert

RGB232125115-
CMYK00.460.500.09
HSL5.13º71.78%68.04%-
HSV(B)5.13º50.43%90.98%-
XYZ43.7133.0620.3-
YUV155.85104.95182.31-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.15%
GREEN value IS 125 (49.22% from 255) = 26.48%
BLUE value IS 115 (45.31% from 255) = 24.36%
R=49.15%
G=26.48%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212511500.460.500.095.1371.7868.04
HexE87D7302E32954844
Octal35017516305662115110104
Binary11101000111110111100110101110110010100110110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87D73; }

 p { color: rgb(232,125,115); }

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

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

 a { background-color: rgb(232,125,115); }

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

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

 span { border-color: rgb(232,125,115); }

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