#E7776D

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

Shades of Geraldine #E7776D

Tints of Geraldine #E7776D

Color information

#E7776D (or 0xE7776D) is unknown color: approx Geraldine. HEX triplet: E7, 77 and 6D. RGB value is (231,119,109). Sum of RGB (Red+Green+Blue) = 231+119+109=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E7776D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7776D is #188892. Grayscale: #979797. Windows color (decimal): -1607827 or 7174119. OLE color: 7174119.

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

Color convert

RGB231119109-
CMYK00.480.530.09
HSL4.92º71.76%66.67%-
HSV(B)4.92º52.81%90.59%-
XYZ42.3131.2918.28-
YUV151.35104.11184.81-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.33%
GREEN value IS 119 (46.88% from 255) = 25.93%
BLUE value IS 109 (42.97% from 255) = 23.75%
R=50.33%
G=25.93%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111910900.480.530.094.9271.7666.67
HexE7776D03035954843
Octal34716715506065115110103
Binary11100111111011111011010110000110101100110110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7776D; }

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

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

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

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

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

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

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

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