#E78479

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

Shades of Geraldine #E78479

Tints of Geraldine #E78479

Color information

#E78479 (or 0xE78479) is unknown color: approx Geraldine. HEX triplet: E7, 84 and 79. RGB value is (231,132,121). Sum of RGB (Red+Green+Blue) = 231+132+121=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 121 (47.66% from 255 or 25% from 484); Max value from RGB is 231 - color contains mainly: red. Hex color #E78479 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78479 is #187B86. Grayscale: #A0A0A0. Windows color (decimal): -1604487 or 7963879. OLE color: 7963879.

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

Color convert

RGB231132121-
CMYK00.430.480.09
HSL69.62%69.02%-
HSV(B)47.62%90.59%-
XYZ44.6634.8722.47-
YUV160.35105.8178.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.73%
GREEN value IS 132 (51.95% from 255) = 27.27%
BLUE value IS 121 (47.66% from 255) = 25%
R=47.73%
G=27.27%
B=25%

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
Decimal23113212100.430.480.09669.6269.02
HexE7847902B30964645
Octal34720417105360116106105
Binary111001111000010011110010101011110000100111010001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78479; }

 p { color: rgb(231,132,121); }

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

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

 a { background-color: rgb(231,132,121); }

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

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

 span { border-color: rgb(231,132,121); }

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