#E77468

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

Shades of Geraldine #E77468

Tints of Geraldine #E77468

Color information

#E77468 (or 0xE77468) is unknown color: approx Geraldine. HEX triplet: E7, 74 and 68. RGB value is (231,116,104). Sum of RGB (Red+Green+Blue) = 231+116+104=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E77468 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77468 is #188B97. Grayscale: #959595. Windows color (decimal): -1608600 or 6845671. OLE color: 6845671.

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

Color convert

RGB231116104-
CMYK00.500.550.09
HSL5.67º72.57%65.69%-
HSV(B)5.67º54.98%90.59%-
XYZ41.730.4816.78-
YUV149.02102.6186.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.22%
GREEN value IS 116 (45.70% from 255) = 25.72%
BLUE value IS 104 (41.02% from 255) = 23.06%
R=51.22%
G=25.72%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111610400.500.550.095.6772.5765.69
HexE7746803237964942
Octal34716415006267116111102
Binary11100111111010011010000110010110111100111010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77468; }

 p { color: rgb(231,116,104); }

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

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

 a { background-color: rgb(231,116,104); }

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

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

 span { border-color: rgb(231,116,104); }

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