#E77E70

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

Shades of Geraldine #E77E70

Tints of Geraldine #E77E70

Color information

#E77E70 (or 0xE77E70) is unknown color: approx Geraldine. HEX triplet: E7, 7E and 70. RGB value is (231,126,112). Sum of RGB (Red+Green+Blue) = 231+126+112=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 231 - color contains mainly: red. Hex color #E77E70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77E70 is #18818F. Grayscale: #9B9B9B. Windows color (decimal): -1606032 or 7372519. OLE color: 7372519.

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

Color convert

RGB231126112-
CMYK00.450.520.09
HSL7.06º71.26%67.25%-
HSV(B)7.06º51.52%90.59%-
XYZ43.3433.0819.43-
YUV155.8103.29181.64-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.25%
GREEN value IS 126 (49.61% from 255) = 26.87%
BLUE value IS 112 (44.14% from 255) = 23.88%
R=49.25%
G=26.87%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112611200.450.520.097.0671.2667.25
HexE77E7002D34974743
Octal34717616005564117107103
Binary11100111111111011100000101101110100100111110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77E70; }

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

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

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

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

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

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

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

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