#E77571

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

Shades of Geraldine #E77571

Tints of Geraldine #E77571

Color information

#E77571 (or 0xE77571) is unknown color: approx Geraldine. HEX triplet: E7, 75 and 71. RGB value is (231,117,113). Sum of RGB (Red+Green+Blue) = 231+117+113=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E77571 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77571 is #188A8E. Grayscale: #969696. Windows color (decimal): -1608335 or 7435751. OLE color: 7435751.

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

Color convert

RGB231117113-
CMYK00.490.510.09
HSL2.03º71.08%67.45%-
HSV(B)2.03º51.08%90.59%-
XYZ42.330.919.36-
YUV150.63106.77185.33-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.11%
GREEN value IS 117 (46.09% from 255) = 25.38%
BLUE value IS 113 (44.53% from 255) = 24.51%
R=50.11%
G=25.38%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111711300.490.510.092.0371.0867.45
HexE7757103133924743
Octal34716516106163112107103
Binary1110011111101011110001011000111001110011010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77571; }

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

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

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

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

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

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

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

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