#E6776C

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

Shades of Geraldine #E6776C

Tints of Geraldine #E6776C

Color information

#E6776C (or 0xE6776C) is unknown color: approx Geraldine. HEX triplet: E6, 77 and 6C. RGB value is (230,119,108). Sum of RGB (Red+Green+Blue) = 230+119+108=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E6776C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6776C is #198893. Grayscale: #979797. Windows color (decimal): -1673364 or 7108582. OLE color: 7108582.

HSL color Cylindrical-coordinate representation of color #E6776C: hue angle of 5.41º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6776C is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB230119108-
CMYK00.480.530.10
HSL5.41º70.93%66.27%-
HSV(B)5.41º53.04%90.2%-
XYZ41.9431.117.98-
YUV150.94103.77184.39-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.33%
GREEN value IS 119 (46.88% from 255) = 26.04%
BLUE value IS 108 (42.58% from 255) = 23.63%
R=50.33%
G=26.04%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011910800.480.530.105.4170.9366.27
HexE6776C03035A54742
Octal34616715406065125107102
Binary11100110111011111011000110000110101101010110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6776C; }

 p { color: rgb(230,119,108); }

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

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

 a { background-color: rgb(230,119,108); }

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

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

 span { border-color: rgb(230,119,108); }

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