#E78377

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

Shades of Geraldine #E78377

Tints of Geraldine #E78377

Color information

#E78377 (or 0xE78377) is unknown color: approx Geraldine. HEX triplet: E7, 83 and 77. RGB value is (231,131,119). Sum of RGB (Red+Green+Blue) = 231+131+119=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 231 - color contains mainly: red. Hex color #E78377 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78377 is #187C88. Grayscale: #9F9F9F. Windows color (decimal): -1604745 or 7832551. OLE color: 7832551.

HSL color Cylindrical-coordinate representation of color #E78377: hue angle of 6.43º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E78377 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB231131119-
CMYK00.430.480.09
HSL6.43º70%68.63%-
HSV(B)6.43º48.48%90.59%-
XYZ44.434.5521.78-
YUV159.53105.13178.98-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.02%
GREEN value IS 131 (51.56% from 255) = 27.23%
BLUE value IS 119 (46.88% from 255) = 24.74%
R=48.02%
G=27.23%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113111900.430.480.096.437068.63
HexE7837702B30964645
Octal34720316705360116106105
Binary111001111000001111101110101011110000100111010001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78377; }

 p { color: rgb(231,131,119); }

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

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

 a { background-color: rgb(231,131,119); }

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

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

 span { border-color: rgb(231,131,119); }

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