#E77171

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

Shades of Geraldine #E77171

Tints of Geraldine #E77171

Color information

#E77171 (or 0xE77171) is unknown color: approx Geraldine. HEX triplet: E7, 71 and 71. RGB value is (231,113,113). Sum of RGB (Red+Green+Blue) = 231+113+113=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E77171 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77171 is #188E8E. Grayscale: #949494. Windows color (decimal): -1609359 or 7434727. OLE color: 7434727.

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

Color convert

RGB231113113-
CMYK00.510.510.09
HSL71.08%67.45%-
HSV(B)51.08%90.59%-
XYZ41.8429.9919.21-
YUV148.28108.09187-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.55%
GREEN value IS 113 (44.53% from 255) = 24.73%
BLUE value IS 113 (44.53% from 255) = 24.73%
R=50.55%
G=24.73%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111311300.510.510.09071.0867.45
HexE7717103333904743
Octal34716116106363110107103
Binary111001111110001111000101100111100111001010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77171; }

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

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

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

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

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

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

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

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