#E77E78

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

Shades of Geraldine #E77E78

Tints of Geraldine #E77E78

Color information

#E77E78 (or 0xE77E78) is unknown color: approx Geraldine. HEX triplet: E7, 7E and 78. RGB value is (231,126,120). Sum of RGB (Red+Green+Blue) = 231+126+120=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 231 - color contains mainly: red. Hex color #E77E78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77E78 is #188187. Grayscale: #9C9C9C. Windows color (decimal): -1606024 or 7896807. OLE color: 7896807.

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

Color convert

RGB231126120-
CMYK00.450.480.09
HSL3.24º69.81%68.82%-
HSV(B)3.24º48.05%90.59%-
XYZ43.8133.2721.88-
YUV156.71107.29180.99-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.43%
GREEN value IS 126 (49.61% from 255) = 26.42%
BLUE value IS 120 (47.27% from 255) = 25.16%
R=48.43%
G=26.42%
B=25.16%

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
Decimal23112612000.450.480.093.2469.8168.82
HexE77E7802D30934645
Octal34717617005560113106105
Binary1110011111111101111000010110111000010011110001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77E78; }

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

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

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

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

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

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

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

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