#E77771

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

Shades of Geraldine #E77771

Tints of Geraldine #E77771

Color information

#E77771 (or 0xE77771) is unknown color: approx Geraldine. HEX triplet: E7, 77 and 71. RGB value is (231,119,113). Sum of RGB (Red+Green+Blue) = 231+119+113=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E77771 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77771 is #18888E. Grayscale: #979797. Windows color (decimal): -1607823 or 7436263. OLE color: 7436263.

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

Color convert

RGB231119113-
CMYK00.480.510.09
HSL3.05º71.08%67.45%-
HSV(B)3.05º51.08%90.59%-
XYZ42.5331.3719.44-
YUV151.8106.11184.49-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.89%
GREEN value IS 119 (46.88% from 255) = 25.70%
BLUE value IS 113 (44.53% from 255) = 24.41%
R=49.89%
G=25.70%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111911300.480.510.093.0571.0867.45
HexE7777103033934743
Octal34716716106063113107103
Binary1110011111101111110001011000011001110011110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77771; }

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

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

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

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

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

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

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

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