#E77E7D

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

Shades of Geraldine #E77E7D

Tints of Geraldine #E77E7D

Color information

#E77E7D (or 0xE77E7D) is unknown color: approx Geraldine. HEX triplet: E7, 7E and 7D. RGB value is (231,126,125). Sum of RGB (Red+Green+Blue) = 231+126+125=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E77E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77E7D is #188182. Grayscale: #9D9D9D. Windows color (decimal): -1606019 or 8224487. OLE color: 8224487.

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

Color convert

RGB231126125-
CMYK00.450.460.09
HSL0.57º68.83%69.8%-
HSV(B)0.57º45.89%90.59%-
XYZ44.1233.3923.52-
YUV157.28109.79180.58-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.93%
GREEN value IS 126 (49.61% from 255) = 26.14%
BLUE value IS 125 (49.22% from 255) = 25.93%
R=47.93%
G=26.14%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112612500.450.460.090.5768.8369.8
HexE77E7D02D2E914546
Octal34717617505556111105106
Binary111001111111110111110101011011011101001110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77E7D; }

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

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

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

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

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

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

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

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