#E77D71

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

Shades of Geraldine #E77D71

Tints of Geraldine #E77D71

Color information

#E77D71 (or 0xE77D71) is unknown color: approx Geraldine. HEX triplet: E7, 7D and 71. RGB value is (231,125,113). Sum of RGB (Red+Green+Blue) = 231+125+113=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77D71 is #18828E. Grayscale: #9B9B9B. Windows color (decimal): -1606287 or 7437799. OLE color: 7437799.

HSL color Cylindrical-coordinate representation of color #E77D71: hue angle of 6.1º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E77D71 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB231125113-
CMYK00.460.510.09
HSL6.1º71.08%67.45%-
HSV(B)6.1º51.08%90.59%-
XYZ43.2732.8519.68-
YUV155.33104.12181.98-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.25%
GREEN value IS 125 (49.22% from 255) = 26.65%
BLUE value IS 113 (44.53% from 255) = 24.09%
R=49.25%
G=26.65%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112511300.460.510.096.171.0867.45
HexE77D7102E33964743
Octal34717516105663116107103
Binary11100111111110111100010101110110011100111010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77D71; }

 p { color: rgb(231,125,113); }

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

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

 a { background-color: rgb(231,125,113); }

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

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

 span { border-color: rgb(231,125,113); }

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