#E78078

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

Shades of Geraldine #E78078

Tints of Geraldine #E78078

Color information

#E78078 (or 0xE78078) is unknown color: approx Geraldine. HEX triplet: E7, 80 and 78. RGB value is (231,128,120). Sum of RGB (Red+Green+Blue) = 231+128+120=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E78078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78078 is #187F87. Grayscale: #9E9E9E. Windows color (decimal): -1605512 or 7897319. OLE color: 7897319.

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

Color convert

RGB231128120-
CMYK00.450.480.09
HSL4.32º69.81%68.82%-
HSV(B)4.32º48.05%90.59%-
XYZ44.0633.7821.97-
YUV157.88106.62180.15-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.23%
GREEN value IS 128 (50.39% from 255) = 26.72%
BLUE value IS 120 (47.27% from 255) = 25.05%
R=48.23%
G=26.72%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112812000.450.480.094.3269.8168.82
HexE7807802D30944645
Octal34720017005560114106105
Binary111001111000000011110000101101110000100110010001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78078; }

 p { color: rgb(231,128,120); }

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

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

 a { background-color: rgb(231,128,120); }

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

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

 span { border-color: rgb(231,128,120); }

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