#E77A78

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

Shades of Geraldine #E77A78

Tints of Geraldine #E77A78

Color information

#E77A78 (or 0xE77A78) is unknown color: approx Geraldine. HEX triplet: E7, 7A and 78. RGB value is (231,122,120). Sum of RGB (Red+Green+Blue) = 231+122+120=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77A78 is #188587. Grayscale: #9A9A9A. Windows color (decimal): -1607048 or 7895783. OLE color: 7895783.

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

Color convert

RGB231122120-
CMYK00.470.480.09
HSL1.08º69.81%68.82%-
HSV(B)1.08º48.05%90.59%-
XYZ43.332.2621.71-
YUV154.36108.61182.66-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.84%
GREEN value IS 122 (48.05% from 255) = 25.79%
BLUE value IS 120 (47.27% from 255) = 25.37%
R=48.84%
G=25.79%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112212000.470.480.091.0869.8168.82
HexE77A7802F30914645
Octal34717217005760111106105
Binary111001111111010111100001011111100001001110001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77A78; }

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

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

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

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

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

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

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

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