#E77869

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

Shades of Geraldine #E77869

Tints of Geraldine #E77869

Color information

#E77869 (or 0xE77869) is unknown color: approx Geraldine. HEX triplet: E7, 78 and 69. RGB value is (231,120,105). Sum of RGB (Red+Green+Blue) = 231+120+105=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E77869 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77869 is #188796. Grayscale: #979797. Windows color (decimal): -1607575 or 6912231. OLE color: 6912231.

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

Color convert

RGB231120105-
CMYK00.480.550.09
HSL7.14º72.41%65.88%-
HSV(B)7.14º54.55%90.59%-
XYZ42.2231.4417.21-
YUV151.48101.77184.72-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.66%
GREEN value IS 120 (47.27% from 255) = 26.32%
BLUE value IS 105 (41.41% from 255) = 23.03%
R=50.66%
G=26.32%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112010500.480.550.097.1472.4165.88
HexE7786903037974842
Octal34717015106067117110102
Binary11100111111100011010010110000110111100111110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77869; }

 p { color: rgb(231,120,105); }

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

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

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

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

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

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

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