#E87C74

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

Shades of Geraldine #E87C74

Tints of Geraldine #E87C74

Color information

#E87C74 (or 0xE87C74) is unknown color: approx Geraldine. HEX triplet: E8, 7C and 74. RGB value is (232,124,116). Sum of RGB (Red+Green+Blue) = 232+124+116=472 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.15% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 232 - color contains mainly: red. Hex color #E87C74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87C74 is #17838B. Grayscale: #9B9B9B. Windows color (decimal): -1541004 or 7634152. OLE color: 7634152.

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

Color convert

RGB232124116-
CMYK00.470.500.09
HSL4.14º71.6%68.24%-
HSV(B)4.14º50%90.98%-
XYZ43.6432.8320.56-
YUV155.38105.78182.65-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.15%
GREEN value IS 124 (48.83% from 255) = 26.27%
BLUE value IS 116 (45.70% from 255) = 24.58%
R=49.15%
G=26.27%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212411600.470.500.094.1471.668.24
HexE87C7402F32944844
Octal35017416405762114110104
Binary11101000111110011101000101111110010100110010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87C74; }

 p { color: rgb(232,124,116); }

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

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

 a { background-color: rgb(232,124,116); }

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

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

 span { border-color: rgb(232,124,116); }

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