#E78379

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

Shades of Geraldine #E78379

Tints of Geraldine #E78379

Color information

#E78379 (or 0xE78379) is unknown color: approx Geraldine. HEX triplet: E7, 83 and 79. RGB value is (231,131,121). Sum of RGB (Red+Green+Blue) = 231+131+121=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 231 - color contains mainly: red. Hex color #E78379 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78379 is #187C86. Grayscale: #9F9F9F. Windows color (decimal): -1604743 or 7963623. OLE color: 7963623.

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

Color convert

RGB231131121-
CMYK00.430.480.09
HSL5.45º69.62%69.02%-
HSV(B)5.45º47.62%90.59%-
XYZ44.5234.622.42-
YUV159.76106.13178.81-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.83%
GREEN value IS 131 (51.56% from 255) = 27.12%
BLUE value IS 121 (47.66% from 255) = 25.05%
R=47.83%
G=27.12%
B=25.05%

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
Decimal23113112100.430.480.095.4569.6269.02
HexE7837902B30954645
Octal34720317105360115106105
Binary111001111000001111110010101011110000100110110001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78379; }

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

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

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

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

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

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

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

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