#E8746F

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

Shades of Geraldine #E8746F

Tints of Geraldine #E8746F

Color information

#E8746F (or 0xE8746F) is unknown color: approx Geraldine. HEX triplet: E8, 74 and 6F. RGB value is (232,116,111). Sum of RGB (Red+Green+Blue) = 232+116+111=459 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.54% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 232 - color contains mainly: red. Hex color #E8746F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8746F is #178B90. Grayscale: #969696. Windows color (decimal): -1543057 or 7304424. OLE color: 7304424.

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

Color convert

RGB232116111-
CMYK00.500.520.09
HSL2.48º72.46%67.25%-
HSV(B)2.48º52.16%90.98%-
XYZ42.3930.7918.75-
YUV150.11105.93186.41-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.54%
GREEN value IS 116 (45.70% from 255) = 25.27%
BLUE value IS 111 (43.75% from 255) = 24.18%
R=50.54%
G=25.27%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211611100.500.520.092.4872.4667.25
HexE8746F03234924843
Octal35016415706264112110103
Binary1110100011101001101111011001011010010011010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8746F; }

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

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

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

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

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

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

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

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