#E1766D

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

Shades of Geraldine #E1766D

Tints of Geraldine #E1766D

Color information

#E1766D (or 0xE1766D) is unknown color: approx Geraldine. HEX triplet: E1, 76 and 6D. RGB value is (225,118,109). Sum of RGB (Red+Green+Blue) = 225+118+109=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E1766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1766D is #1E8992. Grayscale: #959595. Windows color (decimal): -2001299 or 7173857. OLE color: 7173857.

HSL color Cylindrical-coordinate representation of color #E1766D: hue angle of 4.66º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1766D is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB225118109-
CMYK00.480.520.12
HSL4.66º65.91%65.49%-
HSV(B)4.66º51.56%88.24%-
XYZ40.2930.0718.15-
YUV148.97105.45182.23-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.78%
GREEN value IS 118 (46.48% from 255) = 26.11%
BLUE value IS 109 (42.97% from 255) = 24.12%
R=49.78%
G=26.11%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511810900.480.520.124.6665.9165.49
HexE1766D03034C54241
Octal34116615506064145102101
Binary11100001111011011011010110000110100110010110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1766D; }

 p { color: rgb(225,118,109); }

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

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

 a { background-color: rgb(225,118,109); }

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

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

 span { border-color: rgb(225,118,109); }

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